INSTALL.md: Remove trailing space
[openssl.git] / crypto /
2022-12-22 Bernd EdlingerFix possible UB in init_info_strings
2022-12-22 Matt CaswellEnsure ossl_cms_EncryptedContent_init_bio() reports...
2022-12-22 Matt CaswellFix BIO_f_asn1() to properly report some errors
2022-12-22 Matt CaswellFix SMIME_crlf_copy() to properly report an error
2022-12-22 Matt CaswellFix BIO_f_cipher() flushing
2022-12-22 Nicola TuveriHonor OSSL_PKEY_PARAM_EC_POINT_CONVERSION_FORMAT as...
2022-12-16 Peiwei HuRefine the documents of several APIs
2022-12-12 Tomas MrazMake error reason for disallowed legacy sigalg more...
2022-12-12 Čestmír Kalinacrypto/err: expand on error code generation
2022-12-09 Clemens LangObtain PSS salt length from provider
2022-12-08 Paulix509: fix double locking problem
2022-12-08 Dr. David von OheimbOSSL_CMP_validate_msg(): make sure to reject protection...
2022-12-06 Daniel FialaReplace "a RSA" with "an RSA"
2022-12-05 Peiwei HuFix the check of BIO_set_write_buffer_size and BIO_set_...
2022-12-05 Peiwei HuFix the check of EVP_PKEY_decrypt_init
2022-11-29 Tomas MrazFix occasional assertion failure when storing properties
2022-11-25 Tomas MrazWhen using PEM_read_bio_PrivateKey_ex() the public...
2022-11-25 Dr. David von Oheimbadd missing OSSL_CMP_CTX_reset_geninfo_ITAVs() function
2022-11-25 Dr. David von OheimbOSSL_CMP_CTX_reinit(): fix missing reset of ctx->genm_ITAVs
2022-11-25 Dr. David von OheimbCMP: fix gen_new() in cmp_msg.c checking wrong ITAVs
2022-11-24 Jiaxun YangAdd SM2 support for EVP_PKEY_Q_keygen
2022-11-24 Dr. David von OheimbCMP: fix handling of unset or missing failInfo PKI...
2022-11-24 Dr. David von OheimbCMP: fix status held in OSSL_CMP_CTX, in particular...
2022-11-21 slontisFix coverity issues in X509v3_addr
2022-11-18 Tomas MrazDH_check[_params]() use libctx of the dh for prime...
2022-11-16 Graham WoodwardCatch incorrect IPAddressFamily lengths
2022-11-15 Simo SorcePropagate selection all the way on key export
2022-11-11 Tomas MrazUse libctx when generating DH parameters
2022-11-10 Milan Brozpem: avoid segfault if PKEY is NULL in PEM_write_bio_Pr...
2022-11-10 Milan Brozpem: fix a memory leak in PEM_write_bio_PrivateKey_trad...
2022-11-10 Tomas MrazLimit size of modulus for BN_mod_exp_mont_consttime()
2022-11-10 Tomas MrazRelease the drbg in the global default context before...
2022-11-04 Richard Levittecrypto/sha/asm/sha512-ia64.pl: When checking assembler...
2022-11-01 Tomas MrazUpdate copyright year
2022-11-01 PauliFix CVE-2022-3786 in punycode decoder.
2022-11-01 PauliFix CVE-2022-3602 in punycode decoder.
2022-10-27 Sam Jamesx509: fix -Wunused-but-set-variable
2022-10-27 Sam Jamestxt_db: fix -Wunused-but-set-variable
2022-10-27 Sam Jamespem: fix -Wunused-but-set-variable
2022-10-25 Richard LevitteFiner grained error records for provider load/init...
2022-10-25 Matt CaswellFix a lock in provider_remove_store_methods()
2022-10-21 Tomas MrazErrors raised from OPENSSL_sk_set should have ERR_LIB_C...
2022-10-21 Tomas Mrazstack: Do not add error if pop/shift/value accesses...
2022-10-20 Gibeom GwonFix no longer implicitly refresh the cached TBSCertificate
2022-10-19 Tomas MrazAvoid putting ripemd_prov.c in libcommon otherwise...
2022-10-19 Paulidefault provider: include RIPEMD160
2022-10-18 Pauliinit: fix defined but unused warning/error
2022-10-18 Sebastian Popdisable 5x interleave on buffers shorter than 512 bytes...
2022-10-13 Bernd EdlingerFix an occasional CI failure due to unaligned access
2022-10-13 Juergen ChristAdd translation for ECX group parameter
2022-10-11 Tomas Mrazeckey_priv_encode(): Call ASN1_STRING_free() only on...
2022-10-11 Matt CaswellUpdate copyright year
2022-10-05 Richard LevitteFix LLVM vs Apple LLVM version numbering confusion...
2022-10-05 Tomas MrazFix regression in i2d_re_X509_REQ_tbs()
2022-10-04 Cameron Gutmanarmcap: skip probing _armv7_tick()
2022-10-04 Kazuki YamaguchiFix error propagatation in BN_check_prime()
2022-10-03 Matt CaswellEnsure we call the cleanup() function when cleaning...
2022-10-03 Matt CaswellFix usage of custom EVP_CIPHER objects
2022-09-30 Graham WoodwardFix missing null check in ossl_cmp_log_parse_metadata()
2022-09-23 Tomas MrazMaximum return value of BIO_ctrl_(w)pending is SIZE_MAX
2022-09-23 Tomas MrazFix error return values from BIO_ctrl_(w)pending()
2022-09-23 Daniel FialaClear incorrectly reported errors in d2i_CMS_ContentInfo
2022-09-16 Dr. David von Oheimbstack.c: add missing direct error reporting and improve...
2022-09-16 Dr. David von Oheimbx509_vpm.c: add missing direct error reporting and...
2022-09-16 David von OheimbX509_STORE_CTX_set_default(): improve error handling...
2022-09-15 Tomáš MrázEVP_PKEY_eq: regain compatibility with the 3.0.0 FIPS...
2022-09-10 Dr. David von Oheimbcrypto/x509/{x509_req,x_all}.c: add some NULL parameter...
2022-09-10 Gibeom GwonX509 x_all.c: Set 'modified' flag when ASN1_item_sign...
2022-09-10 Gibeom GwonX509 x509_req.c: Set 'modified' flag when X509_req_info...
2022-09-09 Gang Chencrypto/conf: gcc build warning fix
2022-09-09 Juergen Christs390x: fix ecx derive
2022-08-24 Dr. David von OheimbCMP: correct handling of fallback subject in OSSL_CMP_C...
2022-08-23 PauliCoverity 1508532: out of bounds access
2022-08-23 Ryan KelleyMoving notify check after the no time check
2022-08-22 PauliCoverity 1508506: misuse of time_t
2022-08-19 PauliFix bug in EVP_CIPHER_CTX_get_iv_length()
2022-08-19 Paulievp enc: cache cipher IV length
2022-08-17 valdaarhunFix memory leak in BN_rand_range()
2022-08-17 PauliAvoid using tsan_add
2022-08-17 Matt CaswellCRYPTO_mem_debug_push() and CRYPTO_mem_debug_pop()...
2022-08-16 Pauliproperty: make cache flushing slight less deterministic
2022-08-12 Daiyuu NoboriVC++ 2008 or earlier x86 compilers do not have an inlin...
2022-08-04 Roberto Hueso GomezFix EC_KEY_set_private_key() priv_key regression
2022-08-03 Matt CaswellRevert "Fix bug in EVP_CIPHER_CTX_get_iv_length()"
2022-08-03 PauliFix bug in EVP_CIPHER_CTX_get_iv_length()
2022-08-02 Dmitry BelyavskiyCheck that IV length is not less than zero
2022-07-29 valdaarhunFixes segfault occurrence in PEM_write()
2022-07-28 Alon Bar-LevHandle SMIME_crlf_copy return code
2022-07-28 Alon Bar-LevREGRESSION: CMS_final: do not ignore CMS_dataFinal...
2022-07-26 Charles MiletteFix UWP builds by defining VirtualLock
2022-07-22 PauliCoverity 1507376: Dereference after null check
2022-07-22 Matt CaswellFix a crash in v2i_IPAddrBlocks()
2022-07-20 Richard Levitte"Reserve" the method store when constructing methods
2022-07-20 PauliCoverity 1503321 & 1503327: dereference after null...
2022-07-19 Tom CosgroveFix aarch64 signed bit shift issue found by UBSAN
2022-07-19 Tomas Mrazossl_ffc_params_copy: Copy the keylength too
2022-07-19 Tomas MrazFor known safe primes use the minimum key length accord...
2022-07-18 Roberto Hueso GomezFix memleak in PKCS12_pbe_crypt_ex()
2022-07-17 PauliCoverity 1506566: unchecked return value
2022-07-17 Paulievp: make all _is_a functions accept and handle a NULL...
next