summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2022-12-08OSSL_CMP_validate_msg(): make sure to reject protection type mismatchDr. David von Oheimb
2022-12-07Replace "a RSA" with "an RSA"Daniel Fiala
2022-12-05Fix the check of BIO_set_write_buffer_size and BIO_set_read_buffer_sizePeiwei Hu
2022-12-05Fix the check of EVP_PKEY_decrypt_initPeiwei Hu
2022-11-29Fix occasional assertion failure when storing propertiesTomas Mraz
2022-11-25When using PEM_read_bio_PrivateKey_ex() the public key is optionalTomas Mraz
2022-11-25add missing OSSL_CMP_CTX_reset_geninfo_ITAVs() functionDr. David von Oheimb
2022-11-25OSSL_CMP_CTX_reinit(): fix missing reset of ctx->genm_ITAVsDr. David von Oheimb
2022-11-25CMP: fix gen_new() in cmp_msg.c checking wrong ITAVsDr. David von Oheimb
2022-11-24Add SM2 support for EVP_PKEY_Q_keygenJiaxun Yang
2022-11-24CMP: fix handling of unset or missing failInfo PKI status informationDr. David von Oheimb
2022-11-24CMP: fix status held in OSSL_CMP_CTX, in particular for genp messagesDr. David von Oheimb
2022-11-21Fix coverity issues in X509v3_addrslontis
2022-11-18DH_check[_params]() use libctx of the dh for prime checksTomas Mraz
2022-11-16Catch incorrect IPAddressFamily lengthsGraham Woodward
2022-11-15Propagate selection all the way on key exportSimo Sorce
2022-11-11Use libctx when generating DH parametersTomas Mraz
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-10Release the drbg in the global default context before enginesTomas Mraz
2022-11-04crypto/sha/asm/sha512-ia64.pl: When checking assembler file names, ignore caseRichard Levitte
2022-11-01Update copyright yearTomas Mraz
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