summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2020-09-19Add KEM (Key encapsulation mechanism) support to providersShane Lontis
2020-09-18Update the EdDSA docs with information about Algorithm IdentifiersMatt Caswell
2020-09-18Make sure we properly test for EdDSA with alg idsMatt Caswell
2020-09-18Teach EdDSA signature algorithms about AlgorithmIdentifiersMatt Caswell
2020-09-18Add option to fipsinstall to disable fips security checks at run time.Shane Lontis
2020-09-18Add 'fips-securitychecks' option and plumb this into the actual fips checksShane Lontis
2020-09-18fix provider exchange operationsShane Lontis
2020-09-18fix provider signaturesShane Lontis
2020-09-18Separate fips and non fips code for key operationsShane Lontis
2020-09-18Add missing 'ossl_unused' tags to some gettable and settable methods.Shane Lontis
2020-09-18Add error message to genpkey app for the '-genparam' optionShane Lontis
2020-09-18Add fips checks for ecdh key agreementShane Lontis
2020-09-18Add fips checks for rsa encryptionShane Lontis
2020-09-18Add fips checks for dh key agreementShane Lontis
2020-09-18Add fips checks for ecdsa signaturesShane Lontis
2020-09-18Add fips checks for dsa signaturesShane Lontis
2020-09-18Add fips checks for rsa signatures.Shane Lontis
2020-09-18Fix some doc-nits and make update errorsMatt Caswell
2020-09-18Remove some unneeded code from lhash.hMatt Caswell
2020-09-18Update err.h to use the new lhash generation codeMatt Caswell
2020-09-18Update conf.h.in to use the new lhash generation codeMatt Caswell
2020-09-18Provide basis for fixing lhash codeMatt Caswell
2020-09-18s_client.pod: Fix grammar in NOTES section.Alexander Borkowski
2020-09-18Add selftest callback to CRNG output testShane Lontis
2020-09-18Fix AES_XTS on x86-64 platforms with BSAES and VPAES support.Shane Lontis
2020-09-17HMAC should work with non-provided digestsDmitry Belyavskiy
2020-09-17Rename check_chain_extensions to check_chainTomas Mraz
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