summaryrefslogtreecommitdiff
path: root/ssl/ssl_locl.h
Commit message (Expand)AuthorAgeFilesLines
* Move more comments that confuse indentMatt Caswell2015-01-221-24/+48
* indent has problems with comments that are on the right hand side of a line.Matt Caswell2015-01-221-3/+6
* Additional comment changes for reformat of 1.0.2Matt Caswell2015-01-221-1/+1
* mark all block comments that need format preserving so thatTim Hudson2015-01-221-4/+7
* Remove MS SGCDr. Stephen Henson2015-01-021-1/+0
* 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 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
* Allow ECDHE and DHE as forward-compatible aliases for EECDH and EDHDaniel Kahn Gillmor2014-11-101-0/+2
* 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-13/+24
* Revision of custom extension code.Dr. Stephen Henson2014-08-281-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
* Remove experimental DANE code.Dr. Stephen Henson2014-06-101-11/+0
* SRP ciphersuite correction.Dr. Stephen Henson2014-06-091-0/+1
* Don't use BN_ULLONG in n2l8 use SCTS_TIMESTAMP.Dr. Stephen Henson2014-02-251-9/+0
* ssl/ssl_cert.c: DANE update.Andy Polyakov2014-02-211-0/+11
* Show the contents of the RFC6962 Signed Certificate Timestamp List Certificat...Rob Stradling2014-02-201-0/+9
* Update custom TLS extension and supplemental data 'generate' callbacks to sup...Scott Deboy2014-02-081-2/+2
* Add callbacks supporting generation and retrieval of supplemental data entrie...Scott Deboy2014-02-081-10/+3
* New ctrl to set current certificate.Dr. Stephen Henson2014-02-021-0/+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-201-0/+1
* Suite B support for DTLS 1.2Dr. Stephen Henson2013-09-181-1/+1
* Enable TLS 1.2 ciphers in DTLS 1.2.Dr. Stephen Henson2013-09-181-0/+15
* Provisional DTLS 1.2 support.Dr. Stephen Henson2013-09-181-0/+1
* Extend DTLS method macros.Dr. Stephen Henson2013-09-181-3/+4
* Use enc_flags when deciding protocol variations.Dr. Stephen Henson2013-09-181-1/+11
* Use appropriate versions of SSL3_ENC_METHODDr. Stephen Henson2013-09-181-2/+2
* DTLS revision.Dr. Stephen Henson2013-09-181-14/+31
* Trying cherrypick:Trevor2013-07-031-0/+12
* 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
* Make CBC decoding constant time.Ben Laurie2013-02-061-0/+34
* Add ctrl and utility functions to retrieve raw cipher list sent by client inDr. Stephen Henson2012-12-261-2/+5
* perform sanity checks on server certificate type as soon as it is received in...Dr. Stephen Henson2012-12-261-1/+2
* Add three Suite B modes to TLS code, supporting RFC6460.Dr. Stephen Henson2012-12-261-2/+7
* Make tls1_check_chain return a set of flags indicating checks passedDr. Stephen Henson2012-12-261-8/+0
* Abort handshake if signature algorithm used not supported by peer.Dr. Stephen Henson2012-12-261-0/+2