index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ssl
/
s3_srvr.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix for CVE-2014-0224
Dr. Stephen Henson
2014-06-05
1
-0
/
+5
*
Allocate extra space when NETSCAPE_HANG_BUG defined.
David Ramos
2014-06-01
1
-0
/
+5
*
Replace manual ASN1 decoder with ASN1_get_object
Serguei E. Leontiev
2014-05-12
1
-16
/
+7
*
Security framework.
Dr. Stephen Henson
2014-03-28
1
-5
/
+39
*
Check return value of ssl3_output_cert_chain
Dr. Stephen Henson
2014-03-28
1
-1
/
+5
*
Auto DH support.
Dr. Stephen Henson
2014-03-28
1
-2
/
+15
*
Retry callback only after ClientHello received.
Piotr Sikora
2014-03-19
1
-1
/
+1
*
fix WIN32 warnings
Dr. Stephen Henson
2014-02-20
1
-1
/
+1
*
Fix whitespace, new-style comments.
Ben Laurie
2014-02-05
1
-8
/
+7
*
Re-add alert variables removed during rebase
Scott Deboy
2014-02-05
1
-14
/
+15
*
Update custom TLS extension and supplemental data 'generate' callbacks to sup...
Scott Deboy
2014-02-05
1
-4
/
+9
*
Check i before r[i].
Dr. Stephen Henson
2014-01-28
1
-2
/
+2
*
Support retries in certificate callback
Dr. Stephen Henson
2014-01-26
1
-10
/
+22
*
use SSL_kDHE throughout instead of SSL_kEDH
Daniel Kahn Gillmor
2014-01-09
1
-4
/
+4
*
use SSL_kECDHE throughout instead of SSL_kEECDH
Daniel Kahn Gillmor
2014-01-09
1
-6
/
+6
*
Don't change version number if session established
Dr. Stephen Henson
2014-01-02
1
-4
/
+5
*
Use correct header length in ssl3_send_certifcate_request
Dr. Stephen Henson
2013-11-17
1
-2
/
+2
*
Fix another gmt_unix_time case in server_random
Nick Mathewson
2013-10-21
1
-7
/
+1
*
Do not include a timestamp in the Client/ServerHello Random field.
Nick Mathewson
2013-10-21
1
-4
/
+1
*
More cleanup.
Ben Laurie
2013-09-06
1
-2
/
+0
*
Make it build.
Ben Laurie
2013-09-06
1
-12
/
+16
*
Add callbacks supporting generation and retrieval of supplemental data entrie...
Scott Deboy
2013-09-06
1
-87
/
+151
*
This change alters the processing of invalid, RSA pre-master secrets so
Adam Langley
2013-06-13
1
-45
/
+89
*
Suite B support for DTLS 1.2
Dr. Stephen Henson
2013-04-09
1
-0
/
+7
*
Always return errors in ssl3_get_client_hello
Dr. Stephen Henson
2013-04-09
1
-4
/
+4
*
Dual DTLS version methods.
Dr. Stephen Henson
2013-04-09
1
-2
/
+27
*
Use enc_flags when deciding protocol variations.
Dr. Stephen Henson
2013-03-18
1
-13
/
+11
*
DTLS revision.
Dr. Stephen Henson
2013-03-18
1
-91
/
+41
*
stop warning when compiling with no-comp
Dr. Stephen Henson
2012-12-30
1
-1
/
+4
*
change inaccurate error message
Dr. Stephen Henson
2012-11-26
1
-1
/
+1
*
Call OCSP Stapling callback after ciphersuite has been chosen, so the
Ben Laurie
2012-09-11
1
-0
/
+10
*
Add three Suite B modes to TLS code, supporting RFC6460.
Dr. Stephen Henson
2012-08-15
1
-2
/
+2
*
Abort handshake if signature algorithm used not supported by peer.
Dr. Stephen Henson
2012-07-24
1
-16
/
+5
*
set ciphers to NULL before calling cert_cb
Dr. Stephen Henson
2012-07-20
1
-1
/
+1
*
New function ssl_set_client_disabled to set masks for any ciphersuites
Dr. Stephen Henson
2012-07-18
1
-2
/
+4
*
Add certificate callback. If set this is called whenever a certificate
Dr. Stephen Henson
2012-06-29
1
-0
/
+8
*
Add support for application defined signature algorithms for use with
Dr. Stephen Henson
2012-06-22
1
-1
/
+1
*
Parse authz correctly.
Ben Laurie
2012-06-06
1
-0
/
+4
*
Version skew reduction: trivia (I hope).
Ben Laurie
2012-06-04
1
-3
/
+2
*
RFC 5878 support.
Ben Laurie
2012-05-30
1
-2
/
+114
*
Submitted by: Peter Sylvester <peter.sylvester@edelweb.fr>
Dr. Stephen Henson
2012-04-24
1
-5
/
+1
*
oops, not yet ;-)
Dr. Stephen Henson
2012-04-23
1
-8
/
+0
*
update NEWS
Dr. Stephen Henson
2012-04-23
1
-0
/
+8
*
s3_srvr.c: fix typo.
Andy Polyakov
2012-04-15
1
-1
/
+1
*
Submitted by: Peter Sylvester <peter.sylvester@edelweb.fr>
Dr. Stephen Henson
2012-04-06
1
-7
/
+2
*
Add support for automatic ECDH temporary key parameter selection. When
Dr. Stephen Henson
2012-04-05
1
-2
/
+11
*
initialise i if n == 0
Dr. Stephen Henson
2012-02-22
1
-0
/
+2
*
Fix bug in CVE-2011-4619: check we have really received a client hello
Dr. Stephen Henson
2012-02-16
1
-8
/
+7
*
Revise ssl code to use a CERT_PKEY structure when outputting a
Dr. Stephen Henson
2012-01-26
1
-4
/
+4
*
add support for use of fixed DH client certificates
Dr. Stephen Henson
2012-01-25
1
-30
/
+46
[next]