summaryrefslogtreecommitdiff
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* Add DSA keygen to providerShane Lontis2020-04-1515-40/+388
* Teach PEM_read_bio_PrivateKey about libctxMatt Caswell2020-04-151-9/+24
* Teach the OSSL_STORE code about libctxMatt Caswell2020-04-153-17/+55
* Use the libctx in Ed448 private key decodingMatt Caswell2020-04-151-21/+31
* Teach d2i_PrivateKey et al about libctxMatt Caswell2020-04-154-56/+98
* EVP: fix memleak in evp_pkey_downgrade()Richard Levitte2020-04-151-1/+9
* EVP: Add a temporary SM2 hack to key generationRichard Levitte2020-04-151-1/+43
* EC: Refactor EVP_PKEY_CTX curve setting macros for param generationRichard Levitte2020-04-153-2/+89
* PROV: Implement EC param / key generationRichard Levitte2020-04-151-0/+2
* KEYMGMT: Add functions to get param/key generation parametersRichard Levitte2020-04-153-1/+42
* Fix Dynamic engine loading so that the call to ENGINE_load_builtin_engines() ...Shane Lontis2020-04-151-0/+2
* Add ex_data to EVP_PKEY.Aaron Thompson2020-04-141-2/+25
* BIO_do_accept: correct error return valuescott2020-04-141-6/+7
* Add manpage entry for X509_check_purpose()Jake Maynard2020-04-111-1/+3
* 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-081-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