aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
...
* AES CTR-DRGB: do not leak timing informationPatrick Steuer2020-04-081-13/+9
* Integer overflow in ASN1_STRING_set.Pauli2020-04-081-5/+16
* params: avoid a core dump with a null pointer and a get string callPauli2020-04-081-0/+2
* [crypto/ec] blind coordinates in ec_wNAF_mul for robustnessBilly Brumley2020-04-072-20/+36
* Fix the error handling in EC_POINTs_mulBernd Edlinger2020-04-071-4/+4
* Fix misleading error msg for PBM check w/o secret in OSSL_CMP_validate_msg()Dr. David von Oheimb2020-04-073-4/+9
* Fix error reporting glitch in X509_STORE_CTX_print_verify_cb() in t_x509.cDr. David von Oheimb2020-04-071-1/+1
* Fix bugs in 3GPP exception checking and improve diagnostics in crypt/cmp/cmp_...Dr. David von Oheimb2020-04-071-48/+82
* PROV: Add DERlib support for ECDSA and EC keysRichard Levitte2020-04-072-106/+1
* PROV: Add DERlib support for DSARichard Levitte2020-04-072-71/+1
* PROV: Add DERlib support for RSARichard Levitte2020-04-072-99/+1
* PROV: Add the beginning of a DER writing libraryRichard Levitte2020-04-072-1/+143
* Set X509_V_ERR_INVALID_EXTENSION error for invalid basic constraintsTomas Mraz2020-04-061-0/+6
* Allow certificates with Basic Constraints CA:false, pathlen:0Tomas Mraz2020-04-061-3/+7
* Add "endfirst" writing to WPACKETMatt Caswell2020-04-041-1/+54
* Remove an unnecessary call to BN_CTX_free.Aaron Thompson2020-04-031-3/+2
* Fix bugs in EC code introduced with FIPS changes.Aaron Thompson2020-04-031-15/+21
* HTTP client: make server/proxy and port params more consistent; minor other i...Dr. David von Oheimb2020-04-028-49/+80
* Chunk 10 of CMP contribution to OpenSSL: CMP http client and related testsDr. David von Oheimb2020-04-0211-186/+200
* Fix a printf format error in cmp_client.cBernd Edlinger2020-04-021-1/+1
* [crypto/ec] Ladder tweaksBilly Brumley2020-04-012-130/+150
* Add EVP_PKEY_gettable_params support for accessing EVP_PKEY key data fieldsShane Lontis2020-04-017-21/+371
* Fix off-by-1 bug on provider_activate with custom error stringsNicola Tuveri2020-03-301-1/+2
* Add the X509v3_cache_extensions() functionMatt Caswell2020-03-301-15/+17
* Param builder: Remove the static size limit.Pauli2020-03-281-19/+40
* Param build: make structures opaque.Pauli2020-03-287-70/+127
* Param builder: make the OSSL_PARAM_BLD APIs public.Pauli2020-03-287-68/+68
* PROV: Fix EC_KEY exporters to allow domain parameter keysRichard Levitte2020-03-271-14/+16
* Make SRP library context awareMatt Caswell2020-03-272-28/+83
* Add OCSP_RESPID_set_by_key_ex() and OCSP_RESPID_match_ex()Matt Caswell2020-03-271-14/+43
* Ignore some fetch failuresMatt Caswell2020-03-271-1/+5
* Put an error on the stack in the event of a fetch failureMatt Caswell2020-03-273-7/+62
* EVP: Limit the diverse key parameter functions to domain params onlyRichard Levitte2020-03-251-9/+9
* EVP: Implement support for key downgrading in backendsRichard Levitte2020-03-2517-26/+703
* EVP: Downgrade keys rather than upgradeRichard Levitte2020-03-254-121/+153
* EVP: Add EVP_PKEY_set_type_by_keymgmt() and use itRichard Levitte2020-03-252-80/+196
* EVP: Clarify the states of an EVP_PKEYRichard Levitte2020-03-254-53/+131
* EC: Refactor ec_curve_name2nid() to accept NIST curve namesRichard Levitte2020-03-251-28/+51
* Chunk 9 of CMP contribution to OpenSSL: CMP client and related testsDr. David von Oheimb2020-03-2511-62/+1002
* Fix bug in strncpy() use of sk_ASN1_UTF8STRING2text() in asn1_lib.cDr. David von Oheimb2020-03-251-1/+1
* Issuer Sign Tool extention supportNikolay Morozov2020-03-256-2/+156
* Fix EVP_PKEY_new_mac_key()Matt Caswell2020-03-251-10/+73
* Use a fetched version of SHA256 in tls_process_new_session_ticket()Matt Caswell2020-03-241-0/+1
* Handle mdname in legacy EVP_DigestSignInit_ex codepathsMatt Caswell2020-03-231-0/+3
* Make it possible to easily specify a libctx for EVP_DigestSign*Matt Caswell2020-03-231-9/+15
* DH, DSA, EC_KEY: Fix exporters to allow domain parameter keysRichard Levitte2020-03-235-32/+45
* Constify various mostly X509-related parameter types in crypto/ and apps/Dr. David von Oheimb2020-03-2338-145/+158
* Fix error handling in x509v3_cache_extensions and related functionsBernd Edlinger2020-03-219-65/+123
* EVP: fetch the EVP_KEYMGMT earlierRichard Levitte2020-03-215-38/+32
* Add support for passing the libctx to the config loaderShane Lontis2020-03-205-15/+50