openssl-x509.pod.in: fix description of certificate serial number storage
[openssl.git] / crypto /
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-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-05 Richard LevitteUpdate copyright year
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 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 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 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 Jiasheng Jiangcrypto/x509/by_store.c: Add check for OPENSSL_strdup
2022-06-21 Matt CaswellUpdate copyright year
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-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-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-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 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-01 Hugo LandauMake OSSL_LIB_CTX_load_config thread safe
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 Peiwei HuFix the check of UI_method_set_ex_data
2022-05-27 Peiwei HuFix the incorrect checks of EVP_CIPHER_CTX_set_key_length
2022-05-26 Peiwei HuFix the defective check of EVP_PKEY_get_params
2022-05-26 Peiwei HuFix check of dtls1_process_record
2022-05-25 Bernd EdlingerFix a memory leak in crl_set_issuers
2022-05-24 Bernd EdlingerFix a memory leak in X509_issuer_and_serial_hash
2022-05-24 Bernd EdlingerFix undefined behaviour in EC_GROUP_new_from_ecparameters
2022-05-24 Bernd EdlingerFix a memory leak in ec_key_simple_oct2priv
2022-05-24 Peiwei HuFix check of EVP_CIPHER_CTX_ctrl
2022-05-24 Sebastian Andrzej... x86asm: Generate endbr32 based on __CET__.
2022-05-24 Sebastian Andrzej... Rename x86-32 assembly files from .s to .S.
2022-05-23 Richard LevitteDrop the last ossl_init_casecmp() call
2022-05-23 Bernd EdlingerFix a crash in asn1_item_embed_new
2022-05-22 Paulistrcasecmp: implement strcasecmp and strncasecmp
2022-05-22 Paulitolower: refine the tolower code to avoid a memory...
2022-05-17 Bernd EdlingerFix KTLS with BIO_new_connect
2022-05-13 Tomas MrazAlways try locale initialization from OPENSSL_strcasecmp
2022-05-13 Tomas MrazAdd fallback in case of locale initialization failure
2022-05-13 Tomas MrazAvoid code duplication for locale initialization
2022-05-13 Tomas MrazMove OPENSSL_strcasecmp() and related to o_str.c
2022-05-13 Tomas Mrazint_ctx_new(): Revert extra ossl_init_casecmp call
2022-05-13 Tomas MrazInclude the e_os.h before string.h
2022-05-13 Tomas MrazFix build on OPENSSL_SYS_TANDEM and older POSIXes
2022-05-12 Tomas MrazAlways try to construct methods as new provider might...
2022-05-10 Paulibn_nist: fix strict aliasing problem
2022-05-10 Dr. Matthias St... err: get rid of err_free_strings_int()
2022-05-10 Dr. Matthias St... err: fix crash in ERR_load_strings() when configured...
next