index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ssl
/
d1_pkt.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Moved s3_pkt.c, s23_pkt.c and d1_pkt.c into the record layer.
Matt Caswell
2015-03-26
1
-1312
/
+0
*
Split out non record layer functions out of s3_pkt.c and d1_pkt.c into
Matt Caswell
2015-03-26
1
-84
/
+0
*
Move SSL3_RECORD oriented functions into ssl3_record.c
Matt Caswell
2015-03-26
1
-365
/
+6
*
Encapsulate s->s3->wrec
Matt Caswell
2015-03-26
1
-1
/
+1
*
Encapsulate s->s3->rrec
Matt Caswell
2015-03-26
1
-9
/
+11
*
Encapsulate access to s->s3->wbuf
Matt Caswell
2015-03-26
1
-2
/
+3
*
Encapsulate SSL3_BUFFER and all access to s->s3->rbuf.
Matt Caswell
2015-03-26
1
-9
/
+17
*
Resolve swallowed returns codes
Matt Caswell
2015-03-25
1
-2
/
+1
*
Fix missing return value checks
Matt Caswell
2015-03-23
1
-2
/
+6
*
Harmonize return values in dtls1_buffer_record
Emilia Kasper
2015-03-10
1
-1
/
+1
*
Use constants not numbers
Kurt Cancemi
2015-03-05
1
-2
/
+2
*
dead code cleanup: #if 0 in ssl
Rich Salz
2015-02-06
1
-173
/
+0
*
OPENSSL_NO_XXX cleanup: NO_TLS, NO_TLS1
Rich Salz
2015-01-27
1
-2
/
+0
*
More comment realignment
master-post-reformat
Matt Caswell
2015-01-22
1
-11
/
+11
*
Re-align some comments after running the reformat script.
Matt Caswell
2015-01-22
1
-14
/
+14
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-1629
/
+1607
*
Move more comments that confuse indent
Matt Caswell
2015-01-22
1
-1
/
+2
*
indent has problems with comments that are on the right hand side of a line.
Matt Caswell
2015-01-22
1
-2
/
+2
*
Yet more comments
Matt Caswell
2015-01-22
1
-2
/
+4
*
Further comment changes for reformat (master)
Matt Caswell
2015-01-22
1
-2
/
+4
*
A memory leak can occur in dtls1_buffer_record if either of the calls to
Matt Caswell
2015-01-08
1
-9
/
+21
*
Follow on from CVE-2014-3571. This fixes the code that was the original source
Matt Caswell
2015-01-08
1
-1
/
+2
*
Fix crash in dtls1_get_record whilst in the listen state where you get two
Dr. Stephen Henson
2015-01-08
1
-2
/
+0
*
mark all block comments that need format preserving so that
Tim Hudson
2014-12-30
1
-5
/
+10
*
Add checks to the return value of EVP_Cipher to prevent silent encryption fai...
Matt Caswell
2014-11-27
1
-1
/
+1
*
RT3023: Redundant logical expressions
Hans Wennborg
2014-08-15
1
-2
/
+1
*
Added SSLErr call for internal error in dtls1_buffer_record
Matt Caswell
2014-06-01
1
-0
/
+1
*
Delays the queue insertion until after the ssl3_setup_buffers() call due to u...
David Ramos
2014-06-01
1
-9
/
+9
*
DTLS version usage fixes.
Dr. Stephen Henson
2013-09-17
1
-3
/
+1
*
DTLS message_sequence number wrong in rehandshake ServerHello
Michael Tuexen
2013-08-13
1
-0
/
+1
*
DTLS handshake fix.
Michael Tuexen
2013-08-08
1
-0
/
+6
*
Dual DTLS version methods.
Dr. Stephen Henson
2013-04-09
1
-3
/
+16
*
Enable TLS 1.2 ciphers in DTLS 1.2.
Dr. Stephen Henson
2013-03-28
1
-22
/
+24
*
DTLS trace support.
Dr. Stephen Henson
2013-03-11
1
-0
/
+6
*
Fix error codes.
Dr. Stephen Henson
2013-02-26
1
-1
/
+1
*
ssl/*: revert "remove SSL_RECORD->orig_len" and merge "fix IV".
Andy Polyakov
2013-02-08
1
-6
/
+6
*
ssl/*: remove SSL3_RECORD->orig_len to restore binary compatibility.
Andy Polyakov
2013-02-06
1
-6
/
+6
*
Update DTLS code to match CBC decoding in TLS.
Ben Laurie
2013-02-06
1
-36
/
+50
*
Don't crash when processing a zero-length, TLS >= 1.1 record.
Ben Laurie
2013-02-06
1
-0
/
+1
*
Add and use a constant-time memcmp.
Ben Laurie
2013-02-06
1
-1
/
+1
*
PR: 2756
Dr. Stephen Henson
2012-03-09
1
-9
/
+3
*
Fix for DTLS DoS issue introduced by fix for CVE-2011-4109.
Dr. Stephen Henson
2012-01-18
1
-10
/
+7
*
Submitted by: Robin Seggelmann <seggelmann@fh-muenster.de>, Michael Tuexen <t...
Dr. Stephen Henson
2012-01-05
1
-10
/
+16
*
PR: 2658
Dr. Stephen Henson
2011-12-31
1
-0
/
+13
*
PR: 2535
Dr. Stephen Henson
2011-12-25
1
-15
/
+108
*
PR: 2573
Dr. Stephen Henson
2011-09-01
1
-9
/
+11
*
Since DTLS 1.0 is based on TLS 1.1 we should never return a decryption_failed
Dr. Stephen Henson
2011-01-04
1
-1
/
+2
*
PR: 1833
Dr. Stephen Henson
2010-08-26
1
-0
/
+2
*
Fix warnings.
Ben Laurie
2010-06-12
1
-5
/
+0
*
PR: 2229
Dr. Stephen Henson
2010-04-14
1
-16
/
+11
[next]