summaryrefslogtreecommitdiffstats
path: root/ssl/ssl_err.c
AgeCommit message (Expand)Author
2016-09-29Fix missing NULL checks in NewSessionTicket constructionMatt Caswell
2016-09-21Don't allow too many consecutive warning alertsMatt 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
2015-12-05Remove support for all 40 and 56 bit ciphers.Kurt Roeckx
2015-11-27fix function code discrepancyDr. Stephen Henson
2015-11-20Rename start_async_job to ssl_start_async_jobMatt Caswell
2015-11-20Clean up libssl async callsMatt Caswell
2015-11-20Make libssl async awareMatt Caswell
2015-11-20Ensure all EVP calls have their returns checked where appropriateMatt Caswell
2015-11-05Rebuild error source files.Dr. Stephen Henson
2015-10-30Move PACKET creation into the state machineMatt Caswell
2015-10-30Move server side DTLS to new state machineMatt Caswell