evp_fetch.c: Check meth_id instead of name_id
[openssl.git] / ssl / statem /
2023-11-24 Matt CaswellMove freeing of an old enc_write_ctx/write_hash to...
2023-11-24 Neil Hormanzero data in hm_fragment on alloc
2023-11-22 Bernd EdlingerFix a possible use-after-free in custom_exts_free
2023-11-08 Bernd EdlingerFix a possible memory leak in custom_ext_add
2023-09-19 Richard LevitteCopyright year updates
2023-08-04 Frederik Wedel-HeinenResolves some magic values that has a hello_retry_reque...
2023-08-01 Matt CaswellCopyright year updates
2023-07-16 Matt CaswellFix ssl3_do_write() to correctly handle retries
2023-06-23 Matt CaswellDon't ask for an invalid group in an HRR
2022-12-12 Tomas MrazMake error reason for disallowed legacy sigalg more...
2022-12-08 J.W. JagersmaFix warnings with unsigned time_t
2022-11-23 Todd ShortCleanup EBCDIC string defintions
2022-11-21 JHH20Remove duplicated #include headers
2022-11-09 Dimitris ApostolouFix typos
2022-10-21 Tomas Mrazstack: Do not add error if pop/shift/value accesses...
2022-10-19 Matt CaswellEnsure that the key share group is allowed for our...
2022-10-11 Matt CaswellUpdate copyright year
2022-09-28 Todd ShortTest TLS extension ordering
2022-09-27 Matt CaswellIf a ticket key callback returns 0 in TLSv1.3 don't...
2022-09-22 Matt CaswellCorrectly handle a retransmitted ClientHello
2022-09-16 Dr. David von Oheimbstack.c: add missing direct error reporting and improve...
2022-08-22 PauliCoverity 1508506: misuse of time_t
2022-08-18 PauliCoverity 1508534 & 1508540: misuses of time_t
2022-08-02 Dmitry BelyavskiyCheck that IV length is not less than zero
2022-07-13 slontisCheck for EVP_MD being NULL inside ssl.
2022-05-24 Dmitry BelyavskiyUse safe pattern for buffer size determining in case...
2022-05-03 Matt CaswellUpdate copyright year
2022-04-14 Bernd EdlingerFix an assertion in the DTLS server code
2022-03-30 Tomas Mraztls_process_server_hello: Disallow repeated HRR
2022-03-25 Todd Shortticket_lifetime_hint may exceed 1 week in TLSv1.3
2022-03-15 Matt CaswellUpdate copyright year
2022-03-14 Tomas MrazReplace handling of negative verification result with...
2022-03-03 Tomas MrazAdd back check for the DH public key size
2022-01-19 Paulissl: better support TSAN operations
2022-01-11 Peiwei HuFix: some patches related to error exiting
2022-01-07 xkernelfix the return check of EVP_PKEY_CTX_ctrl() in 5 spots
2022-01-06 xkernelproperly free the resource from CRYPTO_malloc
2021-12-14 Matt CaswellFix invalid handling of verify errors in libssl
2021-11-29 Dmitry BelyavskiyNo EtM for GOST ciphers in TLS 1.2
2021-11-04 Bernd EdlingerFix a memory leak in tls_parse_stoc_key_share
2021-10-27 x2018free the Post-Handshake Auth digest when there is an...
2021-10-11 Matt CaswellNew extensions can be sent in a certificate request
2021-09-26 Tianjia Zhangssl: Correct filename in README
2021-08-16 Todd ShortFix potential double-free
2021-07-21 Dr. David von Oheimbtls_process_{client,server}_certificate(): allow verify...
2021-07-06 Matt CaswellAvoid "excessive message size" for session tickets
2021-06-19 Paulissl: fix indentation
2021-06-19 Paulissl: replace tabs with spaces
2021-06-10 Todd ShortOptimize session cache flushing
2021-06-02 Paulitls: remove TODOs
2021-06-01 Tomas MrazRename all getters to use get/get0 in name
2021-06-01 Paulissl: ass size_t to RAND_bytes_ex()
2021-05-29 Paulissl: add zero strenght arguments to BN and RAND RNG...
2021-05-27 Todd ShortCall SSLfatal when the generate_ticket_cb returns 0
2021-05-26 Rich SalzUse "" for include internal/xxx
2021-05-21 Dmitry BelyavskiyCleanup the peer point formats on regotiation
2021-05-17 Rich SalzAdd SSL_OP_ALLOW_CLIENT_RENEGOTIATION
2021-05-15 Benjamin KadukPromote SSL_get_negotiated_group() for non-TLSv1.3
2021-05-12 Benjamin KadukDon't send key_share for PSK-only key exchange
2021-05-12 Benjamin KadukImprove RFC 8446 PSK key exchange mode compliance
2021-05-01 Dmitry BelyavskiyUse OCSP-specific error code for clarity
2021-04-28 Matt CaswellDefer Finished MAC handling until after state transition
2021-04-22 Matt CaswellUpdate copyright year
2021-04-18 Rich SalzAdd "origin" field to EVP_CIPHER, EVP_MD
2021-04-12 Shane LontisReplace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_fr...
2021-04-09 Nan XiaoFix typo in statem_clnt.c
2021-04-01 Randall S. BeckerCorrected missing definitions from NonStop SPT build.
2021-03-25 Matt CaswellEnsure buffer/length pairs are always in sync
2021-03-25 Peter Kaestlessl sigalg extension: fix NULL pointer dereference
2021-03-18 Paulissl: fix coverity 1451515: out of bounds memory access
2021-03-18 Shane LontisAdd ossl_gost symbols
2021-03-11 Paulissl: support params arguments to init functions
2021-03-08 Matt CaswellFix the check for suitable groups and TLSv1.3
2021-03-03 Tomas Mrazstatem_lib.c: Remove TODOs that are unnecessary
2021-02-18 Matt CaswellUpdate copyright year
2021-02-15 Matt CaswellImplement EVP_PKEY_param_check_quick() and use it in...
2021-02-12 Matt CaswellDeprecate the libssl level SRP APIs
2021-02-10 Benjamin KadukRemove unused 'peer_type' from SSL_SESSION
2021-02-08 Shane LontisSimplify the EVP_PKEY_XXX_fromdata_XX methods.
2021-02-05 Matt CaswellRemove OPENSSL_NO_EC guards from libssl
2021-02-05 Matt CaswellMake supported_groups code independent of EC and DH
2021-02-05 Matt CaswellEnsure default supported groups works even with no...
2021-02-05 Matt CaswellRemove OPENSSL_NO_DH guards from libssl
2021-01-28 Richard LevitteUpdate copyright year
2021-01-26 Dr. David von OheimbTLS client: allow cert verify callback return -1 for...
2021-01-18 Michael BaentschUpdate SERVER_HELLO_MAX_LENGTH
2021-01-12 Richard LevitteClean away extraneous library specific FETCH_FAILED...
2021-01-08 anupamam13Fix for negative return value from `SSL_CTX_sess_accept()`
2020-12-20 Richard LevitteDrop OPENSSL_NO_RSA everywhere
2020-12-09 Matt CaswellModify is_tls13_capable() to take account of the server...
2020-12-08 Richard LevitteTLS: Use EVP_PKEY_get_group_name() to get the group...
2020-12-03 Paulitag unused function arguments as ossl_unused
2020-11-26 Matt CaswellUpdate copyright year
2020-11-18 Richard LevitteDeprecate RSA harder
2020-11-18 Matt CaswellOnly disabled what we need to in a no-dh build
2020-11-18 Matt CaswellRemove DH usage from tls_process_cke_dhe
2020-11-18 Matt CaswellRemove DH usage in tls_construct_server_key_exchange()
2020-11-18 Matt CaswellAvoid the use of a DH object in tls_construct_cke_dhe()
2020-11-18 Matt CaswellDeprecate SSL_CTRL_SET_TMP_DH and other related ctrls
2020-11-18 Matt CaswellConvert TLS ServerKeyExchange processing to use an...
next