summaryrefslogtreecommitdiffstats
path: root/crypto (follow)
Commit message (Expand)AuthorAgeFilesLines
* EVP: legacy_ctrl_to_param() to handle provider side keysRichard Levitte2020-04-101-1/+2
* CMS KARI: Temporarly downgrade newly generated EVP_PKEYs to legacyRichard Levitte2020-04-103-1/+49
* Add common internal crypto/ modules in liblegacy.aRichard Levitte2020-04-091-0/+2
* Enable Ed25519 signing/verifying to use the libctxMatt Caswell2020-04-092-6/+9
* Make the CT code library context awareMatt Caswell2020-04-097-30/+124
* Enable export_to functions to have access to the libctxMatt Caswell2020-04-096-7/+22
* Add a null provider which implements no algorithms.Pauli2020-04-091-0/+2
* Move legacy ciphers into the legacy providerShane Lontis2020-04-098-16/+71
* Use the libctx and propq from the X509_STORE_CTXMatt Caswell2020-04-091-10/+40
* Add X509_STORE_CTX_new_with_libctx()Matt Caswell2020-04-091-2/+24
* EVP & TLS: Add necessary EC_KEY data extraction functions, and use themRichard Levitte2020-04-081-0/+43
* EVP: add EVP_PKEY_is_a() and EVP_PKEY_can_sign()Richard Levitte2020-04-081-0/+77
* 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