index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ssl
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix broken loading of client CAs
Andreas Karlsson
2016-07-02
1
-2
/
+1
*
Avoid an overflow in constructing the ServerKeyExchange message
Matt Caswell
2016-07-01
1
-0
/
+5
*
Whitespace cleanup in ssl folder
FdaSilvaYY
2016-06-29
8
-10
/
+10
*
Spelling
FdaSilvaYY
2016-06-29
1
-1
/
+1
*
Ensure read records are marked as read
Matt Caswell
2016-06-27
1
-1
/
+8
*
Add checks on sk_TYPE_push() returned result
FdaSilvaYY
2016-06-23
4
-18
/
+40
*
Spelling... and more spelling
FdaSilvaYY
2016-06-22
6
-9
/
+9
*
Make RSA key exchange code actually constant-time.
David Benjamin
2016-06-21
1
-15
/
+36
*
Useless header include of openssl/rand.h
FdaSilvaYY
2016-06-18
4
-4
/
+0
*
Deal with the consequences of constifying getters
Richard Levitte
2016-06-15
2
-2
/
+2
*
Initialize the session_id
Kurt Roeckx
2016-06-14
1
-0
/
+2
*
Fix comment
Matt Caswell
2016-06-14
1
-2
/
+1
*
Add some missing return value checks
Matt Caswell
2016-06-13
1
-1
/
+4
*
Ensure SSL_set_session clears the old session from cache if it is bad
Matt Caswell
2016-06-13
1
-19
/
+11
*
Don't compare a just free()d pointer
Kurt Roeckx
2016-06-11
1
-1
/
+1
*
RT3720 Increment session miss counter properly
Laszlo Kovacs
2016-06-10
1
-0
/
+1
*
Fix session ticket and SNI
Todd Short
2016-06-09
2
-1
/
+18
*
Add some accessor API's
Rich Salz
2016-06-08
1
-0
/
+5
*
Always use session_ctx when removing a session
Todd Short
2016-06-08
5
-7
/
+7
*
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
*
Add SSL_CTX_get_tlsext_status_type()
Matt Caswell
2016-06-07
1
-0
/
+3
*
Return the value of tlsext_status_type in the return not arg
Matt Caswell
2016-06-07
1
-2
/
+1
*
Add SSL_get_tlsext_status_type() method
Alessandro Ghedini
2016-06-07
1
-0
/
+5
*
RT3895: Remove fprintf's from SSL library.
Rich Salz
2016-06-04
2
-5
/
+5
*
Handle a memory allocation failure in ssl3_init_finished_mac()
Matt Caswell
2016-06-03
6
-9
/
+29
*
Remove null check, per review feedback. Note this in the docs.
TJ Saunders
2016-05-31
1
-2
/
+0
*
Add an SSL_SESSION accessor for obtaining the protocol version number, with
TJ Saunders
2016-05-31
1
-0
/
+7
*
return error in ct_move_scts()
Dr. Stephen Henson
2016-05-31
1
-1
/
+1
*
Fix ssl_cert_set0_chain invalid pointer
Todd Short
2016-05-27
1
-1
/
+1
*
Fix some suspect warnings on Windows
Matt Caswell
2016-05-26
3
-5
/
+6
*
The ssl3_digest_cached_records() function does not handle errors properly
Matt Caswell
2016-05-26
1
-5
/
+4
*
Remove unused error/function codes.
Rich Salz
2016-05-23
1
-135
/
+45
*
remove encrypt then mac ifdefs
Dr. Stephen Henson
2016-05-23
2
-16
/
+0
*
Fix some malloc failure crashes on X509_STORE_CTX_set_ex_data
FdaSilvaYY
2016-05-23
1
-1
/
+3
*
Rename lh_xxx,sk_xxx tp OPENSSL_{LH,SK}_xxx
Rich Salz
2016-05-20
1
-3
/
+3
*
Ensure async IO works with new state machine
Matt Caswell
2016-05-20
1
-1
/
+4
*
Tighten up logic around ChangeCipherSpec.
David Benjamin
2016-05-20
1
-0
/
+10
*
Simplify SSL BIO buffering logic
Matt Caswell
2016-05-20
4
-40
/
+22
*
When strict SCT fails record verification failure
Viktor Dukhovni
2016-05-19
1
-0
/
+17
*
Ensure verify error is set when X509_verify_cert() fails
Viktor Dukhovni
2016-05-18
1
-0
/
+10
*
Copyright consolidation 01/10
Rich Salz
2016-05-17
44
-3693
/
+265
*
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
*
Fix some out of date comments
Matt Caswell
2016-05-17
3
-6
/
+6
*
session tickets: use more sizeof
Kurt Roeckx
2016-05-16
3
-15
/
+23
*
Use AES256 for the default encryption algoritm for TLS session tickets
TJ Saunders
2016-05-16
3
-4
/
+4
*
session tickets: Use sizeof() for the various fields
TJ Saunders
2016-05-16
4
-17
/
+33
*
Fold threads.h into crypto.h making API public
Viktor Dukhovni
2016-05-16
3
-3
/
+2
[next]