summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2022-01-24`make clean` should clean up fips provider shared object.Todd Short
2022-01-24self_test.h: fix the C++ wrappingPauli
2022-01-21crypto/bio: drop float formating for UEFIGerd Hoffmann
2022-01-21Revert "crypto/bio: fix build on UEFI"Gerd Hoffmann
2022-01-21Fix the same BIO_FLAGS macro definitionyangyangtiantianlonglong
2022-01-20Clarify flags argument of X509_check_ipTobias Nießen
2022-01-19ssl: better support TSAN operationsPauli
2022-01-18dh_exch.c: Correct gettable parameters for DH key exchangeTomas Mraz
2022-01-18Fix mistake in ERR_peek_error_all documentation.Kevin Jones
2022-01-17bn_ppc.c: Fix build failure on AIX with XLC/XLCLANGTomas Mraz
2022-01-17dhtest: Add testcase for EVP_PKEY_CTX_set_dh_nidTomas Mraz
2022-01-17Do not call ossl_ffc_name_to_dh_named_group with NULL argumentTomas Mraz
2022-01-17Properly return error on EVP_PKEY_CTX_set_dh_nid and EVP_PKEY_CTX_set_dhx_rfc...Tomas Mraz
2022-01-17Fix typo in SSL_CTX_set_dh_autoEasySec
2022-01-17ssl/t1_enc: Fix kTLS RX offload pathDmytro Podgornyi
2022-01-14EVP: fix evp_keymgmt_util_match so that it actually tries cross export the ot...manison
2022-01-14Add a comment to indicate ineffective macroShreenidhi Shedi
2022-01-14coverity 1497107: dereference after null checkPauli
2022-01-13Cleansing all the temporary data for s390xDmitry Belyavskiy
2022-01-13test_gendhparam: Drop expected error outputTomas Mraz
2022-01-13Clear md_data only when necessaryMatt Caswell
2022-01-13drbg: add handling for cases where TSAN isn't availablePauli
2022-01-13lhash: use lock when TSAN not available for statistics gatheringPauli
2022-01-13mem: do not produce usage counts when tsan is unavailable.Pauli
2022-01-13core namemap: use updated tsan lock detection capabilitiesPauli
2022-01-13tsan: make detecting the need for locking when using tsan easierPauli
2022-01-13threadstest: add write check to lock checkingPauli
2022-01-13Avoid using a macro expansion in a macro when statically initialisingPauli
2022-01-13drop unused callback variableGerd Hoffmann
2022-01-12EVP_DigestSignFinal: *siglen should not be read if sigret == NULLTomas Mraz
2022-01-12pkeyutl: Fix regression with -kdflen optionTomas Mraz
2022-01-12Ensure we test fetching encoder/decoder/store loader with a query stringMatt Caswell
2022-01-12Fix Decoder, Encoder and Store loader fetchingMatt Caswell
2022-01-12Clarify the int param getter documentationMatt Caswell
2022-01-11Fix: some patches related to error exitingPeiwei Hu
2022-01-10Add a test for a custom digest created via EVP_MD_meth_new()Matt Caswell
2022-01-10Fix a leak in EVP_DigestInit_ex()Matt Caswell
2022-01-10Ensure that MDs created via EVP_MD_meth_new() go down the legacy routeMatt Caswell
2022-01-10EVP_PKEY_derive_set_peer_ex: Export the peer key to proper keymgmtTomas Mraz
2022-01-09crypto/bio: fix build on UEFIGerd Hoffmann
2022-01-08Add a test case for the short passwordBernd Edlinger
2022-01-07providers/implementations/keymgmt/rsa_kmgmt.c: refactor gen_initPeiwei Hu
2022-01-07Test importing EC key parameters with a bad curveTomas Mraz
2022-01-07EVP_PKEY_fromdata(): Do not return newly allocated pkey on failureTomas Mraz
2022-01-07fix the return check of EVP_PKEY_CTX_ctrl() in 5 spotsxkernel
2022-01-07properly free the resource from EVP_MD_CTX_new() at ssl3_record.c:1413xkernel
2022-01-06properly free the resource from CRYPTO_mallocxkernel
2022-01-06Fix copyright year issuesBernd Edlinger
2022-01-06OSSL_STORE: Prevent spurious error during loading private keysDr. David von Oheimb
2022-01-05check the return value of OSSL_PARAM_BLD_new in dsa_kmgmt.c:195x2018