summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add CMP fuzzing to fuzz/cmp.c, including a couple of helpers in crypto/cmp/Dr. David von Oheimb2020-04-184571-9/+322
* Add a couple of hints to fuzz/README.mdDr. David von Oheimb2020-04-181-12/+27
* Rename CMP_PROTECTEDPART to OSSL_CMP_PROTECTEDPART for consistencyDr. David von Oheimb2020-04-185-12/+13
* GOST2012 TLS ClientCertificateType Identifiers supportNikolay Morozov2020-04-184-7/+11
* DOC: Extend the description of EVP_PKEY_CTX_new_from_name()Richard Levitte2020-04-181-5/+27
* DOC: Add more description of EVP_PKEY_fromdata(), and examplesRichard Levitte2020-04-181-7/+165
* apps/speed: fix invalid final report when run SM2 benchmarks in parallel张盛豪2020-04-181-3/+4
* GOST cipher names adjustmentDmitry Belyavskiy2020-04-177-108/+201
* INSTALL: document 'no-ui-console' rather than 'no-ui'Richard Levitte2020-04-171-3/+3
* When calling the import_to function pass the libctx tooMatt Caswell2020-04-176-38/+57
* Windows: Add type casting in CRYPTO_atomic_add to remove warningKochise2020-04-171-1/+1
* doc: note that the FIPS provider contains some non-approved algorithms.Pauli2020-04-171-2/+3
* news: note the addition of ECX and SHAKE256 to the FIPS provider as non-appro...Pauli2020-04-171-0/+3
* pkey: free key manager on error pathPauli2020-04-171-0/+1
* ecx: check for errors creating public keys from private ones.Pauli2020-04-174-9/+15
* s390: ECX key generation fixes.Pauli2020-04-176-432/+281
* ecx: add key generation support.Pauli2020-04-178-11/+595
* Add ECX to FIPS provider as non-FIPS algorithmsPauli2020-04-171-0/+10
* TEST: Add a test of keygen with an empty template in test/evp_extra_test.cRichard Levitte2020-04-171-0/+42
* EVP: Fix calls to evp_pkey_export_to_provider()Richard Levitte2020-04-174-24/+30
* TLSEXT_SIGALG_gostr34102012 0x0840 and 0x0841 supportNikolay Morozov2020-04-163-2/+16
* Document X509_verify_ex() and X509_REQ_verify_ex()Matt Caswell2020-04-161-18/+30
* Introduce an internal version of X509_check_issued()Matt Caswell2020-04-163-4/+14
* Create a libctx aware X509_verify_ex()Matt Caswell2020-04-164-8/+25
* Put sys-specific files in build.infoRich Salz2020-04-163-67/+65
* Use build.info, not ifdef for crypto modulesRich Salz2020-04-1625-254/+215
* Add DH keygen to providersShane Lontis2020-04-1526-247/+1268
* Add DSA keygen to providerShane Lontis2020-04-1539-225/+1678
* Make sure we always send an alert in libssl if we hit a fatal errorMatt Caswell2020-04-151-1/+3
* When calling EC_POINT_point2buf we must use a libctxMatt Caswell2020-04-151-1/+11
* Document the new libctx aware private key functionsMatt Caswell2020-04-153-24/+83
* Make sure we use the libctx in libssl when loading PrivateKeysMatt Caswell2020-04-151-9/+15
* Teach PEM_read_bio_PrivateKey about libctxMatt Caswell2020-04-153-9/+34
* Teach the OSSL_STORE code about libctxMatt Caswell2020-04-154-18/+57
* Use the libctx in Ed448 private key decodingMatt Caswell2020-04-151-21/+31
* Teach d2i_PrivateKey et al about libctxMatt Caswell2020-04-159-56/+120
* Fix no-pic static buildsTomas Mraz2020-04-151-1/+5
* 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-156-10/+119
* PROV: Implement EC param / key generationRichard Levitte2020-04-154-1/+204
* KEYMGMT: Add functions to get param/key generation parametersRichard Levitte2020-04-156-12/+75
* Fix Dynamic engine loading so that the call to ENGINE_load_builtin_engines() ...Shane Lontis2020-04-151-0/+2
* mkerr: remove legacy guards from generated error headersDr. Matthias St. Pierre2020-04-1529-140/+1
* Add ex_data to EVP_PKEY.Aaron Thompson2020-04-147-3/+39
* BIO_do_accept: correct error return valuescott2020-04-141-6/+7
* Fix some errors in documentationRichard Levitte2020-04-112-6/+4
* Initialize files that declare internal symbolsRichard Levitte2020-04-115-7/+14
* Rework util/find-doc-nits to distinguish internal documentationRichard Levitte2020-04-112-108/+138
* Add manpage entry for X509_check_purpose()Jake Maynard2020-04-113-2/+77