summaryrefslogtreecommitdiff
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* Rename NOTES*, README*, VERSION, HACKING, LICENSE to .md or .txtDr. David von Oheimb2020-07-056-0/+0
* coverity 1464984: Null pointer dereferencesPauli2020-07-051-3/+3
* rand: avoid caching RNG parameters.Pauli2020-07-052-29/+14
* Refactor the EVP_RAND code to make locking issues less likelyPauli2020-07-051-67/+149
* rand: fix recursive locking issue.Pauli2020-07-051-18/+11
* Ensure a string is properly terminated in http_client.cMatt Caswell2020-07-031-4/+9
* Fix memory leaks on OSSL_SERIALIZER_CTX_new_by_EVP_PKEYNicola Tuveri2020-07-021-2/+3
* X509v3_cache_extensions(): Improve coding style and doc, fix case 'sha1 == NULL'Dr. David von Oheimb2020-07-011-26/+39
* Add X509_self_signed(), extending and improving documenation and testsDr. David von Oheimb2020-07-012-20/+37
* Fix issue 1418 by moving check of KU_KEY_CERT_SIGN and weakening check_issued()Dr. David von Oheimb2020-07-012-24/+18
* Optimization and safety precaution in find_issuer() of x509_vfy.c:Dr. David von Oheimb2020-07-011-1/+5
* Refactor (without semantic changes) crypto/x509/{v3_purp.c,x509_vfy.c}Dr. David von Oheimb2020-07-014-55/+77
* Improve documentation, layout, and code comments regarding self-issued certs ...Dr. David von Oheimb2020-07-013-37/+40
* Fix CID-1464802Shane Lontis2020-06-302-5/+5
* Make the ASYNC code default libctx awareMatt Caswell2020-06-282-0/+19
* CORE: Add an internal function to distinguish the global default contextRichard Levitte2020-06-282-6/+22
* CORE: Add OPENSSL_CTX_set0_default(), to set a default library contextRichard Levitte2020-06-281-21/+54
* Update copyright yearMatt Caswell2020-06-255-5/+5
* Make the naming scheme for dispatched functions more consistentDr. Matthias St. Pierre2020-06-2414-255/+255
* Rename <openssl/core_numbers.h> -> <openssl/core_dispatch.h>Dr. Matthias St. Pierre2020-06-249-9/+9
* evp_rand: documentationPauli2020-06-242-1/+36
* fips rand: DRBG KAT self test updates to provider model.Pauli2020-06-241-0/+7
* CTR, HASH and HMAC DRBGs in providerPauli2020-06-247-1195/+471
* rand: move drbg_{ctr,hash,hmac}.c without change to preserve historyDr. Matthias St. Pierre2020-06-243-1119/+0
* rand: move rand_{unix,vms,vxworks,win}.c without change to preserve historyDr. Matthias St. Pierre2020-06-244-1832/+0
* params: add OSSL_PARAM helpers for time_t.Pauli2020-06-242-0/+34
* CRNGT: continuous DRBG tests for providersPauli2020-06-244-655/+21
* rand: set up EVP and DRBG infrastructure for RAND from providers.Pauli2020-06-241-35/+169
* Move CRNG test to providersPauli2020-06-241-139/+0
* rand: core APIs for provider friendly random.Pauli2020-06-246-2/+492
* property: correctly set the has optional flag when merging property listsPauli2020-06-231-0/+2
* property: Move global default properties to the library context.Pauli2020-06-235-110/+97
* Fix potential double free in rsa_keygen pairwise test.Shane Lontis2020-06-231-0/+6
* serialization: break the provider locating code to avoid deadlock.Pauli2020-06-233-56/+71
* Fix wrong return value check of mmap functionTristan Bauer2020-06-231-1/+1
* Fix CMP -days option range checking and test failing with enable-ubsanDr. David von Oheimb2020-06-225-31/+30
* Print CPUINFO also for s390 processorsPatrick Steuer2020-06-221-1/+43
* Flag RSA secret BNs as consttime on keygen and checksNicola Tuveri2020-06-214-10/+72
* Fix `no-ts` builds.FdaSilvaYY2020-06-211-1/+2
* namemap: change ossl_namemap_empty() to do what the documentation says.Pauli2020-06-211-6/+19
* Build: Remove faulty DES assembler specRichard Levitte2020-06-201-1/+0
* Ensure creating an EC public key uses the libctxMatt Caswell2020-06-192-16/+30
* Add more complete support for libctx/propq in the EC codeMatt Caswell2020-06-199-34/+67
* Provider a better error message if we fail to copy parametersMatt Caswell2020-06-191-0/+1
* Make sure we save the copy function when registering a new KeymgmtMatt Caswell2020-06-191-0/+4
* Make EVP_PKEY_CTX_[get|set]_group_name work for DH tooMatt Caswell2020-06-195-7/+36
* Make EVP_PKEY_CTX_[get|set]_ec_paramgen_curve_name more genericMatt Caswell2020-06-197-49/+47
* Add the OSSL_PROVIDER_get_capabilities() API functionMatt Caswell2020-06-192-1/+22
* Remove whitespace from 'white space'haykam8212020-06-195-6/+6
* Add ACVP fips module testsShane Lontis2020-06-1717-197/+489