evp: make all _is_a functions accept and handle a NULL argument
[openssl.git] / crypto /
2022-07-17 Paulievp: make all _is_a functions accept and handle a NULL...
2022-07-17 PauliCoverity 1503321 & 1503327: dereference after null...
2022-07-16 Dr. David von OheimbCMS: add CMS_SignedData_verify(), a variant of CMS_veri...
2022-07-16 Dr. David von Oheimbcms_sd.c: fix style/formatting nits reported check...
2022-07-14 Juergen ChristFix EC ASM flag passing
2022-07-14 Dr. David von Oheimbhttp_client.c: 2nd fix for calculation of Content...
2022-07-14 Dr. David von Oheimbcrypto/evp/bio_b64.c: improve coding style
2022-07-13 Hongren (Zenithal... Add ROTATE inline RISC-V zbb/zbkb asm for chacha
2022-07-13 Dr. David von Oheimbcrypto/x509/v3_purp.c: Improve coding style
2022-07-13 Dr. David von Oheimbcrypto/x509/x509_vfy.c: Improve coding style
2022-07-13 Richard LevittePre-declare all core dispatch table functions, and...
2022-07-13 xkerneladd a check for the return of OBJ_new_nid()
2022-07-12 Dr. David von Oheimbx509_vfy.c: Revert the core of #14094 regarding chain_b...
2022-07-12 slontisFix memory leak in EVP_PKEY_get1_encoded_public_key.
2022-07-11 Dr. David von Oheimbhttp_client.c: fix calculation of Content-Length in...
2022-07-11 Dr. David von Oheimbcmp_http.c: extend comment in keep_alive()
2022-07-11 AllanFix memory leak in X509V3_add1_i2d when flag is X509V3_...
2022-07-10 Juergen ChristFix SHA, SHAKE, and KECCAK ASM flag passing
2022-07-08 Bernd EdlingerFix reported performance degradation on aarch64
2022-07-08 Max BachmannAdd config option OPENSSL_NO_UNIX_SOCK
2022-07-06 Dr. David von Oheimbhttp_client.c: fix comment and documentation of the...
2022-07-06 Dr. David von OheimbOSSL_HTTP_REQ_CTX_nbio(): fix copy&paste glitch calling...
2022-07-06 Dr. David von OheimbOSSL_HTTP_open(): improve use of use_ssl and its docume...
2022-07-06 PauliAdd sparse array to libssl
2022-07-05 Alex ChernyakhovskyFix AES OCB encrypt/decrypt for x86 AES-NI
2022-07-05 slontisFix bn_gcd code to check return value when calling...
2022-07-05 xkernelv3_sxnet: add a check for the return of i2s_ASN1_INTEGER()
2022-07-01 Tomas MrazAvoid crashing if CONF_modules_unload() is called after...
2022-07-01 Dr. David von OheimbCMP: implement optional hashAlg field of certConf CMPv3...
2022-07-01 Dr. David von OheimbCMP: introduce version 3, while version 2 stays the...
2022-07-01 PauliCoverity: fix 1506297: negative returns
2022-07-01 PauliCoverity: fix 1506298: negative returns
2022-06-29 slontisFix memory leak in cmp_calc_protection()
2022-06-29 Tee KOBAYASHIAvoid using union wrt. SystemTimeToFileTime
2022-06-29 Tee KOBAYASHIAvoid using union wrt. optlen parameter for getsockopt
2022-06-28 Tomas Mrazstore_result: Add fallback for fetching the keymgmt...
2022-06-28 Dr. David von OheimbCMS: Export CMS_EnvelopedData and add CMS_EnvelopedData...
2022-06-28 Peiwei Hucrypto/provider_core.c: Avoid calling unlock two times
2022-06-28 Daniel FialaAllocate EVP_PBE_CTL with OPENSSL_zalloc.
2022-06-28 Matt CaswellFix range_should_be_prefix() to actually return the...
2022-06-28 Lutz JaenickeObjects: Add OIDs needed for CAdES-Processing
2022-06-28 slontisFix memory leak in ossl_rsa_fromdata.
2022-06-28 Matt CaswellThe rsa_validate_keypair_multiprime() function return...
2022-06-27 Daniel Fialader_writer: Use uint32_t instead of long.
2022-06-25 Bernd EdlingerFix a memory leak in EC_GROUP_new_from_ecparameters
2022-06-24 Tomas MrazAvoid including decoder/encoder/store headers into...
2022-06-23 Tomas MrazThe flag "decoded-from-explicit" must be imp/exportable
2022-06-23 Tomas Mrazput_str: Use memcpy instead of strncpy
2022-06-23 Peiwei HuFix the checks of X509_LOOKUP_* functions
2022-06-23 Jiasheng Jiangcrypto/http/http_client.c: Add the check for OPENSSL_strdup
2022-06-23 Xi Ruoyaorsa: fix bn_reduce_once_in_place call for rsaz_mod_exp_...
2022-06-22 Hongren (Zenithal... Add ROTATE inline asm support for SM3
2022-06-22 Hongren (Zenithal... Add SM3 implementation in RISC-V Zksh asm
2022-06-22 Hugo LandauAdd deprecation macro for 3.1 and deprecate OPENSSL_LH_...
2022-06-22 Daniel HuOptimize chacha20 on aarch64 by SVE2
2022-06-22 Jiasheng Jiangcrypto/x509/by_store.c: Add check for OPENSSL_strdup
2022-06-17 Jiasheng Jiangcrypto/asn1/a_time.c: Add check for OPENSSL_malloc
2022-06-16 Randall S. BeckerClarify use of EGD for HPNS in rand/rand_egd.c comments.
2022-06-16 Tomas MrazAdd an extra reduction step to RSAZ mod_exp implementations
2022-06-16 Tomas MrazAlways end BN_mod_exp_mont_consttime with normal Montgo...
2022-06-16 KanAdd sensitive memory clean in priv encode
2022-06-15 K1Fix a mem leak in evp_pkey_export_to_provider
2022-06-15 Matt CaswellFix a crash in X509v3_asid_subset()
2022-06-15 Tomas Mrazossl_dh_check_priv_key: Do not fail on private keys...
2022-06-15 Tomas MrazRevert "bn: Add fixed length (n=6), unrolled PPC Montgo...
2022-06-15 Tomas MrazAvoid reusing the init_lock for a different purpose
2022-06-14 Pauliinit: fix defined but unused warning/error
2022-06-13 slontisRSA keygen update: Raise an error if no prime candidate...
2022-06-13 slontisRSA Keygen update - When using the default provider...
2022-06-13 slontisRSA keygen fixes
2022-06-13 Billy Brumley[crypto/bn] BN_consttime_swap: remove superfluous early...
2022-06-10 Tomas MrazCheck return of BIO_new() and always free pkey from...
2022-06-10 Tomas Mrazparse_unquoted: Check returned value from ossl_property...
2022-06-10 Hongren (Zenithal... add build support for riscv64 aes zkn
2022-06-10 Hongren (Zenithal... Add AES implementation in riscv64 zkn asm
2022-06-09 Matt CaswellAssert that a property definition cache entry is the...
2022-06-09 Matt CaswellFix a memory leak in ossl_method_store_add()
2022-06-08 Matt CaswellFix a mem leak in evp_pkey_copy_downgraded()
2022-06-06 Tomas MrazCheck return value of ossl_parse_property()
2022-06-06 Matt CaswellCONF_modules_unload should fail if CONF_modules_finish...
2022-06-05 Clemens LangFix inadvertent NULL assignments in ternary ops
2022-06-02 NikolasRevert unnecessary PKCS7_verify() performance optimization
2022-06-02 Peiwei HuFix the checks of BIO_get_cipher_status
2022-06-02 Tomas MrazCTLOG_new_ex: Fix copy&paste error when setting propq
2022-06-02 Zhou QingyangFix possible null pointer dereference of evp_pkey_get_l...
2022-06-02 Matt CaswellDon't call ossl_provider_free() without first setting...
2022-06-02 Matt CaswellFix a memory leak is ossl_provider_doall_activated
2022-06-02 Matt CaswellFix another decoder mem leak on an error path
2022-06-02 Matt CaswellFix a decoder mem leak on an error path
2022-06-02 Peiwei HuFix the checks of EVP_PKEY_CTX_set/get_* functions
2022-06-02 Peiwei HuFix the check of evp_pkey_ctx_set_params_strict
2022-06-02 Peiwei HuFix the checks of EVP_PKEY_CTX_get/set_rsa_pss_saltlen
2022-06-02 Peiwei HuFix the erroneous checks of EVP_PKEY_CTX_set_group_name
2022-06-02 Jiuhai ZhangFix code format: BLOCK_CIPHER_custom
2022-06-01 Hugo LandauMake OSSL_LIB_CTX_load_config thread safe
2022-05-30 Dr. David von Oheimbhttp_client.c: Dump response on error when tracing...
2022-05-27 Tomas MrazGenerate the preprocessed .s files for chacha and poly...
2022-05-27 Tomas MrazRevert "Use .s extension for ia64 assembler"
2022-05-27 Tom HughesDon't include sys/select.h on HP-UX as it doesn't exist
2022-05-27 Hugo LandauQUIC wire format support
next