]> git.ipfire.org Git - thirdparty/openssl.git/history - include/openssl/ssl.h
Use the new TLSv1.3 certificate_required alert where appropriate
[thirdparty/openssl.git] / include / openssl / ssl.h
2017-03-10  Matt CaswellUse the new TLSv1.3 certificate_required alert where...
2017-03-07  Matt CaswellCheck TLSv1.3 ServerHello, Finished and KeyUpdates...
2017-03-04  Matt CaswellAdd basic TLSv1.3 cookie support
2017-03-03  Dr. Stephen HensonSet specific error is we have no valid signature algori...
2017-03-02  Matt CaswellRename SSL_write_early() to SSL_write_early_data()
2017-03-02  Matt CaswellRename SSL_read_early() to SSL_read_early_data()
2017-03-02  Matt CaswellMake SSL_write_early_finish() an internal only function
2017-03-02  Matt CaswellEnable the server to call SSL_write() without stopping...
2017-03-02  Matt CaswellEnable the client to call SSL_read() without stopping...
2017-03-02  Matt CaswellIntroduce a new early_data state in the state machine
2017-03-02  Matt CaswellMake SSL_get_early_data_status() take a const
2017-03-02  Matt CaswellMake SSL_get_max_early_data() and SSL_CTX_get_max_early...
2017-03-02  Matt CaswellAdd a SSL_SESSION_get_max_early_data() function
2017-03-02  Matt CaswellCheck max_early_data against the amount of early data...
2017-03-02  Matt CaswellConstruct the server side early_data extension
2017-03-02  Matt CaswellProvide an SSL_read_early() function for reading early...
2017-03-02  Matt CaswellConstruct the early_data extension
2017-03-02  Matt CaswellProvide functions to write early data
2017-03-02  Matt CaswellParse the ticket_early_data_info extension
2017-03-02  Matt CaswellConstruct the ticket_early_data_info extension
2017-02-27  Richard LevitteRenumber to avoid a error code clash
2017-02-27  Dr. Stephen HensonInitial incomplete TLS 1.3 certificate request support.
2017-02-24  Dr. Stephen HensonReject compressed point format with TLS 1.3
2017-02-23  Kurt RoeckxFix duplicate error codes
2017-02-23  Kurt RoeckxImplement SSL_read_ex() and SSL_write_ex() as documented.
2017-02-23  Benjamin KadukAdd SSL_CTX early callback
2017-02-23  Benjamin KadukRefactor SSL_bytes_to_cipher_list()
2017-02-23  Benjamin KadukExport SSL_bytes_to_cipher_list()
2017-02-17  Matt CaswellFix a merge error
2017-02-17  Matt CaswellDon't use an enum in the return type for a public API...
2017-02-17  Matt CaswellLimit the number of KeyUpdate messages we can process
2017-02-17  Matt CaswellActually update the keys when a KeyUpdate message is...
2017-02-17  Matt CaswellAdd a SSL_get_key_update_type() function
2017-02-17  Matt CaswellAdd the ability for a client to receive a KeyUpdate...
2017-02-17  Matt CaswellProvide a function to send a KeyUpdate message
2017-02-15  Matt CaswellFix merge issue
2017-02-15  Dr. Stephen HensonChange tls_choose_sigalg so it can set errors and alerts.
2017-02-14  Matt CaswellAdd client side support for parsing Hello Retry Request
2017-02-14  Matt CaswellAdd server side support for creating the Hello Retry...
2017-02-02  Dr. Stephen Hensonmake errors
2017-01-30  Matt CaswellFix <= TLS1.2 break
2017-01-30  Matt CaswellImplement server side of PSK extension construction
2017-01-30  Matt CaswellImplement Server side of PSK extension parsing
2017-01-30  Matt CaswellProvide a key_share extension finaliser
2017-01-30  Matt CaswellAdd support for client side parsing of the PSK extension
2017-01-30  Matt CaswellConstruct the client side psk extension for TLSv1.3
2017-01-30  Matt CaswellAdd support for the psk_key_exchange_modes extension
2017-01-30  Matt CaswellMove state machine knowledge out of the record layer
2017-01-23  Cory BenfieldAdd support for key logging callbacks.
2017-01-10  Matt CaswellVerify that the sig algs extension has been sent for...
2017-01-10  Matt CaswellMake CertificateVerify TLS1.3 aware
2017-01-10  Matt CaswellMove Certificate Verify construction and processing...
2017-01-10  Rich SalzUse typedefs for PSK, NPN, ALPN callback functions
2017-01-10  Rich SalzMove extension data into sub-structs
2017-01-09  Rich SalzRename "verify_cb" to SSL_verify_cb
2017-01-09  Rich SalzDoc nits: callback function typedefs
2017-01-06  Matt CaswellImplement TLSv1.3 style CertificateStatus
2016-12-30  Matt CaswellFix the SSL_set1_sigalgs() macro
2016-12-08  Matt CaswellFix make update issues
2016-12-08  Matt CaswellMove ServerHello extension parsing into the new extensi...
2016-12-08  Matt CaswellProvide server side extension init and finalisation...
2016-12-08  Matt CaswellMove client construction of ClientHello extensions...
2016-12-08  Matt CaswellMove client parsing of ServerHello extensions into...
2016-12-08  Matt CaswellRename some functions
2016-12-08  Matt CaswellMove ServerHello extension construction into the new...
2016-12-08  Matt CaswellAdd extensions construction support
2016-12-08  Matt CaswellRefactor ClientHello extension parsing
2016-12-08  Matt CaswellVerify that extensions are used in the correct context
2016-12-08  Matt CaswellAdd EncryptedExtensions message
2016-12-05  Matt CaswellUpdate the record layer to use TLSv1.3 style record...
2016-11-23  Matt CaswellEnsure the end of first server flight processing is...
2016-11-23  Matt CaswellUpdate state machine to be closer to TLS1.3
2016-11-23  Matt CaswellImplement tls13_change_cipher_state()
2016-11-21  Kurt RoeckxMake SSL_read and SSL_write return the old behaviour...
2016-11-16  Matt CaswellRemove a hack from ssl_test_old
2016-11-16  Matt CaswellFixed various style issues in the key_share code
2016-11-16  Matt CaswellStart using the key_share data to derive the PMS
2016-11-16  Matt CaswellAdd processing of the key_share received in the ServerHello
2016-11-16  Matt CaswellAdd the key_share processing to the server side
2016-11-15  Richard LevitteRevert "Remove heartbeats completely"
2016-11-15  Richard LevitteRemove heartbeats completely
2016-11-10  Matt CaswellRename the Elliptic Curves extension to supported_groups
2016-11-09  Matt CaswellFix make update following extensions refactor
2016-11-09  Matt CaswellRefactor ClientHello processing so that extensions...
2016-11-04  Matt CaswellFix some clashing symbol numbers due to merge conflict
2016-11-04  Matt CaswellConvert libssl writing for size_t
2016-11-04  Matt CaswellFurther libssl size_t-ify of reading
2016-11-02  David WoodhouseAdd DTLS_get_data_mtu() function
2016-11-02  Matt CaswellAdd the SSL_METHOD for TLSv1.3 and all other base chang...
2016-11-01  Todd ShortAdd SSL_CTX_set1_cert_store()
2016-10-17  David WoodhouseAdd SSL_OP_NO_ENCRYPT_THEN_MAC
2016-10-03  Matt CaswellDon't set the handshake header in every message
2016-09-29  Matt CaswellConvert CertStatus message construction to WPACKET
2016-09-29  Matt CaswellFix missing NULL checks in NewSessionTicket construction
2016-09-21  Matt CaswellDon't allow too many consecutive warning alerts
2016-09-21  Rich SalzRevert "Constify code about X509_VERIFY_PARAM"
2016-09-21  Matt Caswellmake update and fix some associated mis-matched error...
2016-09-20  Matt CaswellConvert NextProto message construction to WPACKET
2016-09-18  FdaSilvaYYConstify code about X509_VERIFY_PARAM
2016-09-13  Matt CaswellConvert tls_construct_client_hello() to use PACKETW
next