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
*
Correct pointer to be freed
Richard Levitte
2017-01-28
1
-1
/
+1
*
Use correct signature algorithm list when sending or checking.
Dr. Stephen Henson
2017-01-26
4
-10
/
+13
*
Better check of DH parameters in TLS data
Richard Levitte
2017-01-26
1
-1
/
+10
*
Limit the length of the encrypted premaster key.
Cory Benfield
2017-01-25
1
-1
/
+2
*
Fix memory leaks in the Certificate extensions code
Matt Caswell
2017-01-25
2
-2
/
+8
*
Fix a few double ;
FdaSilvaYY
2017-01-25
2
-2
/
+2
*
Typo, fix a comment
FdaSilvaYY
2017-01-25
1
-3
/
+3
*
Fix a few misspellings.
FdaSilvaYY
2017-01-25
3
-6
/
+6
*
Cleanup EVP_CIPH/EP_CTRL duplicate defines
Todd Short
2017-01-24
1
-4
/
+0
*
Do not overallocate for tmp.ciphers_raw
Benjamin Kaduk
2017-01-24
1
-1
/
+2
*
Fix SSL_get0_raw_cipherlist()
Matt Caswell
2017-01-24
1
-17
/
+46
*
Fix a ssl session leak due to OOM in lh_SSL_SESSION_insert
Bernd Edlinger
2017-01-24
1
-0
/
+9
*
Replace div-spoiler hack with simpler code
Andy Polyakov
2017-01-23
1
-15
/
+10
*
Add support for key logging callbacks.
Cory Benfield
2017-01-23
5
-2
/
+153
*
Stop server from expecting Certificate message when not requested
Matt Caswell
2017-01-23
1
-1
/
+2
*
Stop client from sending Certificate message when not requested
Matt Caswell
2017-01-23
1
-0
/
+1
*
Fix SSL_VERIFY_CLIENT_ONCE
Matt Caswell
2017-01-23
1
-1
/
+1
*
fix a memory leak in ssl3_generate_key_block fix the error handling in ssl3_c...
Bernd Edlinger
2017-01-23
1
-3
/
+4
*
If client doesn't send curves list, don't assume all.
Rich Salz
2017-01-18
1
-60
/
+14
*
Fix compilation with no-nextprotoneg
Matt Caswell
2017-01-11
1
-1
/
+1
*
Fix no-ec following sigalgs refactor
Matt Caswell
2017-01-11
1
-0
/
+10
*
Fix tls1_set_sigalgs() length calculation
Matt Caswell
2017-01-11
1
-12
/
+12
*
Add some missing sigalgs
Matt Caswell
2017-01-11
1
-0
/
+4
*
Fix an uninit read picked up by Travis
Matt Caswell
2017-01-11
1
-2
/
+2
*
Fix a Travis failure
Matt Caswell
2017-01-11
1
-1
/
+1
*
Teach SSL_trace about the new sigalgs
Matt Caswell
2017-01-11
1
-30
/
+33
*
Extend PSS signature support to TLSv1.2
Matt Caswell
2017-01-11
5
-56
/
+111
*
Always use TLSv1.0 for record layer version in TLSv1.3
Matt Caswell
2017-01-11
1
-1
/
+1
*
Add a TLS1.3 TODO for setting of sig algs
Matt Caswell
2017-01-11
1
-0
/
+1
*
Ignore PKCS1 based sig algs in TLSv1.3
Matt Caswell
2017-01-11
1
-3
/
+11
*
Verify that the sig algs extension has been sent for TLSv1.3
Matt Caswell
2017-01-11
5
-2
/
+26
*
Fix client application traffic secret
Matt Caswell
2017-01-11
2
-29
/
+41
*
Temporarily ignore NewSessionTickets for TLS1.3
Matt Caswell
2017-01-11
1
-0
/
+10
*
Use the correct size for TLSv1.3 finished keys
Matt Caswell
2017-01-11
1
-2
/
+2
*
Ensure the record sequence number gets incremented
Matt Caswell
2017-01-11
1
-0
/
+11
*
Remove some unneeded functions
Matt Caswell
2017-01-11
2
-50
/
+14
*
Use NIDs instead of the old TLSv1.2 sigalgs hash and sig ids
Matt Caswell
2017-01-11
4
-105
/
+111
*
Remove a redundant function
Matt Caswell
2017-01-11
2
-26
/
+0
*
Convert Sigalgs processing to use ints
Matt Caswell
2017-01-11
8
-125
/
+214
*
Sign CertificateVerify messages using PSS padding
Matt Caswell
2017-01-11
1
-27
/
+48
*
Make CertificateVerify TLS1.3 aware
Matt Caswell
2017-01-11
4
-12
/
+137
*
Move Certificate Verify construction and processing into statem_lib.c
Matt Caswell
2017-01-11
5
-233
/
+234
*
Add a TODO(TLS1.3) around certificate selection
Matt Caswell
2017-01-11
1
-0
/
+6
*
Mark a HelloRequest record as read if we ignore it
Matt Caswell
2017-01-10
1
-0
/
+5
*
Review comments
Rich Salz
2017-01-10
3
-4
/
+4
*
Use typedefs for PSK, NPN, ALPN callback functions
Rich Salz
2017-01-10
5
-100
/
+24
*
Move extension data into sub-structs
Rich Salz
2017-01-10
12
-594
/
+628
*
Fix various style issues following feedback
Matt Caswell
2017-01-06
4
-12
/
+12
*
Rename the chain variable to chainidx
Matt Caswell
2017-01-06
4
-146
/
+158
*
Fix a double blank line style issue
Matt Caswell
2017-01-06
1
-1
/
+0
[next]