summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2022-11-24Add two new build targets to enable the possibility of using clang-cl asEverton Constantino
2022-11-23Cleanup : directly include of `internal/nelem.h` when required.FdaSilvaYY
2022-11-23CMP: add API functions OSSL_CMP_CTX_get0_libctx() and OSSL_CMP_CTX_get0_propq()Dr. David von Oheimb
2022-11-23Improve FIPS RSA keygen performance.slontis
2022-11-22Add functions supporting thread pool only when it is enabledTomas Mraz
2022-11-21Fix coverity issues in X509v3_addrslontis
2022-11-21Improve FIPS RSA keygen performance.slontis
2022-11-18x509/v3_purp.c: rename 'require_ca' parameters to the more adequate 'non_leaf'Dr. David von Oheimb
2022-11-18x509/v3_purp.c etc.: improve doc/comments on codesign and timestamp purpose c...Dr. David von Oheimb
2022-11-18DH_check[_params]() use libctx of the dh for prime checksTomas Mraz
2022-11-17Fix openssl.txtTodd Short
2022-11-16Catch incorrect IPAddressFamily lengthsGraham Woodward
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