If an error occurs constructing the quic record layer, free it properly
[openssl.git] / crypto /
2023-10-23 Matt CaswellEnsure that the ERR_STATE is left in a consistent state
2023-10-20 Matthias St. Pierrerand: add callbacks to cleanup the user entropy resp...
2023-10-19 Tomas Mrazcms_enc.c: Include crypto/asn1.h for struct asn1_object_st
2023-10-19 Tomas MrazDo not include crypto/asn1.h from internal/cryptlib.h
2023-10-18 Neil HormanDont require CRT params on ossl_rsa_set0_all_params
2023-10-18 Neil Hormanremove sanity check from ossl_rsa_todata
2023-10-18 Tomas Mrazossl_param_build_set_multi_key_bn(): Do not set NULL...
2023-10-18 Neil Hormanensure that ossl_obj_nid_lock is allocated before use
2023-10-18 James Muircms encrypt, better OBJ_nid2obj() return check
2023-10-18 Pavel Stetsukfix: LINEAR search doesn't work properly (if CHARSET_EB...
2023-10-18 Daiki Uenorsa: Accept NULL OAEP label for backward compatibility
2023-10-17 Dr. David von OheimbEVP shake_ctrl(): add missing NULL evp_ctx check
2023-10-17 Dr. David von OheimbCMS_add1_signer(): add missing ERR_raise() calls
2023-10-13 Tomas MrazWindows: use srand() instead of srandom()
2023-10-11 Tomas MrazDH_check_pub_key() should not fail when setting result...
2023-10-11 Bernd EdlingerImprove Malloc Failure Test
2023-10-10 Dr. David von OheimbCMP: fix OSSL_CMP_MSG_http_perform() by adding option...
2023-10-10 Evgeny Karpov* Enable extra Arm64 optimization on Windows for GHASH...
2023-10-05 Neil Hormanembed bio_dgram_data inside bio_dgram_sctp_data
2023-10-05 Tomas MrazBN_gcd(): Avoid shifts of negative values
2023-10-04 Pauliossl_property_list_to_string: handle quoted strings
2023-10-04 Matthias St. PierreDon't (re-)initialize the FFC_PARAMs in dh_init and...
2023-10-04 Richard LevitteRestore the meaning of EVP_PKEY_print_private()
2023-10-04 Dmitry BelyavskiyImproved detection of engine-provided private "classic...
2023-10-03 Tomas MrazAll lh_stats functions were deprecated in 3.1
2023-10-02 Danny TsenImprove performance for 6x unrolling with vpermxor...
2023-10-02 Mathieu Tortuyauxobj_xref.h: make update
2023-10-02 Mathieu Tortuyauxobj_xref: ecdsa support sha3 hash function
2023-10-02 PauliCoverity 1545175: use after free
2023-10-02 PauliCoverity 1545176: dereference before NULL check
2023-09-29 Tomas MrazOptimize out unneeded up_ref/free of EVP_CIPHER
2023-09-28 Matt CaswellCopyright year updates
2023-09-27 Matt CaswellFix a mem leak when the FIPS provider is used in a...
2023-09-27 Paulifips: use seed source requested
2023-09-27 Paulirand: add extra error code
2023-09-27 Paulifips selftest: avoid relying on a real RNG for self...
2023-09-25 Jonathan M. WilburSupport all NULL-syntax X.509v3 extensions
2023-09-24 Matt CaswellImplement a public BIO_ADDR_copy() function
2023-09-22 Matthias St. Pierreno-engine: fix signing with legacy app method based...
2023-09-22 Huiyue XuDo not include sparse_array.o in libssl
2023-09-21 Bernd EdlingerFix error handling in lhash contract
2023-09-21 Bernd EdlingerFix error handling in CRYPTO_get_ex_new_index
2023-09-21 Dr. David von Oheimbcmp_vfy.c: Use verification callback if cert_acceptable...
2023-09-20 Paulicoverity: NULL dereference
2023-09-20 Hugo LandauBIO: Wire poll descriptor functions in BIO_s_sock
2023-09-19 Simo SorceAllow to pass a passprase callback at store open
2023-09-17 Pan LanlanUpdate OPENSSL_buf2hexstr() to use DEFAULT_SEPARATOR.
2023-09-15 Olga BatyshkinaFix PKCS#12 creation error when certificate contains...
2023-09-15 Dmitry BelyavskiyStore: API for deletion
2023-09-15 Bernd EdlingerFix engine cleanup error handling
2023-09-13 Richard LevitteHave legacy blake2 EVP structure use base blake2 implem...
2023-09-13 Matt CaswellFix a failure in bio_dgram_test on the NonStop platform
2023-09-13 Dimitri PapadopoulosFix typos found by codespell
2023-09-11 Bernd EdlingerFix a possible memleak in rsa_pub_encode
2023-09-11 Dimitri PapadopoulosBad function definition
2023-09-11 Dimitri Papadopoulos"foo * bar" should be "foo *bar"
2023-09-11 Dimitri PapadopoulosRemove repeated words
2023-09-11 Matt CaswellFix a build failure where recvmmsg is available but...
2023-09-10 Min ZhouLoongArch64 assembly pack: add ChaCha20 modules
2023-09-08 Bernd EdlingerFix a possible memleak in SRP_VBASE_new
2023-09-08 Richard LevitteOSSL_STORE: Fix error flag clearing and setting (provid...
2023-09-08 PauliCheck error return from cms_sd_asn1_ctrl() correctly.
2023-09-07 Matt CaswellCopyright year updates
2023-09-06 Hugo Landauwin32: Support condition variable broadcasting on XP
2023-09-05 Dr. David von OheimbCMP: generalize ossl_cmp_calc_protection() to handle...
2023-09-05 Bernd EdlingerFix internal memory leaks from OPENSSL_MALLOC_FAILURES
2023-09-05 Tomas MrazOSSL_PARAM_BLD_push_BN_pad(): Allow NULL BIGNUM
2023-09-05 Hugo LandauMUTEX: Assert on locking failure
2023-09-05 Kai PastorUse armv8 .quad instead of .dword
2023-09-04 slontisChange PBES2 KDF default salt length to 16 bytes.
2023-09-03 Tom CosgroveMove ALIGN32 and ALIGN64 into common.h, and fix for...
2023-09-02 Bernd EdlingerAvoid clobbering non-volatile XMM registers
2023-09-01 Hugo LandauMinor fixes
2023-09-01 Hugo LandauMinor updates
2023-09-01 Hugo LandauBIO_s_dgram_pair: Correct implementation of BIO_CTRL_DG...
2023-09-01 Hugo LandauBIO_s_datagram: Wire capability negotiation for BIO_s_d...
2023-09-01 Hugo LandauBIO: Add BIO_dgram_detect_peer_addr API
2023-09-01 Hugo LandauBIO_s_datagram: Support configuring non-blocking mode
2023-09-01 Hugo LandauBIO_s_connect: Support configuration of non-blocking...
2023-09-01 Hugo LandauBIO_s_connect: Add support for datagram mode
2023-09-01 Hugo LandauBIO_s_connect: Make internal functions static
2023-09-01 Matt CaswellRemove a redundant point mul from ossl_ec_key_public_ch...
2023-09-01 Rohan McLurepowerpc: ecc: Fix stack allocation secp384r1 asm
2023-09-01 Rohan McLureecc: Remove extraneous parentheses in secp384r1
2023-08-31 Ingo FranzkiOPENSSL_init_crypto load config into initial global...
2023-08-31 Tomas Mrazecp_sm2p256-armv8.pl: Copy the argument handling from...
2023-08-30 Dmitry BelyavskiyOSSL_PROVIDER_load_ex
2023-08-30 Tomas MrazCorrect the fixed size handling for dgram_pair and...
2023-08-30 Hugo Landaumake update
2023-08-30 Hugo LandauQUIC APL: Implement backpressure on stream creation
2023-08-28 Min ZhouResolve assembler complains when including loongarch_arch.h
2023-08-25 Hugo LandauQUIC APL: Fix stream backpressure conditions to use...
2023-08-25 Hugo LandauQUIC APL: Implement backpressure on stream creation
2023-08-25 olszomalChanged the default value of the "ess_cert_id_alg"...
2023-08-24 Ingo FranzkiAllow RSA-PSS also in EVP_PKEY_assign() and EVP_PKEY_ca...
2023-08-24 Ingo Franzkictrl_params_translate: Allow get_rsa_payload_x() also...
2023-08-24 Ingo Franzkictrl_params_translate: Allow RSA controls also for...
2023-08-24 Xu YizhouOptimize SM2 on aarch64
2023-08-23 Tomas MrazQUIC: Add ERR_raise() calls for EVP call failures
2023-08-23 Matt CaswellFix a leak in ossl_encode_ctx_setup_for_pkey
next