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
/
s23_srvr.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Prototype info function.
Ben Laurie
2002-01-12
1
-1
/
+1
*
Implement msg_callback for SSL 2.0.
Bodo Möller
2001-11-10
1
-1
/
+3
*
Assume TLS 1.0 when ClientHello fragment is too short.
Bodo Möller
2001-10-25
1
-7
/
+12
*
Fix SSL handshake functions and SSL_clear() such that SSL_clear()
Bodo Möller
2001-10-24
1
-1
/
+1
*
New functions SSL[_CTX]_set_msg_callback().
Bodo Möller
2001-10-20
1
-3
/
+67
*
The message header for fake SSL 3.0/TLS 1.0 client hellos created from
Bodo Möller
2001-10-16
1
-6
/
+5
*
Change ssl3_get_message and the functions using it so that complete
Bodo Möller
2001-10-15
1
-1
/
+10
*
Remove SSL_OP_NON_EXPORT_FIRST:
Lutz Jänicke
2001-08-01
1
-66
/
+0
*
Use new-style system-id macros everywhere possible. I hope I haven't
Richard Levitte
2001-02-20
1
-3
/
+3
*
Avoid protocol rollback.
Bodo Möller
2000-09-22
1
-8
/
+13
*
Document rollback issues.
Bodo Möller
2000-07-29
1
-0
/
+2
*
Fix SSL 2.0 rollback checking: The previous implementation of the
Bodo Möller
2000-07-29
1
-1
/
+2
*
There have been a number of complaints from a number of sources that names
Richard Levitte
2000-06-01
1
-3
/
+3
*
Fix NO_RSA (misplaced #endif).
Ulf Möller
2000-02-24
1
-1
/
+4
*
Change EVP_MD_CTX_type so it is more logical and add EVP_MD_CTX_md for
Dr. Stephen Henson
2000-02-22
1
-1
/
+0
*
Workaround for irrelevant problem.
Bodo Möller
2000-02-20
1
-7
/
+16
*
Tolerate fragmentation and interleaving in the SSL 3/TLS record layer.
Bodo Möller
2000-02-20
1
-0
/
+6
*
ispell (and minor modifications)
Ulf Möller
2000-02-03
1
-1
/
+1
*
SSL_R_UNSUPPORTED_PROTOCOL (as in s23_clnt.c) for SSL 2 when
Bodo Möller
2000-01-16
1
-1
/
+1
*
Add missing #ifndefs that caused missing symbols when building libssl
Ulf Möller
2000-01-16
1
-0
/
+7
*
Precautions against using the PRNG uninitialized: RAND_bytes() now
Ulf Möller
2000-01-13
1
-1
/
+1
*
Clean up some of the SSL server code.
Bodo Möller
2000-01-11
1
-1
/
+12
*
Set s->version correctly for "natural" SSL 3.0 client hello
Bodo Möller
1999-09-13
1
-0
/
+3
*
Repair another bug in s23_get_client_hello:
Bodo Möller
1999-09-10
1
-21
/
+18
*
use explicit constant 11 just once
Bodo Möller
1999-09-03
1
-3
/
+3
*
Make previous bugfix actually work
Bodo Möller
1999-09-03
1
-9
/
+4
*
Fix server behaviour when facing backwards-compatible client hellos.
Bodo Möller
1999-09-03
1
-11
/
+42
*
Fix horrible (and hard to track down) bug in ssl23_get_client_hello:
Bodo Möller
1999-08-18
1
-2
/
+6
*
Undo.
Ulf Möller
1999-04-27
1
-6
/
+0
*
New Configure option no-<cipher> (rsa, idea, rc5, ...).
Ulf Möller
1999-04-27
1
-1
/
+7
*
Remove NOPROTO definitions and error code comments.
Ulf Möller
1999-04-26
1
-8
/
+0
*
Change #include filenames from <foo.h> to <openssl.h>.
Bodo Möller
1999-04-23
1
-4
/
+4
*
Fixed some race conditions.
Bodo Möller
1999-04-22
1
-1
/
+1
*
Change functions to ANSI C.
Ulf Möller
1999-04-19
1
-7
/
+4
*
Add type-safe STACKs and SETs.
Ben Laurie
1999-04-12
1
-3
/
+3
*
Tiny comment to improve code comprehensibility.
Bodo Möller
1999-04-09
1
-1
/
+1
*
Add support for new TLS export ciphersuites.
Ben Laurie
1999-02-21
1
-1
/
+1
*
Updates to the new SSL compression code
Mark J. Cox
1999-02-16
1
-1
/
+8
*
More exactitude with function arguments.
Ben Laurie
1999-02-09
1
-1
/
+1
*
Fix various stuff: that VC++ 5.0 chokes on:
Dr. Stephen Henson
1999-01-31
1
-0
/
+2
*
Import of old SSLeay release: SSLeay 0.9.1b (unreleased)
SSLeay
Ralf S. Engelschall
1998-12-21
1
-7
/
+13
*
Import of old SSLeay release: SSLeay 0.9.0b
Ralf S. Engelschall
1998-12-21
1
-41
/
+66
*
Import of old SSLeay release: SSLeay 0.8.1b
Ralf S. Engelschall
1998-12-21
1
-0
/
+474