summaryrefslogtreecommitdiffstats
path: root/ssl/ssl_err.c
AgeCommit message (Expand)Author
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
2015-05-13Remove Kerberos support from libsslMatt Caswell
2015-05-08Add SSL_use_certificate_chain_file functionDr. Stephen Henson
2015-04-21Repair EAP-FAST session resumptionEmilia Kasper
2015-03-23return unexpected message when receiving kx with kDHr or kDHdKurt Roeckx
2015-03-23ssl3_set_handshake_header returnsMatt Caswell
2015-03-23Fix missing return value checksMatt Caswell
2015-03-15Remove ssl_cert_inst()Kurt Roeckx
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2014-12-16Add more meaningful OPENSSL_NO_ECDH error message for suite b modeMatt Caswell
2014-12-10tls1_process_heartbeat: check for NULL after allocating bufferJonas Maebe
2014-12-05Add extra checks for odd-length EC curve lists.Emilia Kasper
2014-12-04Remove SSLv2 supportKurt Roeckx
2014-11-27Remove more references to dtls1_encMatt Caswell
2014-11-19Process signature algorithms before deciding on certificate.Dr. Stephen Henson
2014-10-24Process signature algorithms in ClientHello late.Dr. Stephen Henson
2014-10-15Support TLS_FALLBACK_SCSV.Bodo Moeller
2014-08-22RT 3060: amend patchEmilia Kasper
2014-08-06Check SRP parameters early.Dr. Stephen Henson
2014-07-05Reduce casting nastiness.Ben Laurie
2014-07-04Remove all RFC5878 code.Dr. Stephen Henson
2014-05-01Fixed spelling error in error message. Fix supplied by Marcos MaradoMatt Caswell
2014-03-28Security framework.Dr. Stephen Henson
2013-11-06Sync error codes with 1.0.2-stableDr. Stephen Henson
2013-09-25Show useful errors.Ben Laurie
2013-09-18Fix error code clashes.Dr. Stephen Henson
2013-09-06Add callbacks supporting generation and retrieval of supplemental data entrie...Scott Deboy
2013-06-13Limit the number of empty records that will be processed consecutivelyAdam Langley
2013-06-12Add support for arbitrary TLS extensions.Trevor