crypto/threads_pthread.c: refactor all atomics fallbacks for type safety
[openssl.git] / ssl / statem / extensions_srvr.c
2023-12-29 Dimitri PapadopoulosFix new typos found by codespell
2023-11-30 Markus MinichmayrFix implementation of `PreferNoDHEKEX` option.
2023-11-24 Markus MinichmayrAdd option `SSL_OP_PREFER_NO_DHE_KEX`, allowing the...
2023-08-04 Frederik Wedel-HeinenResolves some magic values that has a hello_retry_reque...
2023-03-28 Todd ShortRFC7250 (RPK) support
2023-03-01 Matt CaswellFix early_data age calculation
2023-02-20 Philippe Antoinefuzz: fix coverity warnings
2023-02-08 Philippe Antoinefuzz: make post handshake reachable
2022-10-12 Matt CaswellEnsure that the key share group is allowed for our...
2022-10-07 Matt CaswellPartial revert and reimplement "Enable brainpool curves...
2022-10-05 Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
2022-09-13 Paulissl: modify libssl so that it uses OSSL_TIME
2022-08-18 PauliCoverity: misuses of time_t
2022-07-28 Tomas MrazSSL object refactoring using SSL_CONNECTION object
2022-07-13 slontisCheck for EVP_MD being NULL inside ssl.
2022-05-03 Matt CaswellUpdate copyright year
2022-02-17 Tomas MrazAdd back check for the DH public key size
2021-11-26 Bernd EdlingerEnable brainpool curves for TLS1.3
2021-10-28 x2018fix some code with obvious wrong coding style
2021-06-02 Paulitls: remove TODOs
2021-06-01 Tomas MrazRename all getters to use get/get0 in name
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-03-11 Paulissl: support params arguments to init functions
2021-02-18 Matt CaswellUpdate copyright year
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...
2020-12-03 Paulitag unused function arguments as ossl_unused
2020-11-11 Richard LevitteSSL: refactor all SSLfatal() calls
2020-10-20 Matt CaswellRename EVP_PKEY_set1_tls_encodedpoint to EVP_PKEY_set1_...
2020-10-14 Nicola Tuveri[ssl] Support ssl_encapsulate on server side
2020-10-01 Matt CaswellRun the withlibctx.pl script
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-08-29 Matt CaswellEnsure libssl creates libctx aware MAC keys
2020-08-09 Shane LontisAdd EVP signature with libctx methods.
2020-06-19 Matt CaswellModify libssl to discover supported groups based on...
2020-06-05 Matt CaswellDon't downgrade keys in libssl
2020-05-19 Dmitry BelyavskiyNew Russian TLS 1.2 implementation
2020-04-24 Rich SalzIn OpenSSL builds, declare STACK for datatypes ...
2020-04-23 Matt CaswellUpdate copyright year
2020-04-08 Richard LevitteTLS: Temporarly downgrade newly generated EVP_PKEYs...
2020-04-01 Matt CaswellUse EVP_DigestSignInit_ex and EVP_DigestVerifyInit_ex...
2020-02-20 PauliDeprecate the low level Diffie-Hellman functions.
2020-02-06 Matt CaswellUse the OPENSSL_CTX and property query string in EVP_PK...
2020-02-06 Matt CaswellExplicitly fetch ciphers and digests in libssl
2020-01-30 Matt CaswellFix SSL_get_servername() and SNI behaviour
2019-09-28 Dr. Matthias St... Reorganize local header files
2019-09-06 Matt CaswellDon't send a status_request extension in a CertificateR...
2019-06-18 Matt CaswellFollowing the previous 2 commits also move ecpointforma...
2019-06-18 Matt CaswellFix a race condition in supported groups handling
2019-06-17 Matt CaswellAllow TLSv1.3 in a no-ec build
2019-06-12 raja-ashokTLS1.3 FFDHE Support
2019-04-29 Todd ShortCollapse ssl3_state_st (s3) into ssl_st
2019-03-05 Matt CaswellDon't write the tick_identity to the session
2019-02-15 Todd ShortAdd option to disable Extended Master Secret
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-09-04 Matt CaswellSend a NewSessionTicket after using an external PSK
2018-08-15 Matt CaswellUpdate code for the final RFC version of TLSv1.3 (RFC8446)
2018-07-20 Benjamin KadukNormalize SNI hostname handling for SSL and SSL_SESSION
2018-07-17 Matt CaswellAlways issue new tickets when using TLSv1.3 stateful...
2018-07-02 Matt CaswellMake the anti-replay feature optional
2018-06-26 Matt CaswellUse stateful tickets if we are doing anti-replay
2018-06-26 Matt CaswellRespect SSL_OP_NO_TICKET in TLSv1.3
2018-05-22 Matt CaswellFix no-ec in combination with no-dh
2018-05-15 Matt CaswellSuport TLSv1.3 draft 28
2018-05-11 Matt CaswellRework the decrypt ticket callback
2018-04-17 Matt CaswellIgnore the status_request extension in a resumption...
2018-03-19 Matt CaswellFix no-psk
2018-03-19 Matt CaswellAdd an anti-replay mechanism
2018-03-15 Matt CaswellRename EVP_PKEY_new_private_key()/EVP_PKEY_new_public_key()
2018-03-15 Matt CaswellAdd support for setting raw private HMAC keys
2018-03-14 Matt CaswellOnly allow supported_versions in a TLSv1.3 ServerHello
2018-03-12 Benjamin SaundersIntroduce SSL_CTX_set_stateless_cookie_{generate,verify}_cb
2018-03-12 Todd ShortSession Ticket app data
2018-03-09 Matt CaswellGive more information in the SSL_stateless return code
2018-03-09 Matt CaswellFallback on old style PSK callbacks if the new style...
2018-02-13 Matt CaswellUpdate copyright year
2018-02-01 Todd ShortAdd TLSv1.3 post-handshake authentication (PHA)
2018-01-25 Benjamin KadukAdd support for the TLS 1.3 signature_algorithms_cert...
2018-01-24 Matt CaswellUpdates following review of SSL_stateless() code
2018-01-24 Matt CaswellAdd a timestamp to the cookie
2018-01-24 Matt CaswellFix the cookie/key_share extensions for use with SSL_st...
2018-01-24 Matt CaswellFix logic around when to send an HRR based on cookies
2018-01-24 Matt CaswellAdd support for sending TLSv1.3 cookies
2017-12-17 Paul YangRemove spaces at end of line in ssl/statem
2017-12-14 Matt CaswellUpdate state machine to send CCS based on whether we...
2017-12-14 Matt CaswellUpdate ServerHello to new draft-22 format
2017-12-06 Matt CaswellFix bug in TLSv1.3 PSK processing
2017-12-04 Matt CaswellAdd some more cleanups
2017-12-04 Matt CaswellFix up a few places in the state machine that got misse...
2017-12-04 Matt CaswellConvert remaining functions in statem_srvr.c to use...
2017-12-04 Matt CaswellConvert the state machine code to use SSLfatal()
2017-11-05 FdaSilvaYYImplement Maximum Fragment Length TLS extension.
2017-10-06 Dr. Stephen HensonChange curves to groups where relevant
2017-10-06 Dr. Stephen HensonUse separate functions for supported and peer groups...
2017-09-26 Dr. Stephen HensonRename tls1_get_curvelist.
2017-09-26 Dr. Stephen HensonNew function ssl_generate_param_group
next