aboutsummaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
2020-07-16Constify X509_check_akid and prefer using X509_get0_serialNumber over X509_ge...Dr. David von Oheimb9-15/+14
2020-07-16Update copyright yearRichard Levitte26-26/+26
2020-07-16Revert "kdf: make function naming consistent."Matt Caswell6-29/+29
2020-07-16Revert "The EVP_MAC functions have been renamed for consistency. The EVP_MAC...Matt Caswell7-51/+52
2020-07-16trace: condition out engine related tracingPauli1-0/+2
2020-07-16deprecate engines in libcryptoPauli30-0/+90
2020-07-15Enable WinCE build without deceiving _MSC_VER.aSoujyuTanaka3-3/+3
2020-07-15Disable optimiization of BN_num_bits_word() for VS2005 ARM compiler due toaSoujyuTanaka1-0/+12
2020-07-15Changed uintptr_t to size_t. WinCE6 doesn't seem it have the definition.aSoujyuTanaka1-2/+2
2020-07-14DRBG: rename the DRBG taxonomy.Pauli2-66/+73
2020-07-11BN: Check endianness in run-time, in BN_native2bn() and BN_bn2nativepad()Richard Levitte1-8/+9
2020-07-11Add and use internal header that implements endianness checkRichard Levitte9-143/+76
2020-07-09Add multiple fixes for ffc key generation using invalid p,q,g parameters.Shane Lontis4-1/+47
2020-07-08Fix CID 1454808: Error handling issues NEGATIVE_RETURNS (PKCS7_dataDecode())Shane Lontis1-2/+5
2020-07-08Fix CID 1454806: NEGATIVE_RETURNS (cms_enc.c)Shane Lontis1-1/+6
2020-07-08Fix CID 1463883 Dereference after null check (in ess_find_cert_v2())Shane Lontis1-1/+3
2020-07-08Fix CID 1465214 Resource leak (in file_load.c)Shane Lontis1-1/+3
2020-07-08Fix CID #1465216 Resource leak in property_fetchShane Lontis1-1/+1
2020-07-08Fix OSSL_PROVIDER_get_capabilities()Matt Caswell1-1/+1
2020-07-06[EC][ASN1] Detect missing OID when serializing EC parameters and keysNicola Tuveri5-4/+21
2020-07-05ERR: special case system errorsRichard Levitte3-86/+49
2020-07-05CORE: perform post-condition in algorithm_do_this() under all circumstancesRichard Levitte1-6/+5
2020-07-05Fix many MarkDown issues in {NOTES*,README*,HACKING,LICENSE}.md filesDr. David von Oheimb6-150/+162
2020-07-05Rename NOTES*, README*, VERSION, HACKING, LICENSE to .md or .txtDr. David von Oheimb6-0/+0
2020-07-05coverity 1464984: Null pointer dereferencesPauli1-3/+3
2020-07-05rand: avoid caching RNG parameters.Pauli2-29/+14
2020-07-05Refactor the EVP_RAND code to make locking issues less likelyPauli1-67/+149
2020-07-05rand: fix recursive locking issue.Pauli1-18/+11
2020-07-03Ensure a string is properly terminated in http_client.cMatt Caswell1-4/+9
2020-07-02Fix memory leaks on OSSL_SERIALIZER_CTX_new_by_EVP_PKEYNicola Tuveri1-2/+3
2020-07-01X509v3_cache_extensions(): Improve coding style and doc, fix case 'sha1 == NULL'Dr. David von Oheimb1-26/+39
2020-07-01Add X509_self_signed(), extending and improving documenation and testsDr. David von Oheimb2-20/+37
2020-07-01Fix issue 1418 by moving check of KU_KEY_CERT_SIGN and weakening check_issued()Dr. David von Oheimb2-24/+18
2020-07-01Optimization and safety precaution in find_issuer() of x509_vfy.c:Dr. David von Oheimb1-1/+5
2020-07-01Refactor (without semantic changes) crypto/x509/{v3_purp.c,x509_vfy.c}Dr. David von Oheimb4-55/+77
2020-07-01Improve documentation, layout, and code comments regarding self-issued certs ...Dr. David von Oheimb3-37/+40
2020-06-30Fix CID-1464802Shane Lontis2-5/+5
2020-06-28Make the ASYNC code default libctx awareMatt Caswell2-0/+19
2020-06-28CORE: Add an internal function to distinguish the global default contextRichard Levitte2-6/+22
2020-06-28CORE: Add OPENSSL_CTX_set0_default(), to set a default library contextRichard Levitte1-21/+54
2020-06-25Update copyright yearMatt Caswell5-5/+5
2020-06-24Make the naming scheme for dispatched functions more consistentDr. Matthias St. Pierre14-255/+255
2020-06-24Rename <openssl/core_numbers.h> -> <openssl/core_dispatch.h>Dr. Matthias St. Pierre9-9/+9
2020-06-24evp_rand: documentationPauli2-1/+36
2020-06-24fips rand: DRBG KAT self test updates to provider model.Pauli1-0/+7
2020-06-24CTR, HASH and HMAC DRBGs in providerPauli7-1195/+471
2020-06-24rand: move drbg_{ctr,hash,hmac}.c without change to preserve historyDr. Matthias St. Pierre3-1119/+0
2020-06-24rand: move rand_{unix,vms,vxworks,win}.c without change to preserve historyDr. Matthias St. Pierre4-1832/+0
2020-06-24params: add OSSL_PARAM helpers for time_t.Pauli2-0/+34
2020-06-24CRNGT: continuous DRBG tests for providersPauli4-655/+21