Add SSL_CTX early callback
[openssl.git] / ssl / ssl_err.c
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
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-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-09 Matt CaswellFix make update following extensions refactor
2016-11-09 Matt CaswellRefactor ClientHello processing so that extensions...
2016-11-04 Matt CaswellConvert libssl writing for size_t
2016-11-04 Matt CaswellFurther libssl size_t-ify of reading
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 Matt Caswellmake update and fix some associated mis-matched error...
2016-09-20 Matt CaswellConvert NextProto message construction to WPACKET
2016-09-13 Matt CaswellConvert tls_construct_client_hello() to use PACKETW
2016-08-19 Matt CaswellFix DTLS replay protection
2016-08-17 Remi GacogneAdd missing session id and tlsext_status accessors
2016-07-20 Kurt RoeckxCheck for errors allocating the error strings.
2016-07-19 Matt CaswellUpdate error codes following tls_process_key_exchange...
2016-07-19 Richard Levittemake update
2016-07-18 Matt CaswellFix up error codes after splitting up tls_construct_key...
2016-07-18 Matt CaswellErrors fix up following break up of CKE processing
2016-07-08 Rich SalzGH1278: Removed error code for alerts
2016-06-21 FdaSilvaYYSpelling... and more spelling
2016-06-04 Rich SalzRT3895: Remove fprintf's from SSL library.
2016-06-03 Matt CaswellHandle a memory allocation failure in ssl3_init_finishe...
2016-05-23 Rich SalzRemove unused error/function codes.
2016-04-28 FdaSilvaYYFix an error code spelling.
2016-04-28 FdaSilvaYYvarious spelling fixes
2016-04-22 Viktor Dukhovnimake update
2016-04-07 Viktor Dukhovnimake update
2016-04-04 Rich SalzRevert "various spelling fixes"
2016-04-04 Rich SalzRevert "Fix an error code spelling."
2016-04-04 FdaSilvaYYFix an error code spelling.
2016-04-04 FdaSilvaYYvarious spelling fixes
2016-03-27 Fedor IndutnyAllow different protocol version when trying to reuse...
2016-03-07 Matt CaswellImplement write pipeline support in libssl
2016-03-04 Rob PercivalAdds CT validation to SSL connections
2016-02-25 Rich SalzGH235: Set error status on malloc failure
2016-02-19 Emilia KasperTLS: reject duplicate extensions
2016-02-11 Rich SalzRemove TLS heartbeat, disable DTLS heartbeat
2016-02-10 Rich SalzAfter renaming init, update errors.
2016-02-10 Matt CaswellAttempt to log an error if init failed
2016-02-08 Matt CaswellHandle SSL_shutdown while in init more appropriately #2
2016-02-05 Matt CaswellMake DTLSv1_listen a first class function and change...
2016-01-26 Rich SalzRemove /* foo.c */ comments
2016-01-20 Matt CaswellHandle SSL_shutdown while in init more appropriately
2016-01-11 Viktor DukhovniRegenerate SSL record/statem error strings
2016-01-07 Rich Salzmem functions cleanup
2016-01-06 Viktor DukhovniDANE support structures, constructructors and accessors
2016-01-02 Viktor DukhovniProtocol version selection and negotiation rewrite
2015-12-22 Dr. Stephen Hensonremove unused error code
2015-12-22 Dr. Stephen Hensonmake errors
2015-12-08 Dr. Stephen Hensonupdate errors
2015-12-05 Kurt RoeckxRemove support for all 40 and 56 bit ciphers.
2015-11-27 Dr. Stephen Hensonfix function code discrepancy
2015-11-20 Matt CaswellRename start_async_job to ssl_start_async_job
2015-11-20 Matt CaswellClean up libssl async calls
2015-11-20 Matt CaswellMake libssl async aware
2015-11-20 Matt CaswellEnsure all EVP calls have their returns checked where...
2015-11-05 Dr. Stephen HensonRebuild error source files.
next