summaryrefslogtreecommitdiff
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* keymgmt: better detect when a key manager can be reusedPauli2021-06-091-2/+10
* Simplify error reporting in X509_PUBKEY_get0()Matt Caswell2021-06-081-20/+8
* Actually use a legacy route in pem_read_bio_key_legacy()Matt Caswell2021-06-083-18/+20
* Only use the legacy route to decode a public key if we have toMatt Caswell2021-06-081-2/+19
* Ensure that we consume all the data when decoding an SPKIMatt Caswell2021-06-081-2/+13
* Use the right class/tag when decoding an embedded keyMatt Caswell2021-06-081-1/+25
* Fix CTLOG_new_from_base64_ex()Matt Caswell2021-06-081-1/+1
* evp: avoid some calls to EVP_CIPHER_CTX_get_iv_length() because it's been cal...Pauli2021-06-081-2/+2
* evp: fix Coverity 1485670 argument cannot be negativePauli2021-06-081-4/+7
* evp: fix Coverity 1485669 improper use of negative valuePauli2021-06-081-0/+4
* evp: fix Coverity 1485668 argument cannot be negativePauli2021-06-081-1/+5
* pkcs12: fix Coverity 1485667 logically dead codePauli2021-06-081-6/+5
* evp: fix coverity 1485666 argument cannot be negativePauli2021-06-081-5/+9
* evp: fix improper use of negative value issuesPauli2021-06-083-3/+18
* bio: improve error checking fixing coverity 1485659 & 1485665Pauli2021-06-081-2/+6
* Add aix64-gcc-as architecture and p2align callbackDaniel Bevenius2021-06-081-0/+4
* X509_digest_sig: Handle RSA-PSS and EDDSA certificatesTomas Mraz2021-06-081-7/+47
* Improve the documentation of cert path building and validationDr. David von Oheimb2021-06-082-5/+6
* x509_vfy.c: Improve a couple of internally documenting commentsDr. David von Oheimb2021-06-081-7/+10
* x509_trs.c: rename to x509_trust.c and correct comment in trust_compat()Dr. David von Oheimb2021-06-082-2/+2
* BIO_write-ex(): Improve behavior in corner cases and documentationDr. David von Oheimb2021-06-081-6/+11
* Add a gettable for provider ciphers to return the EVP_CIPH_RAND_KEY flagShane Lontis2021-06-081-3/+7
* Elimination of some sources not needed in the FIPS_MODULETomas Mraz2021-06-074-17/+15
* property: move additional query functions to property_query.cPauli2021-06-054-24/+25
* property: improve ossl_property_find_property() functionPauli2021-06-052-27/+21
* Rename `n` field to `num_properties` in property definition structure.Pauli2021-06-053-13/+13
* ENCODER: use property definitions instead of getting implementation parametersRichard Levitte2021-06-053-27/+51
* ENCODER: Drop OSSL_ENCODER_PARAM_INPUT_TYPERichard Levitte2021-06-052-21/+11
* DECODER: use property definitions instead of getting implementation parametersRichard Levitte2021-06-054-22/+54
* property: Add functionality to query data from a property definitionRichard Levitte2021-06-054-92/+140
* FIPS: don't include crypto/passphrase.c in libfips.aRichard Levitte2021-06-051-2/+2
* Ensure libctx/propq is propagated when handling X509_REQMatt Caswell2021-06-052-1/+40
* Give ASN.1 objects the ability to report their libctx/propqMatt Caswell2021-06-053-7/+40
* Make sure X509_dup() also dup's any associated EVP_PKEYMatt Caswell2021-06-051-0/+17
* Use the new ASN.1 libctx aware capabilities in CMPMatt Caswell2021-06-054-16/+127
* Use the new ASN.1 libctx aware functions in CMSMatt Caswell2021-06-052-6/+17
* Teach more of the ASN.1 code about libctx/propqMatt Caswell2021-06-058-50/+137
* Teach the ASN.1 code how to create embedded objects with libctx/propqMatt Caswell2021-06-053-18/+41
* Provide the ability to create an X509_PUBKEY with a libctx/propqMatt Caswell2021-06-051-0/+12
* Check that we got the expected name type when verifying name constraintsMatt Caswell2021-06-041-9/+16
* Move libssl related defines used by fips provider to prov_ssl.hTomas Mraz2021-06-042-4/+4
* Teach ASN1_item_verify_ctx() how to handle provided keysMatt Caswell2021-06-031-17/+44
* OPENSSL_init_crypto must return 0 when cleanup was doneTomas Mraz2021-06-031-9/+8
* Check the return value of ASN1_STRING_lengthbonniegong2021-06-031-0/+2
* Deprecate EVP_CIPHER_impl_ctx_size and EVP_CIPHER_CTX_buf_noconstRichard Levitte2021-06-032-0/+4
* Fix errors found by parfait static analyser.Shane Lontis2021-06-031-1/+1
* rsa: make the maximum key strength check FIPS only.Pauli2021-06-031-0/+6
* store: include internal headerPauli2021-06-021-1/+1
* libcrypto: make XXX_get_number() internalPauli2021-06-0212-13/+13
* crypto: remove TODOsPauli2021-06-022-8/+0