summaryrefslogtreecommitdiffstats
path: root/NOTES-VALGRIND.md (unfollow)
Commit message (Expand)AuthorFilesLines
2022-01-21ERR: Move ERR_set_mark(), ERR_pop_to_mark() and ERR_clear_last_mark()Richard Levitte3-56/+70
2022-01-21crypto/bio: drop float formating for UEFIGerd Hoffmann1-0/+20
2022-01-21Revert "crypto/bio: fix build on UEFI"Gerd Hoffmann1-9/+0
2022-01-21Fix the same BIO_FLAGS macro definitionyangyangtiantianlonglong2-1/+3
2022-01-20TEST: Add a test of the new BN_signed set of functions in test/bntest.cRichard Levitte1-0/+132
2022-01-20Add signed bn2bin and bin2bn functionsRichard Levitte4-32/+150
2022-01-20[refactor] BIGNUM: Modify bin2bn() to work from least to most significant chunkRichard Levitte1-22/+30
2022-01-20BIGNUM: Add a comment on chunk order in struct bignum_stRichard Levitte1-2/+5
2022-01-20[refactor] BIGNUM: Modify bn2binpad()'s setup to be more like bin2bn()'sRichard Levitte1-9/+20
2022-01-20[refactor] BIGNUM: collapse BN_bin2bn() and BN_lebin2bn() into oneRichard Levitte1-52/+34
2022-01-20Clarify flags argument of X509_check_ipTobias Nießen1-1/+2
2022-01-20s_server: correctly handle 2^14 byte long recordsHubert Kario1-5/+9
2022-01-20Simpler square-root computation for Ed25519James Muir1-9/+4
2022-01-20Fix sm3ss1 translation issue in sm3-armv8.plfangming.fang1-8/+7
2022-01-19ssl: better support TSAN operationsPauli6-27/+93
2022-01-19test: add cipher context dup testPauli1-2/+9
2022-01-19test: add digest context dup testsPauli2-12/+41
2022-01-19doc: document digest and cipher dup functionsPauli2-2/+35
2022-01-19Add context dup functions for digests and ciphersPauli4-0/+26
2022-01-19fix indentationPauli2-5/+5
2022-01-18SM4 optimization for ARM by HW instructionDaniel Hu10-60/+945
2022-01-18dh_exch.c: Correct gettable parameters for DH key exchangeTomas Mraz1-1/+1
2022-01-18e_dasync: remove empty statementPauli1-1/+0
2022-01-18demo: remove end of line whitespacePauli1-1/+1
2022-01-18speed: rework if condition to avoid empty statementPauli1-3/+1
2022-01-18replace ;; with ; as statement separatorPauli3-3/+3
2022-01-18apps/ca: replace ;; with ; as statement separatorPauli1-1/+1
2022-01-18ssl: replace ;; with ; as statement separatorPauli3-3/+3
2022-01-18Fix mistake in ERR_peek_error_all documentation.Kevin Jones1-1/+1
2022-01-17bn_ppc.c: Fix build failure on AIX with XLC/XLCLANGTomas Mraz1-1/+1
2022-01-17dhtest: Add testcase for EVP_PKEY_CTX_set_dh_nidTomas Mraz1-0/+28
2022-01-17Do not call ossl_ffc_name_to_dh_named_group with NULL argumentTomas Mraz2-0/+2
2022-01-17Properly return error on EVP_PKEY_CTX_set_dh_nid and EVP_PKEY_CTX_set_dhx_rfc...Tomas Mraz1-6/+17
2022-01-17Fix typo in SSL_CTX_set_dh_autoEasySec1-1/+1
2022-01-17ssl/t1_enc: Fix kTLS RX offload pathDmytro Podgornyi1-1/+1
2022-01-15property: reduce memory consumption when OPENSSL_SMALL_FOOTPRINT is defined.Pauli1-4/+46
2022-01-14Fix malloc failure handling of X509_ALGOR_set0()Dr. David von Oheimb12-112/+116
2022-01-14EVP: fix evp_keymgmt_util_match so that it actually tries cross export the ot...manison1-1/+1
2022-01-14SM3 acceleration with SM3 hardware instruction on aarch64fangming.fang6-3/+335
2022-01-14Add a comment to indicate ineffective macroShreenidhi Shedi1-2/+2
2022-01-14coverity 1497107: dereference after null checkPauli1-3/+6
2022-01-13Cleansing all the temporary data for s390xDmitry Belyavskiy1-2/+2
2022-01-13test_gendhparam: Drop expected error outputTomas Mraz1-2/+10
2022-01-13Clear md_data only when necessaryMatt Caswell1-2/+3
2022-01-13threadstest: use locking for tsan operations if requiredPauli1-2/+26
2022-01-13drbg: add handling for cases where TSAN isn't availablePauli1-0/+4
2022-01-13lhash: use lock when TSAN not available for statistics gatheringPauli3-17/+66
2022-01-13mem: do not produce usage counts when tsan is unavailable.Pauli1-4/+10
2022-01-13object: use updated tsan lock detection capabilitiesPauli1-15/+5
2022-01-13core namemap: use updated tsan lock detection capabilitiesPauli1-9/+6