summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* [refactor] BIGNUM: collapse BN_bin2bn() and BN_lebin2bn() into oneRichard Levitte2022-01-201-52/+34
* Clarify flags argument of X509_check_ipTobias Nießen2022-01-201-1/+2
* s_server: correctly handle 2^14 byte long recordsHubert Kario2022-01-201-5/+9
* Simpler square-root computation for Ed25519James Muir2022-01-201-9/+4
* Fix sm3ss1 translation issue in sm3-armv8.plfangming.fang2022-01-201-8/+7
* ssl: better support TSAN operationsPauli2022-01-196-27/+93
* test: add cipher context dup testPauli2022-01-191-2/+9
* test: add digest context dup testsPauli2022-01-192-12/+41
* doc: document digest and cipher dup functionsPauli2022-01-192-2/+35
* Add context dup functions for digests and ciphersPauli2022-01-194-0/+26
* fix indentationPauli2022-01-192-5/+5
* SM4 optimization for ARM by HW instructionDaniel Hu2022-01-1810-60/+945
* dh_exch.c: Correct gettable parameters for DH key exchangeTomas Mraz2022-01-181-1/+1
* e_dasync: remove empty statementPauli2022-01-181-1/+0
* demo: remove end of line whitespacePauli2022-01-181-1/+1
* speed: rework if condition to avoid empty statementPauli2022-01-181-3/+1
* replace ;; with ; as statement separatorPauli2022-01-183-3/+3
* apps/ca: replace ;; with ; as statement separatorPauli2022-01-181-1/+1
* ssl: replace ;; with ; as statement separatorPauli2022-01-183-3/+3
* Fix mistake in ERR_peek_error_all documentation.Kevin Jones2022-01-181-1/+1
* bn_ppc.c: Fix build failure on AIX with XLC/XLCLANGTomas Mraz2022-01-171-1/+1
* dhtest: Add testcase for EVP_PKEY_CTX_set_dh_nidTomas Mraz2022-01-171-0/+28
* Do not call ossl_ffc_name_to_dh_named_group with NULL argumentTomas Mraz2022-01-172-0/+2
* Properly return error on EVP_PKEY_CTX_set_dh_nid and EVP_PKEY_CTX_set_dhx_rfc...Tomas Mraz2022-01-171-6/+17
* Fix typo in SSL_CTX_set_dh_autoEasySec2022-01-171-1/+1
* ssl/t1_enc: Fix kTLS RX offload pathDmytro Podgornyi2022-01-171-1/+1
* property: reduce memory consumption when OPENSSL_SMALL_FOOTPRINT is defined.Pauli2022-01-151-4/+46
* Fix malloc failure handling of X509_ALGOR_set0()Dr. David von Oheimb2022-01-1412-112/+116
* EVP: fix evp_keymgmt_util_match so that it actually tries cross export the ot...manison2022-01-141-1/+1
* SM3 acceleration with SM3 hardware instruction on aarch64fangming.fang2022-01-146-3/+335
* Add a comment to indicate ineffective macroShreenidhi Shedi2022-01-141-2/+2
* coverity 1497107: dereference after null checkPauli2022-01-141-3/+6
* Cleansing all the temporary data for s390xDmitry Belyavskiy2022-01-131-2/+2
* test_gendhparam: Drop expected error outputTomas Mraz2022-01-131-2/+10
* Clear md_data only when necessaryMatt Caswell2022-01-131-2/+3
* threadstest: use locking for tsan operations if requiredPauli2022-01-131-2/+26
* drbg: add handling for cases where TSAN isn't availablePauli2022-01-131-0/+4
* lhash: use lock when TSAN not available for statistics gatheringPauli2022-01-133-17/+66
* mem: do not produce usage counts when tsan is unavailable.Pauli2022-01-131-4/+10
* object: use updated tsan lock detection capabilitiesPauli2022-01-131-15/+5
* core namemap: use updated tsan lock detection capabilitiesPauli2022-01-131-9/+6
* tsan: make detecting the need for locking when using tsan easierPauli2022-01-131-1/+7
* threadstest: add write check to lock checkingPauli2022-01-131-0/+2
* Avoid using a macro expansion in a macro when statically initialisingPauli2022-01-131-3/+9
* drop unused callback variableGerd Hoffmann2022-01-131-1/+0
* EVP_DigestSignFinal: *siglen should not be read if sigret == NULLTomas Mraz2022-01-121-2/+2
* param dup: add errors to failure returnsPauli2022-01-121-3/+9
* param build set: add errors to failure returnsPauli2022-01-121-1/+3
* param build: add errors to failure returnsPauli2022-01-121-1/+3
* test: check for properly raised errors during param conversionPauli2022-01-121-5/+10