index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ssl
/
record
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert the mac functions to just return 1 for success and 0 for failure
Matt Caswell
2016-11-04
3
-25
/
+23
*
Fix some ssl3_record code witch converstion to/from size_t
Matt Caswell
2016-11-04
1
-15
/
+17
*
Fix some missed size_t updates
Matt Caswell
2016-11-04
3
-7
/
+7
*
Resolve some outstanding size_t related TODOs
Matt Caswell
2016-11-04
2
-10
/
+4
*
Convert some misc record layer functions for size_t
Matt Caswell
2016-11-04
3
-45
/
+78
*
Convert SSL3_RECORD_clear() and SSL3_RECORD_release() to size_t
Matt Caswell
2016-11-04
2
-6
/
+6
*
Convert libssl writing for size_t
Matt Caswell
2016-11-04
5
-78
/
+90
*
Further libssl size_t-ify of reading
Matt Caswell
2016-11-04
6
-98
/
+119
*
Convert record layer to use size_t
Matt Caswell
2016-11-04
4
-42
/
+55
*
Fail if an unrecognised record type is received
Matt Caswell
2016-11-03
1
-7
/
+5
*
Fix read_ahead
Matt Caswell
2016-11-02
1
-12
/
+12
*
A zero return from BIO_read()/BIO_write() could be retryable
Matt Caswell
2016-10-28
1
-3
/
+15
*
Fix encrypt-then-mac implementation for DTLS
David Woodhouse
2016-10-18
2
-2
/
+30
*
Fix an Uninit read in DTLS
Matt Caswell
2016-09-29
1
-1
/
+3
*
Fix a hang with SSL_peek()
Matt Caswell
2016-09-22
1
-1
/
+5
*
Don't allow too many consecutive warning alerts
Matt Caswell
2016-09-21
4
-0
/
+36
*
Revert "Abort on unrecognised warning alerts"
Matt Caswell
2016-09-15
1
-8
/
+2
*
Abort on unrecognised warning alerts
Matt Caswell
2016-09-13
1
-2
/
+8
*
Remove some dead code from rec_layer_s3.c
Matt Caswell
2016-08-24
1
-6
/
+0
*
Prevent DTLS Finished message injection
Matt Caswell
2016-08-22
1
-0
/
+6
*
Fix DTLS replay protection
Matt Caswell
2016-08-19
3
-14
/
+54
*
Fix DTLS unprocessed records bug
Matt Caswell
2016-08-19
2
-2
/
+21
*
Indent ssl/
Emilia Kasper
2016-08-18
5
-159
/
+113
*
Ensure we unpad in constant time for read pipelining
Matt Caswell
2016-08-16
1
-3
/
+9
*
Fix satsub64be() to unconditionally use 64-bit integers
David Woodhouse
2016-08-16
1
-68
/
+11
*
Address feedback on SSLv2 ClientHello processing
Matt Caswell
2016-08-16
3
-14
/
+6
*
Send an alert if we get a non-initial record with the wrong version
Matt Caswell
2016-08-16
1
-3
/
+11
*
Address feedback on SSLv2 ClientHello processing
Matt Caswell
2016-08-16
4
-7
/
+13
*
Fix test of first of 255 CBC padding bytes.
Adam Langley
2016-08-08
1
-3
/
+3
*
Fix ubsan 'left shift of negative value -1' error in satsub64be()
David Woodhouse
2016-08-04
1
-19
/
+42
*
Make DTLS1_BAD_VER work with DTLS_client_method()
David Woodhouse
2016-08-04
1
-1
/
+2
*
Fix crash as a result of MULTIBLOCK
Matt Caswell
2016-07-30
3
-30
/
+29
*
Make the checks for an SSLv2 style record stricter
Matt Caswell
2016-07-29
1
-5
/
+11
*
Fix a few if(, for(, while( inside code.
FdaSilvaYY
2016-07-20
2
-7
/
+7
*
check return values for EVP_Digest*() APIs
Dr. Stephen Henson
2016-07-15
1
-3
/
+6
*
Whitespace cleanup in ssl folder
FdaSilvaYY
2016-06-29
4
-5
/
+5
*
Ensure read records are marked as read
Matt Caswell
2016-06-27
1
-1
/
+8
*
Useless header include of openssl/rand.h
FdaSilvaYY
2016-06-18
1
-1
/
+0
*
Always use session_ctx when removing a session
Todd Short
2016-06-08
2
-2
/
+2
*
Reject out of context empty records
Matt Caswell
2016-06-07
4
-13
/
+29
*
Fix pipelining bug
Matt Caswell
2016-06-07
1
-0
/
+1
*
Fix some suspect warnings on Windows
Matt Caswell
2016-05-26
3
-5
/
+6
*
Copyright consolidation 01/10
Rich Salz
2016-05-17
7
-756
/
+40
*
Add a comment to explain the use of |num_recs|
Matt Caswell
2016-05-17
1
-1
/
+9
*
Use the current record offset in ssl3_get_record
Matt Caswell
2016-05-17
1
-1
/
+2
*
There is only one read buffer
Matt Caswell
2016-05-17
1
-1
/
+1
*
ssl/record/rec_layer_s3.c: fix typo from previous commit.
Andy Polyakov
2016-05-02
1
-1
/
+1
*
Remove obsolete defined(__INTEL__) condition.
Andy Polyakov
2016-05-02
1
-2
/
+1
*
various spelling fixes
FdaSilvaYY
2016-04-28
2
-6
/
+6
*
Revert "various spelling fixes"
Rich Salz
2016-04-04
2
-6
/
+6
[next]