aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/ssl_locl.h
Commit message (Expand)AuthorAgeFilesLines
* Remove MS SGCDr. Stephen Henson2015-01-021-1/+0
* mark all block comments that need format preserving so thatTim Hudson2014-12-301-4/+7
* The dtls1_output_cert_chain function no longer exists so remove it fromMatt Caswell2014-12-161-1/+0
* Add OPENSSL_NO_ECDH guardsMatt Caswell2014-12-161-0/+2
* Remove SSLv2 supportKurt Roeckx2014-12-041-69/+1
* Remove instances in libssl of the constant 28 (for size of IPv4 header + UDP)Matt Caswell2014-12-031-1/+2
* Remove more references to dtls1_encMatt Caswell2014-11-271-1/+0
* Check EVP_Cipher return values for SSL2Matt Caswell2014-11-271-1/+1
* Fixed memory leak due to incorrect freeing of DTLS reassembly bit maskMatt Caswell2014-11-261-0/+1
* Remove ssl3_check_finished.Emilia Kasper2014-11-201-1/+0
* Process signature algorithms before deciding on certificate.Dr. Stephen Henson2014-11-191-0/+1
* Process signature algorithms in ClientHello late.Dr. Stephen Henson2014-10-241-1/+2
* New extension callback features.Dr. Stephen Henson2014-08-281-1/+3
* Callback revision.Dr. Stephen Henson2014-08-281-2/+2
* Add custom extension sanity checks.Dr. Stephen Henson2014-08-281-0/+17
* Custom extension revision.Dr. Stephen Henson2014-08-281-14/+24
* Revision of custom extension code.Dr. Stephen Henson2014-08-151-0/+20
* Check SRP parameters early.Dr. Stephen Henson2014-08-061-0/+3
* Add conditional unit testing interface.Dr. Stephen Henson2014-07-241-0/+17
* Remove all RFC5878 code.Dr. Stephen Henson2014-07-041-7/+0
* Fix possible buffer overrun.Ben Laurie2014-07-021-2/+2
* More constification.Ben Laurie2014-06-291-3/+3
* Constification - mostly originally from Chromium.Ben Laurie2014-06-291-4/+4
* SRP ciphersuite correction.Dr. Stephen Henson2014-06-091-0/+1
* Security framework.Dr. Stephen Henson2014-03-281-6/+26
* Allow return of supported ciphers.Dr. Stephen Henson2014-03-281-0/+1
* Auto DH support.Dr. Stephen Henson2014-03-281-0/+4
* Don't use BN_ULLONG in n2l8 use SCTS_TIMESTAMP.Dr. Stephen Henson2014-02-251-9/+0
* Show the contents of the RFC6962 Signed Certificate Timestamp List Certificat...Rob Stradling2014-02-141-0/+9
* Update custom TLS extension and supplemental data 'generate' callbacks to sup...Scott Deboy2014-02-051-2/+2
* New ctrl to set current certificate.Dr. Stephen Henson2014-02-021-0/+2
* use SSL_kDHE throughout instead of SSL_kEDHDaniel Kahn Gillmor2014-01-091-2/+3
* use SSL_kECDHE throughout instead of SSL_kEECDHDaniel Kahn Gillmor2014-01-091-1/+2
* Additional "chain_cert" functions.Rob Stradling2013-11-131-0/+1
* Do not include a timestamp in the Client/ServerHello Random field.Nick Mathewson2013-10-211-0/+1
* Experimental encrypt-then-mac support.Dr. Stephen Henson2013-09-081-1/+7
* Add callbacks supporting generation and retrieval of supplemental data entrie...Scott Deboy2013-09-061-10/+3
* Add support for arbitrary TLS extensions.Trevor2013-06-121-0/+12
* Suite B support for DTLS 1.2Dr. Stephen Henson2013-04-091-1/+1
* Make TLS 1.2 ciphers work again.Dr. Stephen Henson2013-04-041-0/+6
* Enable TLS 1.2 ciphers in DTLS 1.2.Dr. Stephen Henson2013-03-281-0/+9
* Provisional DTLS 1.2 support.Dr. Stephen Henson2013-03-261-0/+1
* Extend DTLS method macros.Dr. Stephen Henson2013-03-261-3/+4
* Use enc_flags when deciding protocol variations.Dr. Stephen Henson2013-03-181-2/+11
* Use appropriate versions of SSL3_ENC_METHODDr. Stephen Henson2013-03-181-2/+2
* DTLS revision.Dr. Stephen Henson2013-03-181-13/+30
* DTLS trace support.Dr. Stephen Henson2013-03-111-1/+2
* ssl/*: revert "remove SSL_RECORD->orig_len" and merge "fix IV".Andy Polyakov2013-02-081-1/+1
* ssl/*: remove SSL3_RECORD->orig_len to restore binary compatibility.Andy Polyakov2013-02-061-1/+1
* Timing fix mitigation for FIPS mode.Dr. Stephen Henson2013-02-061-0/+4