summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2020-09-17Disallow certs with explicit curve in verification chainTomas Mraz
2020-09-17EC_KEY: add EC_KEY_decoded_from_explicit_params()Tomas Mraz
2020-09-17Fix Coverity CID 1466708 - correct pointer calculation in one caseDr. David von Oheimb
2020-09-17FIX strncpy warning in apps/cmp.c.Xiaofei Bai
2020-09-17Make KDFs fail if requesting a zero-length key.Jon Spillett
2020-09-17Allow zero-length secret for EVP_KDF APIJon Spillett
2020-09-17Fix typo in bind_loader_attic commentDaniel Bevenius
2020-09-17Document 2 newly added functionsMatt Caswell
2020-09-17Test HMAC output from the dgst CLIMatt Caswell
2020-09-17Correctly display the signing/hmac algorithm in the dgst appMatt Caswell
2020-09-17Redirect EVP_DigestInit to EVP_DigestSignInit_ex if appropriateMatt Caswell
2020-09-17Don't send -1 as the length of the hmac keyMatt Caswell
2020-09-17Annotate potential -Wunused-function violations in err.hjwalch
2020-09-17Add a NULL check to EVP_PKEY_assignjwalch
2020-09-17Update AES GCM IV max length to be 1024 bits (was 512)Shane Lontis
2020-09-16undeprecate EVP_PKEY_cmp and EVP_PKEY_cmp_parametersTim Hudson
2020-09-16Configurations/unix-Makefile.tmpl: Don't specify headers twiceRichard Levitte
2020-09-16OpenSSL::ParseC: recognise inline function bodiesRichard Levitte
2020-09-16Add self tests for rsa encryptionShane Lontis
2020-09-16free memory use on error in cert verifyPauli
2020-09-16generate_cookie_callback: free temporary memory on an error pathPauli
2020-09-16PKCS5 PBE: free allocations on unlikely / impossible failure pathPauli
2020-09-16PKCS#8: free data on error path in newpass_bagPauli
2020-09-16DTLS: free allocated memory on error pathsPauli
2020-09-14prov/drbg: cleanup some RAND_DRBG leftoversDr. Matthias St. Pierre
2020-09-14prov/drbg: fix misspelling of '#ifdef FIPS_MODULE'Dr. Matthias St. Pierre
2020-09-13EVP: Centralise fetching error reportingRichard Levitte
2020-09-13Ignore unused return values from some sk_*() macrosMatt Caswell
2020-09-13Don't complain about stack related macrosMatt Caswell
2020-09-13Make 'make errors' work againRichard Levitte
2020-09-13Make 'make ordinals' work againRichard Levitte
2020-09-13util/mknum.pl: Fix file openingRichard Levitte
2020-09-13Streamline the safestack generated codeMatt Caswell
2020-09-13Add a CHANGES entry for the safestack updatesMatt Caswell
2020-09-13Remove some safestack things that are no longer neededMatt Caswell
2020-09-13Fix safestack issues in ui.hMatt Caswell
2020-09-13Fix safestack issues in pkcs12.hMatt Caswell
2020-09-13Fix safestack issues in crypto.hMatt Caswell
2020-09-13Fix safestack issues in conf.hMatt Caswell
2020-09-13Fix safestack issues in bio.hMatt Caswell
2020-09-13Fix safestack issues in ess.hMatt Caswell
2020-09-13Fix safestack issues in asn1t.hMatt Caswell
2020-09-13Fix safestack issues in ct.hMatt Caswell
2020-09-13Fix safestack issues in crmf.hMatt Caswell
2020-09-13Fix safestack issues in x509_vfy.hMatt Caswell
2020-09-13Fix safestack issues in srp.hMatt Caswell
2020-09-13Fix safestack issues in pkcs7.hMatt Caswell
2020-09-13Fix safestack issues in ocsp.hMatt Caswell
2020-09-13Fix safestack issues in cms.hMatt Caswell
2020-09-13Fix safestack issues in cmp.hMatt Caswell