New Russian TLS 1.2 implementation
[openssl.git] / ssl / ssl_err.c
2020-05-19 Dmitry BelyavskiyNew Russian TLS 1.2 implementation
2020-03-24 Matt CaswellUse a fetched version of SHA256 in tls_process_new_sess...
2020-02-04 Matt CaswellDetect EOF while reading in libssl
2019-09-12 Richard Levitteutil/mkerr.pl: make it not depend on the function code
2019-07-16 Rich SalzRegenerate mkerr files
2019-05-07 Boris Pismennyssl: Add SSL_sendfile
2019-03-29 Richard LevitteRemove heartbeats completely
2019-02-19 Matt CaswellDon't interleave handshake and other record types in...
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-07-31 Matt CaswellFix some TLSv1.3 alert issues
2018-07-20 Matt CaswellValidate legacy_version
2018-06-27 Matt CaswellReturn a fatal error if application data is encountered...
2018-06-26 Matt CaswellRespect SSL_OP_NO_TICKET in TLSv1.3
2018-06-26 Matt CaswellRestructure the ticket construction code
2018-04-26 Rich SalzFix last(?) batch of malloc-NULL places
2018-04-03 Rich SalzSet error code on alloc failures
2018-03-14 Matt CaswellSplit configuration of TLSv1.3 ciphers from older ciphers
2018-03-09 Todd ShortAdd SSL/SSL_CTX_use_cert_and_key()
2018-03-09 Matt CaswellGive more information in the SSL_stateless return code
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 CaswellAdd support for sending TLSv1.3 cookies
2017-12-14 Matt CaswellSend supported_versions in an HRR
2017-12-14 Matt CaswellMerge HRR into ServerHello
2017-12-14 Matt CaswellDrop CCS messages received in the TLSv1.3 handshake
2017-12-14 Matt CaswellImplement session id TLSv1.3 middlebox compatibility...
2017-12-14 Matt CaswellUpdate ServerHello to new draft-22 format
2017-12-08 Matt CaswellConvert the remaining functions in the record layer...
2017-12-04 Matt CaswellAdd some more cleanups
2017-12-04 Matt CaswellAdd some sanity checks for the fatal error condition
2017-12-04 Matt CaswellFix up a few places in the state machine that got misse...
2017-12-04 Matt CaswellConvert more functions in ssl/statem/statem.c to use...
2017-12-04 Matt CaswellConvert remaining functions in statem_srvr.c to use...
2017-12-04 Matt CaswellConvert remaining functions in statem_clnt.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-04 Todd ShortSession resume broken switching contexts
2017-08-31 Matt CaswellComplain if we are writing early data but SNI or ALPN...
2017-07-13 Dr. Stephen Hensonmake errors
2017-06-21 Matt CaswellAdd TLSv1.3 client side external PSK support
2017-06-16 Matt CaswellAllow the server to change the ciphersuite on resume
2017-06-12 Rich SalzPut message strings in state 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-17 Matt CaswellAdd a new unsolicited extension error code and add...
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 CaswellExtend the SERVERINFO file format to include an extensi...
2017-04-25 Matt CaswellDon't attempt to send fragments > max_send_fragment...
2017-03-17 Dr. Stephen HensonImplement certificate_authorities extension
2017-03-17 Dr. Stephen HensonMove parsing and construction of CA names to separate...
2017-03-16 Matt CaswellHelloRetryRequest updates for draft-19
2017-03-16 Matt CaswellMerge early_data_info extension into early_data
2017-03-16 Matt CaswellUpdate end of early data processing for draft-19
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 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 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 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 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 the ability for a client to receive a KeyUpdate...
2017-02-17 Matt CaswellProvide a function to send a KeyUpdate message
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 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 CaswellMove Certificate Verify construction and processing...
2017-01-06 Matt CaswellImplement TLSv1.3 style CertificateStatus
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
next