Fix the RC4-MD5 cipher
[openssl.git] / crypto /
2022-05-03 Matt CaswellFix OCSP_basic_verify signer certificate validation
2022-05-02 Tomas Mrazfix_dh_paramgen_type: Avoid crash with invalid paramgen...
2022-05-02 Dr. David von Oheimbhttp_client.c: check expected content type only if...
2022-04-27 Tomas Mrazsiphash: Fail finalization on uninitialized siphash...
2022-04-26 Dmitry BelyavskiyEnsure we initialized the locale before evp_pkey_name2type
2022-04-25 Jon SpillettUse .s extension for ia64 assembler
2022-04-25 Hugo LandauFix bug in OPENSSL_LH_flush
2022-04-22 Kirill A. KorinskyNever use `__atomic_*` on macOS 10.7 and 10.8
2022-04-21 Dmitry Belyavskiystr[n]casecmp => OPENSSL_strncasecmp
2022-04-21 Dmitry BelyavskiyPublic API functions OPENSSL_str[n]casecmp
2022-04-21 Daniel FialaClear incorrectly reported errors in cms_io.
2022-04-14 Tomas MrazAdd error code for unsupported explicit parameters
2022-04-14 Tomas MrazImport only named params into FIPS module
2022-04-13 tangyiqunCheck the return of EVP_KDF_fetch()
2022-04-12 Zhou QingyangAdd return value check of X509V3_add_value() in X509V3_...
2022-04-11 yuanjungongCrypto/evp: Fix null pointer dereference
2022-04-07 Hugo LandauFix failure to check result of bn_rshift_fixed_top
2022-04-03 PauliFix Coverity 1503096: out-of-bounds access
2022-03-30 Paulisparse array: reduces the block size
2022-03-28 Hugo LandauRemove statistics tracking from LHASH
2022-03-25 Juergen Christs390x: Hide internal cpuid symbol and function
2022-03-25 PauliFix Coverity 1498612: integer overflow
2022-03-23 PauliFix Coverity 1201763 uninitialised pointer read
2022-03-20 PauliFix coverity 1498607: uninitialised value
2022-03-18 Tomas Mrazeng_dyn: Avoid spurious errors when checking for 1...
2022-03-18 Hugo LandauFix declaration inconsistency (Camellia)
2022-03-15 Matt CaswellUpdate copyright year
2022-03-15 Tomas MrazFix possible infinite loop in BN_mod_sqrt()
2022-03-15 Hugo LandauFix signed integer overflow in evp_enc
2022-03-15 Oliver RobertsFixed typo in inner_evp_generic_fetch() error handling
2022-03-15 Hugo LandauEVP_MD performance fix (refcount cache contention)
2022-03-14 Jiasheng Jiangcrypto/pem/pem_lib.c: Add check for BIO_read
2022-03-12 Dr. David von OheimbOSSL_CMP_CTX_setup_CRM(): Fix handling of defaults...
2022-03-10 xkernelcheck the return of OPENSSL_sk_new_null
2022-03-10 Dmitry BelyavskiyAvoid potential memory leak
2022-03-10 Matt CaswellSome platforms don't have pthread_atfork
2022-03-08 Paulifetch: convert a NULL property query to ""
2022-03-03 Hugo LandauFix NULL pointer dereference for BN_mod_exp2_mont
2022-02-28 Tom Cosgroveaarch64: Fix async_fibre_swapcontext() on clang BTI...
2022-02-28 Jiasheng Jiangcrypto/x509/v3_utl.c: Add missing check for OPENSSL_strndup
2022-02-28 PauliChange `strlen' argument name to `strlength' to avoid...
2022-02-21 Paulix509: handle returns from X509_TRUST_get_by_id() more...
2022-02-20 Jiasheng Jiangrand: Add missing check for rand_get_global
2022-02-14 Tomas MrazApply the correct Apache v2 license
2022-02-11 PauliChange condition to avoid spurious compiler complaints.
2022-02-08 Jiasheng Jiangrsa: add check after calling BN_BLINDING_lock
2022-02-08 Bernd EdlingerCheck for presence of 1.1.x openssl runtime
2022-02-07 Tomas MrazReplace size check with more meaningful pubkey check
2022-02-04 Harry SintonenAdd missing CRYPTO_THREAD_cleanup_local of default_cont...
2022-02-04 Juan Manuel GuerreroFix builds with DJGPP
2022-02-03 Todd ShortFix copyrights
2022-02-03 slontisFix EVP todata and fromdata when used with selection...
2022-02-02 Matt CaswellEnsure X509_STORE_CTX_purpose_inherit handles a 0 defau...
2022-02-02 Jiasheng Jiangx509: add the check for X509_STORE_lock
2022-01-31 Pauliaes: make the no-asm constant time code path not the...
2022-01-27 Jiasheng JiangBIO_new_from_core_bio: Check for NULL pointer after...
2022-01-27 Tomas Mrazlhash: Avoid 32 bit right shift of a 32 bit value
2022-01-26 Jiasheng JiangUI: Check for NULL pointer after calling OPENSSL_memdup
2022-01-26 Darshan SenAllow empty passphrase in PEM_write_bio_PKCS8PrivateKey...
2022-01-26 Darshan SenFix invalid malloc failures in PEM_write_bio_PKCS8Priva...
2022-01-21 Gerd Hoffmanncrypto/bio: drop float formating for UEFI
2022-01-21 Gerd HoffmannRevert "crypto/bio: fix build on UEFI"
2022-01-17 Tomas Mrazbn_ppc.c: Fix build failure on AIX with XLC/XLCLANG
2022-01-17 Tomas MrazDo not call ossl_ffc_name_to_dh_named_group with NULL...
2022-01-17 Tomas MrazProperly return error on EVP_PKEY_CTX_set_dh_nid and...
2022-01-14 manisonEVP: fix evp_keymgmt_util_match so that it actually...
2022-01-13 Dmitry BelyavskiyCleansing all the temporary data for s390x
2022-01-13 Matt CaswellClear md_data only when necessary
2022-01-13 Paulilhash: use lock when TSAN not available for statistics...
2022-01-13 Paulimem: do not produce usage counts when tsan is unavailable.
2022-01-13 Paulicore namemap: use updated tsan lock detection capabilities
2022-01-13 Gerd Hoffmanndrop unused callback variable
2022-01-12 Tomas MrazEVP_DigestSignFinal: *siglen should not be read if...
2022-01-11 Matt CaswellFix Decoder, Encoder and Store loader fetching
2022-01-11 Peiwei HuFix: some patches related to error exiting
2022-01-10 Matt CaswellFix a leak in EVP_DigestInit_ex()
2022-01-10 Matt CaswellEnsure that MDs created via EVP_MD_meth_new() go down...
2022-01-10 Tomas MrazEVP_PKEY_derive_set_peer_ex: Export the peer key to...
2022-01-09 Gerd Hoffmanncrypto/bio: fix build on UEFI
2022-01-07 Tomas MrazEVP_PKEY_fromdata(): Do not return newly allocated...
2022-01-06 Bernd EdlingerFix copyright year issues
2022-01-05 zhaozgsm2: fix {i2d,d2i}_PublicKey EC_KEY is EVP_PKEY_SM2
2022-01-05 Tomas Mraztrace.c: Add missing trace category entry
2022-01-04 Dr. David von OheimbHTTP client: Work around HTTPS proxy use bug due to...
2022-01-04 Sebastian Andrzej... Use USE_SWAPCONTEXT on IA64.
2022-01-04 PauliRevert "property: use a stack to efficiently convert...
2022-01-04 Matt CaswellValidate the category in OSSL_trace_end()
2022-01-03 Dr. David von OheimbUpdate troublesome copyright years of auto-generated...
2022-01-03 Tomas Mrazclose_console: Always unlock as the lock is always...
2022-01-03 Tomas Mraztry_pkcs12(): cleanse passphrase so it is not left...
2022-01-03 Tomas Mraztry_pkcs12(): Correct handling of NUL termination of...
2022-01-03 Tomas MrazCompensate for UI method always adding NUL termination
2022-01-01 Pauliproperty: use a stack to efficiently convert index...
2021-12-29 Weiguo LiFix a misuse of NULL check
2021-12-24 Michael Baentschpermitting no/empty digest in core_obj_add_sigid for...
2021-12-23 KanAdd static check in BN_hex2bn
2021-12-22 Paulinamemap: handle a NULL return when looking for a non...
2021-12-22 Dr. David von OheimbHTTP client: Fix cleanup of TLS BIO via 'bio_update_fn...
2021-12-21 Paulirsa exp: move declarations before code (3.0)
2021-12-19 KanFix the null pointer dereference
next