summaryrefslogtreecommitdiffstats
path: root/ssl/ssl_err.c
AgeCommit message (Expand)Author
2016-12-08Refactor ClientHello extension parsingMatt Caswell
2016-12-08Verify that extensions are used in the correct contextMatt Caswell
2016-12-08Add EncryptedExtensions messageMatt Caswell
2016-12-05Update the record layer to use TLSv1.3 style record constructionMatt Caswell
2016-11-23Ensure the end of first server flight processing is doneMatt Caswell
2016-11-23Update state machine to be closer to TLS1.3Matt Caswell
2016-11-23Implement tls13_change_cipher_state()Matt Caswell
2016-11-16Fixed various style issues in the key_share codeMatt Caswell
2016-11-16Start using the key_share data to derive the PMSMatt Caswell
2016-11-16Add processing of the key_share received in the ServerHelloMatt Caswell
2016-11-16Add the key_share processing to the server sideMatt Caswell
2016-11-15Revert "Remove heartbeats completely"Richard Levitte
2016-11-15Remove heartbeats completelyRichard Levitte
2016-11-09Fix make update following extensions refactorMatt Caswell
2016-11-09Refactor ClientHello processing so that extensions get parsed earlierMatt Caswell
2016-11-04Convert libssl writing for size_tMatt Caswell
2016-11-04Further libssl size_t-ify of readingMatt Caswell
2016-10-03Don't set the handshake header in every messageMatt Caswell
2016-09-29Convert CertStatus message construction to WPACKETMatt Caswell
2016-09-29Fix missing NULL checks in NewSessionTicket constructionMatt Caswell
2016-09-21Don't allow too many consecutive warning alertsMatt Caswell
2016-09-21make update and fix some associated mis-matched error codesMatt Caswell
2016-09-20Convert NextProto message construction to WPACKETMatt Caswell
2016-09-13Convert tls_construct_client_hello() to use PACKETWMatt Caswell
2016-08-19Fix DTLS replay protectionMatt Caswell
2016-08-17Add missing session id and tlsext_status accessorsRemi Gacogne
2016-07-20Check for errors allocating the error strings.Kurt Roeckx
2016-07-19Update error codes following tls_process_key_exchange() refactorMatt Caswell
2016-07-19make updateRichard Levitte
2016-07-18Fix up error codes after splitting up tls_construct_key_exchange()Matt Caswell
2016-07-18Errors fix up following break up of CKE processingMatt Caswell
2016-07-08GH1278: Removed error code for alertsRich Salz
2016-06-22Spelling... and more spellingFdaSilvaYY
2016-06-04RT3895: Remove fprintf's from SSL library.Rich Salz
2016-06-03Handle a memory allocation failure in ssl3_init_finished_mac()Matt Caswell
2016-05-23Remove unused error/function codes.Rich Salz
2016-04-28Fix an error code spelling.FdaSilvaYY
2016-04-28various spelling fixesFdaSilvaYY
2016-04-22make updateViktor Dukhovni
2016-04-07make updateViktor Dukhovni
2016-04-04Revert "various spelling fixes"Rich Salz
2016-04-04Revert "Fix an error code spelling."Rich Salz
2016-04-04Fix an error code spelling.FdaSilvaYY
2016-04-04various spelling fixesFdaSilvaYY
2016-03-27Allow different protocol version when trying to reuse a sessionFedor Indutny
2016-03-07Implement write pipeline support in libsslMatt Caswell
2016-03-04Adds CT validation to SSL connectionsRob Percival
2016-02-25GH235: Set error status on malloc failureRich Salz
2016-02-19TLS: reject duplicate extensionsEmilia Kasper
2016-02-11Remove TLS heartbeat, disable DTLS heartbeatRich Salz