summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2022-11-15gcm_get_funcs(): Add missing fallback for ghash on x86_64Tomas Mraz
2022-11-15Propagate selection all the way on key exportSimo Sorce
2022-11-14djgpp: Fix unused-but-set-variable warningJ.W. Jagersma
2022-11-14Define threads_lib.c functions only for OPENSSL_SYS_UNIXJ.W. Jagersma
2022-11-14Cast socklen_t to size_t in assert comparisonJ.W. Jagersma
2022-11-14Cast values to match printf format strings.J.W. Jagersma
2022-11-11Use libctx when generating DH parametersTomas Mraz
2022-11-11punycode: update to use WPACKET instead of using custom range checkingPauli
2022-11-10pem: avoid segfault if PKEY is NULL in PEM_write_bio_PrivateKeyMilan Broz
2022-11-10pem: fix a memory leak in PEM_write_bio_PrivateKey_traditionalMilan Broz
2022-11-10Limit size of modulus for BN_mod_exp_mont_consttime()Tomas Mraz
2022-11-10pkcs7: Remove unused includesCameron Cawley
2022-11-07Add zlib oneshot compressionTodd Short
2022-11-04crypto/sha/asm/sha512-ia64.pl: When checking assembler file names, ignore caseRichard Levitte
2022-11-02Add d2i_PUBKEY_ex_fp and d2i_PUBKEY_ex_bio.slontis
2022-11-02Release the drbg in the global default context before enginesTomas Mraz
2022-11-02Apply SM4 optimization patch to Kunpeng-920Xu Yizhou
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-28crypto/dso/dso_vms.c: Better definition of DSO_MALLOC()Richard Levitte
2022-10-25Fix a lock in provider_remove_store_methods()Matt Caswell
2022-10-21crypto: thread: remove ossl_crypto_thread_native_terminateČestmír Kalina
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-21x509: fix -Wunused-but-set-variableSam James
2022-10-21txt_db: fix -Wunused-but-set-variableSam James
2022-10-21pem: fix -Wunused-but-set-variableSam James
2022-10-21crypto: thread: serialize concurrent joinsČestmír Kalina
2022-10-20Fix make updateMatt Caswell
2022-10-20Finer grained error records for provider load/init failuresRichard Levitte
2022-10-20Fix no longer implicitly refresh the cached TBSCertificateGibeom Gwon
2022-10-20Consolidate sequence counter incrementing codeMatt Caswell
2022-10-20add a check for the return of sk_SRP_gN_new_null() so that capture the potent...xkernel
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-18Update COMP_METHODTodd Short
2022-10-18Add support for compressed certificates (RFC8879)Todd Short
2022-10-18Convert ZLIB defines to OPENSSL_NO_ZLIBTodd Short
2022-10-18Add ZSTD compression support (RFC8478bis)Todd Short
2022-10-18Add brotli compression support (RFC7924)Todd Short
2022-10-17crypto: add preemptive threading supportČestmír Kalina
2022-10-14Coverity 1515953: negative loop boundPauli
2022-10-13Fix LLVM vs Apple LLVM version numbering confusion, for $avx512ifmaRichard Levitte
2022-10-13Add translation for ECX group parameterJuergen Christ
2022-10-13Fix an occasional CI failure due to unaligned accessBernd Edlinger
2022-10-13Improve performance of the encoder collectionslontis
2022-10-13PKCS12_SAFEBAG_set0_attrs: Remove const from function signatureDaniel Fiala
2022-10-13Fix typo in PKCS12_SAFEBAG_set0_attrsDaniel Fiala