summaryrefslogtreecommitdiffstats
path: root/ssl/ssl_err.c
AgeCommit message (Expand)Author
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
2016-02-10After renaming init, update errors.Rich Salz
2016-02-10Attempt to log an error if init failedMatt Caswell
2016-02-08Handle SSL_shutdown while in init more appropriately #2Matt Caswell
2016-02-05Make DTLSv1_listen a first class function and change its typeMatt Caswell
2016-01-26Remove /* foo.c */ commentsRich Salz
2016-01-20Handle SSL_shutdown while in init more appropriatelyMatt Caswell
2016-01-10Regenerate SSL record/statem error stringsViktor Dukhovni
2016-01-07mem functions cleanupRich Salz
2016-01-05DANE support structures, constructructors and accessorsViktor Dukhovni
2016-01-02Protocol version selection and negotiation rewriteViktor Dukhovni
2015-12-22remove unused error codeDr. Stephen Henson
2015-12-22make errorsDr. Stephen Henson
2015-12-08update errorsDr. Stephen Henson