index
:
delta/openssl-new.git
1.0.2-aead
BRANCH_ASN1
BRANCH_OpenSSL_0_9_8k
BRANCH_VMS_64BIT
BRANCH_WIN64
BRANCH_engine
OpenSSL-engine-0_9_6-stable
OpenSSL-fips-0_9_7-stable
OpenSSL-fips-0_9_8-stable
OpenSSL-fips-1_2-stable
OpenSSL-fips-2_0-dev
OpenSSL-fips-2_0-stable
OpenSSL-fips2-0_9_7-stable
OpenSSL-rfc3820-0_9_7-stable
OpenSSL_0_9_6-stable
OpenSSL_0_9_7-stable
OpenSSL_0_9_8-stable
OpenSSL_0_9_8fg-stable
OpenSSL_1_0_0-stable
OpenSSL_1_0_1-stable
OpenSSL_1_0_2-stable
OpenSSL_1_1_0-stable
OpenSSL_1_1_1-stable
OpenTLS
SSLeay
baserock/OpenSSL_1_0_1g
baserock/OpenSSL_1_0_2-stable
baserock/larswirzenius/morph
baserock/morph
baserock/pedroalvarez/power-port
baserock/ps/proto-web-system
eliminate-ssl-ctrl
master
openssl-3.0
openssl-3.1
rsalz-monolith
rt4526
supplemental-data-api-2
tls1.3-draft-18
tls1.3-draft-19
github.com: openssl/openssl.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ssl
/
s3_srvr.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reorganise state machine files
Matt Caswell
2015-10-30
1
-2878
/
+0
*
Move PACKET creation into the state machine
Matt Caswell
2015-10-30
1
-94
/
+63
*
Remove redundant code
Matt Caswell
2015-10-30
1
-916
/
+0
*
Move server side DTLS to new state machine
Matt Caswell
2015-10-30
1
-18
/
+38
*
Move server side TLS to new state machine
Matt Caswell
2015-10-30
1
-0
/
+93
*
Split TLS server functions
Matt Caswell
2015-10-30
1
-899
/
+1077
*
Remove useless code
Alessandro Ghedini
2015-10-23
1
-1
/
+0
*
Appease gcc's Wmaybe-uninitialized
Emilia Kasper
2015-10-15
1
-2
/
+1
*
DTLS: remove unused cookie field
Emilia Kasper
2015-10-09
1
-32
/
+7
*
SSLv2 compat ciphers: clarify comment
Emilia Kasper
2015-10-06
1
-4
/
+3
*
Add PACKET_copy_all
Emilia Kasper
2015-10-05
1
-9
/
+0
*
PACKETize and clean up ssl_bytes_to_cipher_list.
Emilia Kasper
2015-10-05
1
-59
/
+63
*
ssl3_get_client_hello: rearrange logic
Emilia Kasper
2015-10-05
1
-248
/
+195
*
Remove ssl_put_cipher_by_char
Emilia Kasper
2015-09-22
1
-1
/
+1
*
Remove PACKET_(get|goto)_bookmark
Emilia Kasper
2015-09-17
1
-12
/
+2
*
Disentangle RSA premaster secret parsing
Emilia Kasper
2015-09-17
1
-52
/
+46
*
Fix PSK identity hint handling.
Dr. Stephen Henson
2015-09-14
1
-8
/
+8
*
Restore SSLerr on PACKET_strndup failure.
Emilia Kasper
2015-09-10
1
-0
/
+1
*
PACKET: add PACKET_memdup and PACKET_strndup
Emilia Kasper
2015-09-09
1
-28
/
+13
*
PACKET: add methods for reading length-prefixed TLS vectors.
Emilia Kasper
2015-08-26
1
-53
/
+48
*
Fix SSLv2-compatible ClientHello processing.
Emilia Kasper
2015-08-26
1
-1
/
+3
*
PACKETise ClientKeyExchange processing
Matt Caswell
2015-08-14
1
-64
/
+119
*
Enhance PACKET readability
Matt Caswell
2015-08-13
1
-1
/
+1
*
Add missing return check for PACKET_buf_init
Matt Caswell
2015-08-13
1
-1
/
+5
*
Remove Gost94 signature algorithm.
Rich Salz
2015-08-11
1
-7
/
+3
*
Change error reason to match previous behaviour.
Adam Eijdenberg
2015-08-04
1
-1
/
+1
*
Fix unhandled error condition in sslv2 client hello parsing.
Adam Eijdenberg
2015-08-04
1
-0
/
+3
*
PACKETise NextProto
Matt Caswell
2015-08-04
1
-19
/
+24
*
PACKETise CertificateVerify processing
Matt Caswell
2015-08-04
1
-17
/
+30
*
PACKETise ClientCertificate processing
Matt Caswell
2015-08-04
1
-13
/
+20
*
Move TLS CCS processing into the state machine
Matt Caswell
2015-08-03
1
-47
/
+22
*
PACKETise ClientHello processing
Matt Caswell
2015-08-03
1
-83
/
+86
*
Remove erroneous server_random filling
Matt Caswell
2015-07-31
1
-7
/
+4
*
Don't request certificates for any PSK ciphersuite
Dr. Stephen Henson
2015-07-30
1
-1
/
+1
*
Extended PSK server support.
Dr. Stephen Henson
2015-07-30
1
-120
/
+134
*
Use single master secret generation function.
Dr. Stephen Henson
2015-06-29
1
-45
/
+11
*
Tidy up ssl3_digest_cached_records logic.
Dr. Stephen Henson
2015-06-23
1
-20
/
+12
*
Remove SESS_CERT entirely.
Dr. Stephen Henson
2015-06-22
1
-11
/
+0
*
Move peer chain to SSL_SESSION structure.
Dr. Stephen Henson
2015-06-22
1
-2
/
+2
*
Clean premaster_secret for GOST
Matt Caswell
2015-06-04
1
-0
/
+1
*
clear/cleanse cleanup
Rich Salz
2015-05-30
1
-2
/
+1
*
Remove support for OPENSSL_NO_TLSEXT
Matt Caswell
2015-05-22
1
-33
/
+13
*
CERT tidy
Dr. Stephen Henson
2015-05-18
1
-4
/
+4
*
Further version negotiation updates
Matt Caswell
2015-05-16
1
-25
/
+21
*
Move SSLv3_*method() functions
Matt Caswell
2015-05-16
1
-14
/
+0
*
Updates following review comments
Matt Caswell
2015-05-16
1
-8
/
+122
*
Server side version negotiation rewrite
Matt Caswell
2015-05-16
1
-223
/
+384
*
Identify and move OpenSSL internal header files
Richard Levitte
2015-05-14
1
-1
/
+1
*
Remove Kerberos support from libssl
Matt Caswell
2015-05-13
1
-209
/
+9
*
Don't allow a CCS when expecting a CertificateVerify
Matt Caswell
2015-05-13
1
-50
/
+24
[next]