summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Test updates in light of the KDF switchoverPauli2019-09-062-148/+224
* Documentation updates in light of the KDF conversionPauli2019-09-061-57/+35
* Add KDFs to providersPauli2019-09-0615-1232/+1406
* Fix users of KDFs to use params not ctlsPauli2019-09-065-93/+198
* Remove old KDF initialisationPauli2019-09-063-58/+2
* Fix TLS/SSL PRF usages.Pauli2019-09-062-39/+74
* Move KDFs to the provider.Pauli2019-09-068-0/+15
* Teach TLSProxy how to parse CertificateRequest messagesMatt Caswell2019-09-067-26/+262
* Don't send a status_request extension in a CertificateRequest messageMatt Caswell2019-09-061-0/+4
* Undeprecate OpenSSL_version_num and OPENSSL_VERSION_NUMBERViktor Dukhovni2019-09-054-17/+11
* Reverting check to correctDmitry Belyavskiy2019-09-051-1/+1
* Disallow change EVP_CIPHER properties once setDmitry Belyavskiy2019-09-051-0/+27
* Disallow change EVP_MD properties once setDmitry Belyavskiy2019-09-051-0/+30
* [test] computing ECC cofactors: regression testBilly Brumley2019-09-051-3/+86
* [crypto/ec] for ECC parameters with NULL or zero cofactor, compute itBilly Brumley2019-09-051-9/+96
* Make failed messages easier to findRich Salz2019-09-051-35/+21
* Fix error handling in x509_lu.cBernd Edlinger2019-09-051-9/+27
* Cleanup includes in rand_unix.cBernd Edlinger2019-09-051-5/+6
* Change provider params from int to size_tShane Lontis2019-09-0523-195/+209
* Handle the renamed command POD files in find-doc-nitsRich Salz2019-09-041-7/+10
* Move libapps.a source to apps/libRichard Levitte2019-09-0416-35/+37
* Suppress 'No server certificate CA names sent' messageBilly Brawner2019-09-041-1/+2
* OSSL_PARAM_construct_utf8_string computes the string length.Pauli2019-09-0410-36/+23
* New function EVP_CIPHER_free()Richard Levitte2019-09-0412-58/+97
* New function EVP_MD_free()Richard Levitte2019-09-0417-78/+121
* test/errtest.c: more conditions for checking __FILE__ and __LINE__Richard Levitte2019-09-031-5/+9
* Refactor how KEYMGMT methods get associated with other methodsRichard Levitte2019-09-0311-56/+87
* Fix Coverity 1453452: Control flow issues (DEADCODE)Pauli2019-09-031-2/+1
* Add CPU info to the speed command summaryBernd Edlinger2019-09-029-19/+122
* Diverse ERR fixesRichard Levitte2019-09-021-12/+22
* Rework the documentation of our individual MAC implementationsRichard Levitte2019-09-0215-554/+479
* Fix function name typo in MAC documentation.Pauli2019-09-021-1/+1
* Remove extern declarations of OPENSSL_ia32cap_PBernd Edlinger2019-09-0111-16/+11
* Fix platform specific issues with provider ciphersShane Lontis2019-09-012-8/+16
* Fix pkeyutl -verifyrecoverMatt Caswell2019-08-301-2/+1
* Don't include the DEVRANDOM being seeded logic on Android.Pauli2019-08-301-1/+1
* Fix NITs in comments and CHANGES for DEVRANDOM seeded check.Pauli2019-08-292-4/+4
* fix ERR_add_error_vdata() for use with multiple args/callsDr. David von Oheimb2019-08-291-1/+1
* Use ENGINE_get_id() instead of ENGINE_get_name()Matt Caswell2019-08-291-4/+4
* Fix no-engineMatt Caswell2019-08-295-3/+15
* Fix no-cmacMatt Caswell2019-08-293-14/+15
* Fix no-poly1305, no-siphash and no-blake2Matt Caswell2019-08-296-85/+72
* Fix a documentation bug in ec.hMatt Caswell2019-08-291-2/+0
* Fix no-ecMatt Caswell2019-08-291-2/+2
* Fix no-desMatt Caswell2019-08-292-0/+4
* Update fuzz README.mdMatt Caswell2019-08-291-3/+3
* Fix data races in EVP_CIPHER_fetch and EVP_MD_fetchMatt Caswell2019-08-292-28/+22
* Make sure we pre-initialise propertiesMatt Caswell2019-08-294-12/+13
* Fix context lockingMatt Caswell2019-08-291-4/+38
* Allow an output indentation of zero in apps.Pauli2019-08-292-6/+6