summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2023-07-01ecx: update to structure based atomicsPauli
2023-07-01ec: update to structure based atomicsPauli
2023-07-01asn1: update to structure based atomicsPauli
2023-07-01dso: update to structure based atomicsPauli
2023-07-01dsa: update to structure based atomicsPauli
2023-07-01dh: update to structure based atomicsPauli
2023-07-01bio: update to structure based atomicsPauli
2023-07-01engine: update to structure based atomicsPauli
2023-06-30conf/conf_sap.c: correct return of ossl_config_int() in UEFI systemYi Li
2023-06-30Do not use stitched AES-GCM implementation on PPC32Tomas Mraz
2023-06-29feat: add missing pki / pmi object identifiersJonathan M. Wilbur
2023-06-28s390xcap.c: Avoid copying structure on initializationTomas Mraz
2023-06-28Add support for SHA256/192Fergus Dall
2023-06-27CONF_modules_load_file_ex(): Do not try to load an empty file nameTomas Mraz
2023-06-26Check for 0 modulus in BN_RECP_CTX_set.fullwaywang
2023-06-26OSSL_STORE and PKCS#12: Check if there is a MAC to verify before promptingRichard Levitte
2023-06-18log actual NID causing the 'unknown message digest algorithm error'Vladimír Kotal
2023-06-18return immediately if namemap is NULLVladimír Kotal
2023-06-16Fix function signatures in aes-gcm-armv8 comments.fisher.yu
2023-06-15Partially revert #18070 (Add support for Windows CA certificate store)Hugo Landau
2023-06-15Fix typos found by codespellDimitri Papadopoulos
2023-06-14configure: introduce no-ecx to remove ECX related featureYi Li
2023-06-14rand_lib: RAND_poll: Reseed in non-"no-deprecated" builds.Mike Kasick
2023-06-13crypto/sm2/sm2_sign.c: Add BN_CTX_endJiasheng Jiang
2023-06-12X509_NAME_cmp fix for empty nameWim Decroix
2023-06-12Update CMAC test cases.fisher.yu
2023-06-12Fix incorrect ERR_raise() callsTheo Buehler
2023-06-12Introduce [HAVE_/NO_]MADVISE definesJames Knight
2023-06-11riscv: aes: dual-license under Apache + 2-clause BSDHeiko Stuebner
2023-06-11riscv: GCM: dual-license under Apache + 2-clause BSDHeiko Stuebner
2023-06-10Coverity 1528485: Remove unused assignment of wvalueTomas Mraz
2023-06-10Coverity 1528487: Avoid assignment of unused value of iTomas Mraz
2023-06-10Coverity 1528488: Avoid assignment of unused value rctxTomas Mraz
2023-06-10Coverity 1528492: Fix possible memory leak if t == NULLTomas Mraz
2023-06-10Coverity 1528494 and 1528493: Remove unused assignment of wvalueTomas Mraz
2023-06-10Coverity 1528496: remove assignment of unused valueTomas Mraz
2023-06-10Coverity 1531872: j is not used anywhere later, remove the assignmentTomas Mraz
2023-06-10Set RC4 defines on libcrypto/liblegacyTomas Mraz
2023-06-09Optimize CMAC_Update for better performance.fisher.yu
2023-06-08Workaround false positive warning of MSAN in eng_rdrand.cAntony Polukhin
2023-06-06Modify ENGINE_pkey_asn1_find_str() to use a read lock instead of a writeMatt Caswell
2023-06-06Convert the ENGINE struct_ref field to be an atomicMatt Caswell
2023-06-06Cast the argument to unsigned char when calling isdigit()Michael Baentsch
2023-06-06Restrict the size of OBJECT IDENTIFIERs that OBJ_obj2txt will translateRichard Levitte
2023-06-06allow to disable httpVladimír Kotal
2023-06-05Don't take a write lock to retrieve a value from a stackMatt Caswell
2023-06-05Avoid an unneccessary lock if we didn't add anything to the storeMatt Caswell
2023-06-02params: provide a faster TRIE based param lookup.Pauli
2023-06-02Avoid taking a write lock in ossl_provider_doall_activated()Matt Caswell
2023-06-01cmp_client.c: add comment on certConf and add 'ossl_unused' to two functionsDr. David von Oheimb