Fix header file include guard names
[openssl.git] / include / openssl / ssl.h
2019-09-28 Dr. Matthias St... Fix header file include guard names
2019-08-06 raja-ashokAPI to get negotiated key exchange algorithm in TLS1.3
2019-06-12 raja-ashokFix typo mistake on calls to SSL_ctrl in ssl.h
2019-06-11 Todd ShortChange cipher default strings to a function
2019-06-06 Dr. Matthias St... Fix typo in macro argument of SSL_set1_client_sigalgs_l...
2019-05-20 Arne SchwabeChange SSL parameter SSL_session_reused const
2019-05-07 Boris Pismennyssl: Add SSL_sendfile
2019-04-01 Boris Pismennyssl: Linux TLS Rx Offload
2019-03-29 Richard LevitteRemove heartbeats completely
2019-03-06 David von Oheimbconstify *_dup() and *i2d_*() and related functions...
2019-02-15 Todd ShortAdd option to disable Extended Master Secret
2019-02-05 Sam RobertsMake some simple getters take const SSL/SSL_CTX
2019-02-01 Michael TuexenFix end-point shared secret for DTLS/SCTP
2019-01-27 Ping Yuadd an additional async notification communication...
2018-12-07 Boris Pismennyssl: Linux TLS Tx Offload
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-12-06 Richard LevitteRefactor the computation of API version limits
2018-11-15 Antoine SalonDeprecate SSL_set_tmp_ecdh
2018-11-12 Viktor DukhovniAdded missing signature algorithm reflection functions
2018-10-03 Richard LevitteRemove SSL_version_str
2018-09-03 Richard LevitteRename SSL[_CTX]_add1_CA_list -> SSL[_CTX]_add1_to_CA_list
2018-08-20 Matt CaswellAdd support for SSL_CTX_set_post_handshake_auth()
2018-08-20 Matt CaswellChange Post Handshake auth so that it is opt-in
2018-07-20 Benjamin Kadukconst-ify some input SSL * arguments
2018-07-06 Matt CaswellIntroduce the recv_max_early_data setting
2018-07-02 Matt CaswellAdd setters to set the early_data callback
2018-07-02 Matt CaswellMake the anti-replay feature optional
2018-06-25 Richard LevitteOpenSSL_add_ssl_algorithm-is-deprecated() is deprecated...
2018-06-07 Matt CaswellFix TLSv1.3 ticket nonces
2018-05-17 Matt CaswellEnable the ability to set the number of TLSv1.3 session...
2018-05-11 Matt CaswellRework the decrypt ticket callback
2018-05-02 Matt CaswellFix SSL_get_shared_ciphers()
2018-04-20 Dr. Matthias St... openssl/ssl.h: restore some renamed public SSL_CTRL...
2018-04-18 FdaSilvaYYStyle: ssl.h
2018-03-15 Matt CaswellFix no-chacha and no-poly1305
2018-03-14 Matt CaswellPut the default set of TLSv1.3 ciphersuites in a header...
2018-03-14 Matt CaswellSplit configuration of TLSv1.3 ciphers from older ciphers
2018-03-12 Benjamin SaundersIntroduce SSL_CTX_set_stateless_cookie_{generate,verify}_cb
2018-03-12 Todd ShortSession Ticket app data
2018-03-09 Todd ShortAdd SSL/SSL_CTX_use_cert_and_key()
2018-02-09 Nick MathewsonRemove redundant declarations of ERR_load_*_strings()
2018-02-01 Todd ShortAdd TLSv1.3 post-handshake authentication (PHA)
2018-01-24 Christian HeimesFix signature of min/max proto getter
2018-01-24 Steffan KargerFix SSL_CTX_get_{min,max}_proto_version integer convers...
2018-01-24 Matt CaswellAdd the SSL_stateless() function
2018-01-24 Matt CaswellAdd support for sending TLSv1.3 cookies
2018-01-10 Patrick SchlangenMake data argument const in SSL_dane_tlsa_add
2018-01-09 Richard LevitteUpdate copyright years on all files merged since Jan...
2018-01-06 Bernd EdlingerStop using unimplemented cipher classes.
2017-12-14 Matt CaswellMerge HRR into ServerHello
2017-12-14 Matt CaswellImplement session id TLSv1.3 middlebox compatibility...
2017-11-29 Todd ShortUse ChaCha only if prioritized by clnt
2017-11-05 FdaSilvaYYImplement Maximum Fragment Length TLS extension.
2017-09-28 PauliRemove unnecessary #include <openssl/lhash.h> directives.
2017-09-15 Christian HeimesProvide getters for min/max proto version
2017-09-08 David BenjaminIntroduce named constants for the ClientHello callback.
2017-09-08 David BenjaminRename SSL_CTX_set_early_cb to SSL_CTX_set_client_hello_cb.
2017-09-06 Alfred E. Heggestadadd callback handler for setting DTLS timer interval
2017-08-31 Matt CaswellAdd functions for getting/setting SNI/ALPN info in...
2017-08-31 Matt CaswellAdd SSL_SESSION_set_max_early_data()
2017-08-30 Paul YangIntroduce SSL_CIPHER_get_protocol_id
2017-08-30 Jon SpillettImplement Aria GCM/CCM Modes and TLS cipher suites
2017-08-15 Benjamin KadukAdd SSL_get_pending_cipher()
2017-08-09 Matt CaswellAdd an SSL_SESSION_dup() function
2017-08-03 Rich SalzAdd a DRBG to each SSL object
2017-08-03 Lingmo Zhuremove horrible pragma macro and remove __owur from...
2017-07-26 Todd ShortAdd support to free/allocate SSL buffers
2017-07-20 Paul YangSupport converting cipher name to RFC name and vice...
2017-07-13 PauliRemove trailing blanks.
2017-07-07 Matt CaswellSome SSL_OP_ values can't be used in 1.1.x
2017-07-07 Matt CaswellChoose a safer value for SSL_OP_ALLOW_NO_DHE_KEX
2017-07-07 Matt CaswellDo not allow non-dhe kex_modes by default
2017-06-21 Matt CaswellMake the input parameters for SSL_SESSION_set1_master_k...
2017-06-21 Matt CaswellAdd documentation for SSL_CTX_set_psk_use_session_callb...
2017-06-21 Matt CaswellFix no-psk
2017-06-21 Matt CaswellAdd SSL_SESSION_set_protocol_version()
2017-06-21 Matt CaswellAdd SSL_SESSION_set_cipher()
2017-06-21 Matt CaswellAdd SSL_SESSION_set1_master_key()
2017-06-21 Matt CaswellAdd a function to get the handshake digest for an SSL_C...
2017-06-21 Matt CaswellAdd public API functions for setting TLSv1.3 PSK callbacks
2017-06-21 Matt CaswellAdd TLSv1.3 client side external PSK support
2017-06-21 Matt CaswellAdd TLSv1.3 server side external PSK support
2017-06-21 Rich SalzMerge Nokia copyright notice into standard
2017-06-20 Rich SalzModify Sun copyright to follow OpenSSL style
2017-06-12 Benjamin KadukAdd SSL_early_get1_extensions_present()
2017-06-09 Paul YangFix a bundle of trailing spaces in several files
2017-06-07 Rich Salzmake error tables const and separate header file
2017-06-06 Todd ShortFix #2400 Add NO_RENEGOTIATE option
2017-05-22 Matt CaswellAdd an error to the stack on failure in dtls1_write_bytes()
2017-05-19 Matt CaswellMake SSL_is_server() accept a const SSL
2017-05-17 Matt CaswellAdd a new unsolicited extension error code and add...
2017-05-12 Todd ShortClean up SSL_OP_* a bit
2017-05-11 Richard LevitteUnclash clashing reason codes in ssl.h
2017-05-11 Matt CaswellSend a missing_extension alert if key_share/supported...
2017-05-11 Matt CaswellTLSv1.3 alerts cannot be fragmented and only one per...
2017-05-09 Matt CaswellVerify that if we have an HRR then something will change
2017-05-08 Matt CaswellSend the supported_groups extension in EE where applicable
2017-05-03 Matt CaswellAdd an SSL_ prefix to SERVERINFOV2 and SERVERINFOV1
2017-05-03 Matt CaswellExtend the SERVERINFO file format to include an extensi...
2017-05-02 Todd ShortTLS1.3 Padding
next