aboutsummaryrefslogtreecommitdiff
path: root/ssl/ssl_err.c
AgeCommit message (Expand)AuthorFilesLines
2016-04-07make updateViktor Dukhovni1-6/+8
2016-04-04Revert "various spelling fixes"Rich Salz1-1/+1
2016-04-04Revert "Fix an error code spelling."Rich Salz1-1/+1
2016-04-04Fix an error code spelling.FdaSilvaYY1-1/+1
2016-04-04various spelling fixesFdaSilvaYY1-1/+1
2016-03-27Allow different protocol version when trying to reuse a sessionFedor Indutny1-0/+2
2016-03-07Implement write pipeline support in libsslMatt Caswell1-0/+2
2016-03-04Adds CT validation to SSL connectionsRob Percival1-0/+15
2016-02-25GH235: Set error status on malloc failureRich Salz1-0/+2
2016-02-19TLS: reject duplicate extensionsEmilia Kasper1-0/+2
2016-02-11Remove TLS heartbeat, disable DTLS heartbeatRich Salz1-2/+0
2016-02-10After renaming init, update errors.Rich Salz1-2/+1
2016-02-10Attempt to log an error if init failedMatt Caswell1-1/+3
2016-02-08Handle SSL_shutdown while in init more appropriately #2Matt Caswell1-1/+0
2016-02-05Make DTLSv1_listen a first class function and change its typeMatt Caswell1-1/+1
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2016-01-20Handle SSL_shutdown while in init more appropriatelyMatt Caswell1-0/+2
2016-01-10Regenerate SSL record/statem error stringsViktor Dukhovni1-127/+14
2016-01-07mem functions cleanupRich Salz1-53/+25
2016-01-05DANE support structures, constructructors and accessorsViktor Dukhovni1-0/+22
2016-01-02Protocol version selection and negotiation rewriteViktor Dukhovni1-9/+5
2015-12-22remove unused error codeDr. Stephen Henson1-1/+0
2015-12-22make errorsDr. Stephen Henson1-2/+16
2015-12-08update errorsDr. Stephen Henson1-0/+1
2015-12-05Remove support for all 40 and 56 bit ciphers.Kurt Roeckx1-10/+0
2015-11-27fix function code discrepancyDr. Stephen Henson1-1/+1
2015-11-20Rename start_async_job to ssl_start_async_jobMatt Caswell1-1/+1
2015-11-20Clean up libssl async callsMatt Caswell1-0/+1
2015-11-20Make libssl async awareMatt Caswell1-0/+2
2015-11-20Ensure all EVP calls have their returns checked where appropriateMatt Caswell1-0/+2
2015-11-05Rebuild error source files.Dr. Stephen Henson1-42/+70
2015-10-30Move PACKET creation into the state machineMatt Caswell1-0/+2
2015-10-30Move server side DTLS to new state machineMatt Caswell1-0/+2
2015-10-30Move server side TLS to new state machineMatt Caswell1-0/+2
2015-10-30Split TLS server functionsMatt Caswell1-0/+19
2015-10-30Implement DTLS client move to new state machineMatt Caswell1-0/+2
2015-10-30dtls_get_message changes for state machine moveMatt Caswell1-0/+2
2015-10-30Split client message reading and writing functionsMatt Caswell1-0/+25
2015-10-30Add initial state machine rewrite codeMatt Caswell1-0/+2
2015-10-30Split ssl3_get_messageMatt Caswell1-0/+2
2015-10-08PACKET: simplify ServerKeyExchange parsingEmilia Kasper1-0/+1
2015-09-23DTLSv1_listen rewriteMatt Caswell1-0/+6
2015-08-11Fix seg fault with 0 p val in SKEGuy Leaver (guleaver)1-0/+3
2015-08-11Normalise make errors outputMatt Caswell1-1/+1
2015-08-03Move TLS CCS processing into the state machineMatt Caswell1-0/+2
2015-06-02Fix race condition in NewSessionTicketMatt Caswell1-0/+1
2015-05-16Updates following review commentsMatt Caswell1-10/+1
2015-05-13Remove Kerberos support from libsslMatt Caswell1-11/+0
2015-05-08Add SSL_use_certificate_chain_file functionDr. Stephen Henson1-2/+1
2015-04-21Repair EAP-FAST session resumptionEmilia Kasper1-0/+1