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
*
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
*
Fix a WPACKET bug
Matt Caswell
2016-09-26
1
-3
/
+7
*
Convert HelloVerifyRequest construction to WPACKET
Matt Caswell
2016-09-23
3
-76
/
+96
*
Add warning about a potential pitfall with WPACKET_allocate_bytes()
Matt Caswell
2016-09-23
2
-1
/
+5
*
Add -Wswitch-enum
Rich Salz
2016-09-22
3
-82
/
+73
*
Avoid KCI attack for GOST
Dmitry Belyavsky
2016-09-22
1
-18
/
+0
*
Fix a hang with SSL_peek()
Matt Caswell
2016-09-22
1
-1
/
+5
*
Fix a mem leak in NPN handling
Matt Caswell
2016-09-22
1
-0
/
+5
*
Fix OCSP Status Request extension unbounded memory growth
Matt Caswell
2016-09-22
1
-7
/
+16
*
Fix error message typo, wrong function code
Richard Levitte
2016-09-22
1
-1
/
+1
*
Excessive allocation of memory in dtls1_preprocess_fragment()
Matt Caswell
2016-09-21
1
-17
/
+18
*
Excessive allocation of memory in tls_get_message_header()
Matt Caswell
2016-09-21
2
-10
/
+11
*
Don't allow too many consecutive warning alerts
Matt Caswell
2016-09-21
5
-0
/
+37
[next]