summaryrefslogtreecommitdiffstats
path: root/ssl/ssl_locl.h
AgeCommit message (Expand)Author
2018-08-14Update copyright yearMatt Caswell
2018-07-03Don't create an invalid CertificateRequestMatt Caswell
2017-05-10Copy custom extension flags in a call to SSL_set_SSL_CTX()Matt Caswell
2017-02-09Fix issue #2113:Bernd Edlinger
2017-01-26Use correct signature algorithm list when sending or checking.Dr. Stephen Henson
2016-12-13Fix a bug in clienthello processingBenjamin Kaduk
2016-09-21Don't allow too many consecutive warning alertsMatt Caswell
2016-08-22Fix DTLS buffered message DoS attackMatt Caswell
2016-05-09Don't send signature algorithms when client_version is below TLS 1.2.David Benjamin
2016-04-04Fix ALPNTodd Short
2016-03-07Remove LOW from the defaultKurt Roeckx
2015-11-20Ensure all EVP calls have their returns checked where appropriateMatt Caswell
2015-10-05Change functions to pass in a limit rather than calculate itMatt Caswell
2015-06-02Fix race condition in NewSessionTicketMatt Caswell
2015-04-30Sanity check the return from final_finish_macMatt Caswell
2015-03-08fix warningDr. Stephen Henson
2015-01-22Re-align some comments after running the reformat script.OpenSSL_1_0_2-post-reformatMatt Caswell
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-22Move more comments that confuse indentMatt Caswell
2015-01-22indent has problems with comments that are on the right hand side of a line.Matt Caswell
2015-01-22Additional comment changes for reformat of 1.0.2Matt Caswell
2015-01-22mark all block comments that need format preserving so thatTim Hudson
2015-01-02Remove MS SGCDr. Stephen Henson
2014-12-16The dtls1_output_cert_chain function no longer exists so remove it fromMatt Caswell
2014-12-16Add OPENSSL_NO_ECDH guardsMatt Caswell
2014-12-03Remove instances in libssl of the constant 28 (for size of IPv4 header + UDP)Matt Caswell
2014-11-27Remove more references to dtls1_encMatt Caswell
2014-11-27Check EVP_Cipher return values for SSL2Matt Caswell
2014-11-26Fixed memory leak due to incorrect freeing of DTLS reassembly bit maskMatt Caswell
2014-11-20Remove ssl3_check_finished.Emilia Kasper
2014-11-19Process signature algorithms before deciding on certificate.Dr. Stephen Henson
2014-11-10Allow ECDHE and DHE as forward-compatible aliases for EECDH and EDHDaniel Kahn Gillmor
2014-10-24Process signature algorithms in ClientHello late.Dr. Stephen Henson
2014-08-28New extension callback features.Dr. Stephen Henson
2014-08-28Callback revision.Dr. Stephen Henson
2014-08-28Add custom extension sanity checks.Dr. Stephen Henson
2014-08-28Custom extension revision.Dr. Stephen Henson
2014-08-28Revision of custom extension code.Dr. Stephen Henson
2014-08-06Check SRP parameters early.Dr. Stephen Henson
2014-07-24Add conditional unit testing interface.Dr. Stephen Henson
2014-07-04Remove all RFC5878 code.Dr. Stephen Henson
2014-07-02Fix possible buffer overrun.Ben Laurie
2014-06-10Remove experimental DANE code.Dr. Stephen Henson
2014-06-09SRP ciphersuite correction.Dr. Stephen Henson
2014-02-25Don't use BN_ULLONG in n2l8 use SCTS_TIMESTAMP.Dr. Stephen Henson
2014-02-21ssl/ssl_cert.c: DANE update.Andy Polyakov
2014-02-20Show the contents of the RFC6962 Signed Certificate Timestamp List Certificat...Rob Stradling
2014-02-08Update custom TLS extension and supplemental data 'generate' callbacks to sup...Scott Deboy
2014-02-08Add callbacks supporting generation and retrieval of supplemental data entrie...Scott Deboy
2014-02-02New ctrl to set current certificate.Dr. Stephen Henson