summaryrefslogtreecommitdiffstats
path: root/ssl/ssl_err.c
AgeCommit message (Expand)Author
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
2015-10-30Move server side TLS to new state machineMatt Caswell
2015-10-30Split TLS server functionsMatt Caswell
2015-10-30Implement DTLS client move to new state machineMatt Caswell
2015-10-30dtls_get_message changes for state machine moveMatt Caswell
2015-10-30Split client message reading and writing functionsMatt Caswell
2015-10-30Add initial state machine rewrite codeMatt Caswell
2015-10-30Split ssl3_get_messageMatt Caswell
2015-10-08PACKET: simplify ServerKeyExchange parsingEmilia Kasper
2015-09-23DTLSv1_listen rewriteMatt Caswell
2015-08-11Fix seg fault with 0 p val in SKEGuy Leaver (guleaver)
2015-08-11Normalise make errors outputMatt Caswell
2015-08-03Move TLS CCS processing into the state machineMatt Caswell
2015-06-02Fix race condition in NewSessionTicketMatt Caswell
2015-05-16Updates following review commentsMatt Caswell