aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* dsa: update to structure based atomicsPauli2023-07-011-3/+6
* dh: update to structure based atomicsPauli2023-07-011-3/+6
* bio: update to structure based atomicsPauli2023-07-014-27/+17
* engine: update to structure based atomicsPauli2023-07-015-24/+27
* conf/conf_sap.c: correct return of ossl_config_int() in UEFI systemYi Li2023-06-301-0/+2
* Do not use stitched AES-GCM implementation on PPC32Tomas Mraz2023-06-301-3/+3
* feat: add missing pki / pmi object identifiersJonathan M. Wilbur2023-06-293-5/+205
* s390xcap.c: Avoid copying structure on initializationTomas Mraz2023-06-281-5/+6
* Add support for SHA256/192Fergus Dall2023-06-281-1/+13
* CONF_modules_load_file_ex(): Do not try to load an empty file nameTomas Mraz2023-06-271-1/+7
* Check for 0 modulus in BN_RECP_CTX_set.fullwaywang2023-06-261-1/+1
* OSSL_STORE and PKCS#12: Check if there is a MAC to verify before promptingRichard Levitte2023-06-261-1/+3
* log actual NID causing the 'unknown message digest algorithm error'Vladimír Kotal2023-06-181-2/+3
* return immediately if namemap is NULLVladimír Kotal2023-06-181-0/+3
* Fix function signatures in aes-gcm-armv8 comments.fisher.yu2023-06-162-66/+66
* Partially revert #18070 (Add support for Windows CA certificate store)Hugo Landau2023-06-153-37/+8
* Fix typos found by codespellDimitri Papadopoulos2023-06-1519-72/+72
* configure: introduce no-ecx to remove ECX related featureYi Li2023-06-146-24/+47
* rand_lib: RAND_poll: Reseed in non-"no-deprecated" builds.Mike Kasick2023-06-141-4/+4
* crypto/sm2/sm2_sign.c: Add BN_CTX_endJiasheng Jiang2023-06-131-0/+1
* X509_NAME_cmp fix for empty nameWim Decroix2023-06-121-4/+4
* Update CMAC test cases.fisher.yu2023-06-121-1/+1
* Fix incorrect ERR_raise() callsTheo Buehler2023-06-121-3/+3
* Introduce [HAVE_/NO_]MADVISE definesJames Knight2023-06-121-1/+13
* riscv: aes: dual-license under Apache + 2-clause BSDHeiko Stuebner2023-06-112-0/+54
* riscv: GCM: dual-license under Apache + 2-clause BSDHeiko Stuebner2023-06-112-0/+54
* Coverity 1528485: Remove unused assignment of wvalueTomas Mraz2023-06-101-3/+3
* Coverity 1528487: Avoid assignment of unused value of iTomas Mraz2023-06-101-1/+0
* Coverity 1528488: Avoid assignment of unused value rctxTomas Mraz2023-06-101-7/+7
* Coverity 1528492: Fix possible memory leak if t == NULLTomas Mraz2023-06-101-1/+1
* Coverity 1528494 and 1528493: Remove unused assignment of wvalueTomas Mraz2023-06-101-6/+6
* Coverity 1528496: remove assignment of unused valueTomas Mraz2023-06-101-2/+1
* Coverity 1531872: j is not used anywhere later, remove the assignmentTomas Mraz2023-06-101-1/+0
* Set RC4 defines on libcrypto/liblegacyTomas Mraz2023-06-101-1/+6
* Optimize CMAC_Update for better performance.fisher.yu2023-06-091-5/+32
* Workaround false positive warning of MSAN in eng_rdrand.cAntony Polukhin2023-06-081-0/+16
* Modify ENGINE_pkey_asn1_find_str() to use a read lock instead of a writeMatt Caswell2023-06-061-1/+1
* Convert the ENGINE struct_ref field to be an atomicMatt Caswell2023-06-066-28/+75
* Cast the argument to unsigned char when calling isdigit()Michael Baentsch2023-06-061-1/+1
* Restrict the size of OBJECT IDENTIFIERs that OBJ_obj2txt will translateRichard Levitte2023-06-061-0/+19
* allow to disable httpVladimír Kotal2023-06-066-2/+25
* Don't take a write lock to retrieve a value from a stackMatt Caswell2023-06-051-2/+20
* Avoid an unneccessary lock if we didn't add anything to the storeMatt Caswell2023-06-051-5/+9
* params: provide a faster TRIE based param lookup.Pauli2023-06-022-1/+22
* Avoid taking a write lock in ossl_provider_doall_activated()Matt Caswell2023-06-021-20/+35
* cmp_client.c: add comment on certConf and add 'ossl_unused' to two functionsDr. David von Oheimb2023-06-011-2/+7
* CMS_ContentInfo_free(): fix mem leak on encrypted content keyDr. David von Oheimb2023-06-012-2/+8
* SMIME_crlf_copy(): check for NULL pointer argumentsDr. David von Oheimb2023-06-011-0/+6
* Ignore the fetch error when a legacy algorithm is foundYuri Penkin2023-06-012-0/+8
* CMP: add support for genm/genp messages with id-it-caCertsDr. David von Oheimb2023-06-017-3/+222