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
*
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
*
Add DTLS_get_data_mtu() function
David Woodhouse
2016-11-02
3
-0
/
+91
*
Convert a big "if" into a "switch"
Matt Caswell
2016-11-02
1
-10
/
+21
*
Use ciphersuite id when matching if we've got one
Matt Caswell
2016-11-02
1
-0
/
+2
*
Add the SSL_METHOD for TLSv1.3 and all other base changes required
Matt Caswell
2016-11-02
9
-3
/
+76
*
Add SSL_CTX_set1_cert_store()
Todd Short
2016-11-01
1
-0
/
+7
*
Tweaks based on review feedback of BIO size_t work
Matt Caswell
2016-10-28
1
-14
/
+14
*
Fix a shadowed variable declaration warning
Matt Caswell
2016-10-28
1
-3
/
+3
*
Create BIO_write_ex() which handles size_t arguments
Matt Caswell
2016-10-28
1
-12
/
+16
*
Create BIO_read_ex() which handles size_t arguments
Matt Caswell
2016-10-28
1
-3
/
+13
*
A zero return from BIO_read()/BIO_write() could be retryable
Matt Caswell
2016-10-28
1
-3
/
+15
*
Add SSL_OP_NO_ENCRYPT_THEN_MAC
David Woodhouse
2016-10-18
1
-5
/
+9
*
Fix encrypt-then-mac implementation for DTLS
David Woodhouse
2016-10-18
2
-2
/
+30
*
Remove trailing whitespace from some files.
David Benjamin
2016-10-11
2
-2
/
+2
*
Fix linebreaks in the tls_construct_client_certificate function
Matt Caswell
2016-10-03
1
-2
/
+2
*
Add a typedef for the construction function
Matt Caswell
2016-10-03
3
-8
/
+6
*
Move setting of the handshake header up one more level
Matt Caswell
2016-10-03
4
-66
/
+65
*
Remove the special case processing for finished construction
Matt Caswell
2016-10-03
4
-37
/
+22
*
Harmonise setting the header and closing construction
Matt Caswell
2016-10-03
6
-191
/
+165
*
Don't set the handshake header in every message
Matt Caswell
2016-10-03
5
-170
/
+146
*
Move init of the WPACKET into write_state_machine()
Matt Caswell
2016-10-03
7
-306
/
+205
*
Rename ssl_set_handshake_header2()
Matt Caswell
2016-10-02
8
-43
/
+30
*
Remove ssl_set_handshake_header()
Matt Caswell
2016-10-02
4
-36
/
+0
*
Remove the tls12_get_sigandhash_old() function
Matt Caswell
2016-10-02
2
-25
/
+0
*
fix memory leak
Dr. Stephen Henson
2016-10-02
1
-0
/
+2
*
Convert NewSessionTicket construction to WPACKET
Matt Caswell
2016-09-29
1
-58
/
+51
*
Fix an error in packet_locl.h
Matt Caswell
2016-09-29
1
-1
/
+1
*
Convert CertStatus message construction to WPACKET
Matt Caswell
2016-09-29
2
-27
/
+15
*
Fix mis-named macro in packet_locl.h
Matt Caswell
2016-09-29
1
-2
/
+2
*
Convert SeverDone construction to WPACKET
Matt Caswell
2016-09-29
1
-7
/
+14
*
Fix missing NULL checks in NewSessionTicket construction
Matt Caswell
2016-09-29
2
-1
/
+7
*
Fix an mis-matched function code so that "make update" doesn't fail
Matt Caswell
2016-09-29
1
-1
/
+1
*
Add an example of usage to the WPACKET_reserve_bytes() documentation
Matt Caswell
2016-09-29
1
-0
/
+10
*
Address style feedback comments
Matt Caswell
2016-09-29
2
-1
/
+2
*
Fix a bug in CKE construction for PSK
Matt Caswell
2016-09-29
1
-1
/
+1
*
Convert ServerKeyExchange construction to WPACKET
Matt Caswell
2016-09-29
1
-120
/
+97
*
Add the WPACKET_reserve_bytes() function
Matt Caswell
2016-09-29
2
-8
/
+55
*
Remove tls12_copy_sigalgs_old()
Matt Caswell
2016-09-29
2
-22
/
+0
*
Convert CertificateRequest construction to WPACKET
Matt Caswell
2016-09-29
3
-59
/
+61
*
Address style feedback comments
Matt Caswell
2016-09-29
1
-3
/
+1
*
Fix a bug in the construction of the ClienHello SRTP extension
Matt Caswell
2016-09-29
1
-2
/
+5
*
Fix heartbeat compilation error
Matt Caswell
2016-09-29
1
-0
/
+1
*
Delete some unneeded code
Matt Caswell
2016-09-29
3
-88
/
+0
*
Convert ServerHello construction to WPACKET
Matt Caswell
2016-09-29
5
-219
/
+134
*
Fix an Uninit read in DTLS
Matt Caswell
2016-09-29
1
-1
/
+3
*
Fix a bug in Renegotiation extension construction
Matt Caswell
2016-09-28
1
-2
/
+4
*
Convert HelloRequest construction to WPACKET
Matt Caswell
2016-09-28
1
-1
/
+6
*
Fix HelloVerifyRequest construction
Matt Caswell
2016-09-26
1
-0
/
+2
*
Fix Use After Free for large message sizes
Matt Caswell
2016-09-26
1
-3
/
+17
[next]