summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2022-11-09Fix typosDimitris Apostolou
2022-11-09fix building failure when using -Wconditional-uninitializedfangming.fang
2022-11-09Add support for RNDRRS ProviderOrr Toledano
2022-11-09Add Arm Assembly (aarch64) support for RNGOrr Toledano
2022-11-09Remove some unnecessary undefs in bn_asm.cBernd Edlinger
2022-11-09Add support for BSD-ppc, BSD-ppc64 and BSD-ppc64le configurationspkubaj
2022-11-09Dual 1536/2048-bit exponentiation optimization for Intel IceLake CPUAndrey Matyukov
2022-11-09sha/asm/keccak1600-ppc64.pl: Load data in 8 byte chunks on little endianAnton Blanchard
2022-11-09prov: remove unused field `flag_fallback` and function `ossl_provider_set_fal...Pauli
2022-11-09x509: remove dead call to strlen()Pauli
2022-11-09Remove redundant testsPauli
2022-11-09aarch64: support BTI and pointer authentication in assemblyRuss Butler
2022-11-09RISC-V support for the SHA512marcfedorow
2022-11-09obj: add locking to the OBJ sigid callsPauli
2022-11-09obj: make new NIDs use tsan if possiblePauli
2022-11-09obj: make the OBJ_ calls thread safePauli
2022-11-04crypto/sha/asm/sha512-ia64.pl: When checking assembler file names, ignore caseRichard Levitte
2022-11-02dsa/ec: update pairwise tests to account for 140-3 IG 10.3.A additiocal comme...Pauli
2022-11-02rand: add set0 calls for the private and public DRBGsPauli
2022-11-01Fix CVE-2022-3786 in punycode decoder.Pauli
2022-11-01Fix CVE-2022-3602 in punycode decoder.Pauli
2022-10-27x509: fix -Wunused-but-set-variableSam James
2022-10-27txt_db: fix -Wunused-but-set-variableSam James
2022-10-27pem: fix -Wunused-but-set-variableSam James
2022-10-25Finer grained error records for provider load/init failuresRichard Levitte
2022-10-25Fix a lock in provider_remove_store_methods()Matt Caswell
2022-10-21Errors raised from OPENSSL_sk_set should have ERR_LIB_CRYPTOTomas Mraz
2022-10-21stack: Do not add error if pop/shift/value accesses outside of the stackTomas Mraz
2022-10-20Fix no longer implicitly refresh the cached TBSCertificateGibeom Gwon
2022-10-19Avoid putting ripemd_prov.c in libcommon otherwise it is regarded as fips sourceTomas Mraz
2022-10-19default provider: include RIPEMD160Pauli
2022-10-18init: fix defined but unused warning/errorPauli
2022-10-18disable 5x interleave on buffers shorter than 512 bytes: 3% speedup on Graviton2Sebastian Pop
2022-10-13Fix an occasional CI failure due to unaligned accessBernd Edlinger
2022-10-13Add translation for ECX group parameterJuergen Christ
2022-10-11eckey_priv_encode(): Call ASN1_STRING_free() only on an ASN1_STRINGTomas Mraz
2022-10-11Update copyright yearMatt Caswell
2022-10-05Fix LLVM vs Apple LLVM version numbering confusion, for $avx512ifmaRichard Levitte
2022-10-05Fix regression in i2d_re_X509_REQ_tbs()Tomas Mraz
2022-10-04armcap: skip probing _armv7_tick()Cameron Gutman
2022-10-04Fix error propagatation in BN_check_prime()Kazuki Yamaguchi
2022-10-03Ensure we call the cleanup() function when cleaning an EVP_CIPHER_CTXMatt Caswell
2022-10-03Fix usage of custom EVP_CIPHER objectsMatt Caswell
2022-09-30Fix missing null check in ossl_cmp_log_parse_metadata()Graham Woodward
2022-09-23Maximum return value of BIO_ctrl_(w)pending is SIZE_MAXTomas Mraz
2022-09-23Fix error return values from BIO_ctrl_(w)pending()Tomas Mraz
2022-09-23Clear incorrectly reported errors in d2i_CMS_ContentInfoDaniel Fiala
2022-09-16stack.c: add missing direct error reporting and improve coding styleDr. David von Oheimb
2022-09-16x509_vpm.c: add missing direct error reporting and improve coding styleDr. David von Oheimb
2022-09-16X509_STORE_CTX_set_default(): improve error handling, also in its useDavid von Oheimb