summaryrefslogtreecommitdiff
path: root/ssl/t1_enc.c
Commit message (Expand)AuthorAgeFilesLines
* Clear warnings/errors within TLS_DEBUG code sectionsRichard Levitte2014-12-171-9/+5
* Clear warnings/errors within KSSL_DEBUG code sectionsRichard Levitte2014-12-171-30/+30
* Support TLS_FALLBACK_SCSV.Bodo Moeller2014-10-151-0/+1
* Fix compilation with -DSSL_DEBUG -DTLS_DEBUG -DKSSL_DEBUGyogesh nagarkar2014-06-281-1/+1
* Use correct digest when exporting keying material.Dr. Stephen Henson2014-05-301-1/+1
* ssl/t1_enc.c: check EVP_MD_CTX_copy return value.Andy Polyakov2014-02-251-1/+2
* ssl/t1_enc.c: optimize PRF (suggested by Intel).Andy Polyakov2014-01-031-9/+8
* Fix DTLS retransmission from previous session.Dr. Stephen Henson2013-12-201-6/+11
* Check EVP errors for handshake digests.Dr. Stephen Henson2013-12-181-5/+6
* Enable TLS 1.2 ciphers in DTLS 1.2.Dr. Stephen Henson2013-09-181-1/+1
* Use enc_flags when deciding protocol variations.Dr. Stephen Henson2013-09-181-3/+3
* ssl/*: remove SSL3_RECORD->orig_len to restore binary compatibility.Andy Polyakov2013-02-061-3/+7
* Timing fix mitigation for FIPS mode.Dr. Stephen Henson2013-02-061-0/+7
* Update DTLS code to match CBC decoding in TLS.Ben Laurie2013-02-061-4/+0
* Don't crash when processing a zero-length, TLS >= 1.1 record.Ben Laurie2013-02-061-4/+9
* Make CBC decoding constant time.Ben Laurie2013-02-061-76/+55
* SSL/TLS record tracing code (backport from HEAD).Dr. Stephen Henson2012-12-261-0/+42
* * ssl/t1_enc.c (tls1_change_cipher_state): Stupid bug. Fortunately inRichard Levitte2012-09-211-1/+1
* Sanity check record length before skipping explicit IV in TLS 1.2, 1.1 andDr. Stephen Henson2012-05-101-0/+2
* ssl/t1_enc.c: pay attention to EVP_CIPH_FLAG_CUSTOM_CIPHER [from HEAD].Andy Polyakov2012-03-131-1/+4
* Remove redundant TLS exporter.Ben Laurie2011-12-131-33/+0
* SSL export fixes (from Adam Langley).Ben Laurie2011-12-131-29/+29
* Fix exporter.Ben Laurie2011-12-021-4/+13
* Fix warnings.Ben Laurie2011-12-021-1/+1
* PR: 1794Dr. Stephen Henson2011-11-251-3/+0
* bcmp doesn't exist on all platforms, replace with memcmpDr. Stephen Henson2011-11-211-4/+4
* Add TLS exporter.Ben Laurie2011-11-151-0/+89
* Backport GCM support from HEAD.Dr. Stephen Henson2011-08-041-3/+19
* Back-port TLS AEAD framework [from HEAD].Andy Polyakov2011-07-211-16/+65
* Don't round up partitioned premaster secret length if there is only oneDr. Stephen Henson2011-05-311-0/+2
* add FIPS support to ssl: doesn't do anything on this branch yet as there is n...Dr. Stephen Henson2011-05-191-0/+2
* Backport TLS v1.2 support from HEAD.Dr. Stephen Henson2011-05-111-7/+18
* Add SRP.Ben Laurie2011-03-161-0/+3
* Don't use decryption_failed alert for TLS v1.1 or later.Dr. Stephen Henson2011-01-041-0/+2
* use generalised mac API for SSL key generationDr. Stephen Henson2010-11-241-28/+34
* Only use explicit IV if cipher is in CBC mode.Dr. Stephen Henson2010-11-141-2/+4
* PR: 1830Dr. Stephen Henson2010-07-181-0/+23
* no need for empty fragments with TLS 1.1 and later due to explicit IVDr. Stephen Henson2010-06-271-1/+2
* Backport TLS v1.1 support from HEAD, ssl/ changesDr. Stephen Henson2010-06-271-1/+28
* Fix warnings (From HEAD, original patch by Ben).Dr. Stephen Henson2010-06-151-10/+4
* PR: 2259Dr. Stephen Henson2010-05-171-54/+97
* PR: 1751Dr. Stephen Henson2009-04-191-2/+2
* Fix warnings properly this time ;-)Dr. Stephen Henson2009-01-111-3/+3
* Fix sign-compare warnings.Dr. Stephen Henson2009-01-111-1/+1
* Fix compilation with -no-comp by adding some more #ifndef OPENSSL_NO_COMPLutz Jänicke2009-01-051-0/+2
* If we're going to return errors (no matter how stupid), then we shouldBen Laurie2008-12-291-4/+16
* Handle the unlikely event that BIO_get_mem_data() returns -ve.Ben Laurie2008-12-271-4/+7
* Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe2008-11-121-24/+19
* Make -DKSSL_DEBUG work again.Dr. Stephen Henson2008-11-101-19/+24
* Fix unsigned/signed warnings in ssl.Andy Polyakov2008-01-051-2/+2