Adding missing NULL pointer check
[openssl.git] / ssl / statem /
2022-01-18 Paulissl: replace ;; with ; as statement separator
2022-01-09 yangyangtiantianlo... Delete unused param about get_construct_message_f
2022-01-07 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
2022-01-05 Dimitris ApostolouFix typos
2021-12-21 Dr. David von Oheimbadd OSSL_STACK_OF_X509_free() for commonly used pattern
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-26 Bernd EdlingerEnable brainpool curves for TLS1.3
2021-11-04 Bernd EdlingerFix a memory leak in tls_parse_stoc_key_share
2021-10-28 x2018fix some code with obvious wrong coding style
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...
2020-11-18 Matt CaswellConvert TLS auto DH parameters to use EVP_PKEY
2020-11-11 Richard LevitteSSL: refactor all SSLfatal() calls
2020-11-11 Richard LevitteSSL: refactor ossl_statem_fatal() and SSLfatal()
2020-11-11 Richard LevitteConvert all {NAME}err() in ssl/ to their corresponding...
2020-11-02 Benjamin KadukAdjust error reason for ssl_get_min_max_version() failure
2020-10-26 Matt CaswellEnsure we raise SSLfatal on error
2020-10-20 Matt CaswellRename EVP_PKEY_set1_tls_encodedpoint to EVP_PKEY_set1_...
2020-10-16 Matt CaswellPass an EVP_PKEY for SSL_SECOP_TMP_DH in the security...
2020-10-16 Matt CaswellConcentrate deprecated libssl API usage in one file
2020-10-15 Matt CaswellUpdate copyright year
2020-10-14 Nicola Tuveri[ssl] Support ssl_encapsulate on server side
2020-10-14 Nicola Tuveri[ssl] Support ssl_decapsulate on client side
2020-10-01 Matt CaswellRun the withlibctx.pl script
2020-09-17 Tomas MrazDisallow certs with explicit curve in verification...
2020-09-15 PauliDTLS: free allocated memory on error paths
2020-09-13 Matt CaswellFix safestack issues in ocsp.h
2020-09-13 Matt CaswellFix safestack issues in x509.h
2020-09-13 Matt CaswellFix safestack issues in ssl.h
2020-09-01 Felix Monningeralso zero pad DHE public key in ClientKeyExchange messa...
2020-08-29 Matt CaswellCheck whether we have MD5-SHA1 and whether we need it
2020-08-29 Matt CaswellImprove some error messages if a digest is not available
2020-08-29 Matt CaswellEnsure libssl creates libctx aware MAC keys
2020-08-09 Shane LontisAdd EVP signature with libctx methods.
2020-07-24 Shane LontisAdd X509 related libctx changes.
2020-07-21 Viktor DukhovniAvoid errors with a priori inapplicable protocol bounds
2020-07-16 Paulideprecate engines in SSL
2020-07-16 Todd ShortAdd SSL_get[01]_peer_certificate()
2020-07-05 Dr. David von OheimbFix many MarkDown issues in {NOTES*,README*,HACKING...
next