summaryrefslogtreecommitdiff
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* Rename OSSL_HTTP_set_request() to OSSL_HTTP_set1_request() for clarityDr. David von Oheimb2021-06-111-14/+14
* HTTP client: Fix GET request handling when rctx is reused (keep-alive)Dr. David von Oheimb2021-06-111-15/+15
* Add support for ISO 8601 datetime formatWilliam Edmisten2021-06-112-7/+33
* BIO_write_ex: No error only on 0 bytes to writeTomas Mraz2021-06-111-1/+7
* STORE: Make OSSL_STORE_LOADER_fetch() consistent with all other fetch functionsRichard Levitte2021-06-112-5/+5
* dl_name_converter: Avoid unnecessary overallocationTomas Mraz2021-06-111-1/+1
* ossl_provider_set_module_path: Prevent potential UAFTomas Mraz2021-06-111-0/+1
* Fix use after free in OSSL_HTTP_REQ_CTX_set1_req()Tomas Mraz2021-06-101-9/+16
* err: clear flags better when clearing errors.Pauli2021-06-101-0/+3
* sha: convert SHA one shot macros back to being functionsPauli2021-06-101-0/+26
* DECODER & ENCODER: Add better tracingRichard Levitte2021-06-093-16/+71
* DECODER: Adapt addition of extra decoder implementationsRichard Levitte2021-06-094-69/+114
* Decoding PKCS#8: separate decoding of encrypted and unencrypted PKCS#8Richard Levitte2021-06-095-7/+7
* 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