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 ERR_R_... problems.
Bodo Möller
2001-03-07
1
-4
/
+4
*
Use new-style system-id macros everywhere possible. I hope I haven't
Richard Levitte
2001-02-20
1
-23
/
+23
*
New Option SSL_OP_CIPHER_SERVER_PREFERENCE allows TLS/SSLv3 server to override
Lutz Jänicke
2001-02-09
1
-2
/
+2
*
Zero the premaster secret after deriving the master secret in DH
Dr. Stephen Henson
2001-01-25
1
-0
/
+1
*
First tentative impementation of Kerberos 5 cryptos and keys for SSL/TLS. Im...
Richard Levitte
2000-11-30
1
-2
/
+64
*
Increase permissible ClientKeyExchange message length.
Bodo Möller
2000-11-17
1
-1
/
+1
*
Avoid abort() throughout the library, except when preprocessor
Bodo Möller
2000-09-04
1
-1
/
+4
*
typo
Bodo Möller
2000-05-25
1
-1
/
+1
*
Implement SSL_OP_TLS_ROLLBACK_BUG for servers.
Bodo Möller
2000-05-25
1
-5
/
+16
*
Comments for SSL_get_peer_cert_chain inconsistency.
Bodo Möller
2000-03-27
1
-0
/
+2
*
Allow code which calls RSA temp key callback to cope
Dr. Stephen Henson
2000-02-25
1
-0
/
+6
*
Fix NO_RSA (misplaced #endif).
Ulf Möller
2000-02-24
1
-1
/
+1
*
Fix some bugs and document others
Bodo Möller
2000-02-21
1
-29
/
+16
*
Move MAC computations for Finished from ssl3_read_bytes into
Bodo Möller
2000-02-21
1
-5
/
+6
*
Fix for Netscape "hang" bug.
Dr. Stephen Henson
2000-02-15
1
-0
/
+18
*
ispell (and minor modifications)
Ulf Möller
2000-02-04
1
-1
/
+1
*
Source code cleanups: Use void * rather than char * in lhash,
Ulf Möller
2000-01-30
1
-1
/
+1
*
Make DSA_generate_parameters, and fix a couple of bug
Bodo Möller
2000-01-30
1
-1
/
+9
*
Apply Lutz Behnke's 56 bit cipher patch with a few
Dr. Stephen Henson
2000-01-22
1
-2
/
+2
*
Check RAND_bytes() return value or use RAND_pseudo_bytes().
Ulf Möller
2000-01-21
1
-2
/
+2
*
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
/
+1
*
Make NO_RSA compile with pedantic.
Ben Laurie
2000-01-08
1
-1
/
+1
*
Use separate arrays for certificate verify and for finished hashes.
Bodo Möller
2000-01-06
1
-4
/
+4
*
Slight code cleanup for handling finished labels.
Bodo Möller
2000-01-06
1
-2
/
+2
*
Add support for MS "fast SGC".
Dr. Stephen Henson
2000-01-02
1
-7
/
+32
*
Don't request client certificate in anonymous ciphersuites
Bodo Möller
1999-12-29
1
-3
/
+13
*
Store verify_result with sessions to avoid potential security hole.
Bodo Möller
1999-11-17
1
-0
/
+1
*
Fix warnings.
Ben Laurie
1999-09-24
1
-3
/
+4
*
Add new sign and verify members to RSA_METHOD and change SSL code to use sign
Dr. Stephen Henson
1999-09-19
1
-7
/
+6
*
Fix yet another bug for client hello handling.
Bodo Möller
1999-09-11
1
-1
/
+1
*
Fix server behaviour when facing backwards-compatible client hellos.
Bodo Möller
1999-09-03
1
-5
/
+4
*
Let ssl_get_prev_session reliably work in multi-threaded settings.
Bodo Möller
1999-05-23
1
-1
/
+3
*
New structure type SESS_CERT used instead of CERT inside SSL_SESSION.
Bodo Möller
1999-05-13
1
-28
/
+20
*
No actual change, but the cert_st member of struct ssl_session_st is now
Bodo Möller
1999-05-09
1
-9
/
+9
*
Create a duplicate of the SSL_CTX's CERT in SSL_new instead of copying
Bodo Möller
1999-05-09
1
-22
/
+7
*
Annotate a bug.
Bodo Möller
1999-05-02
1
-0
/
+12
*
Message digest stuff.
Ulf Möller
1999-04-27
1
-0
/
+2
*
New Configure option no-<cipher> (rsa, idea, rc5, ...).
Ulf Möller
1999-04-27
1
-0
/
+2
*
Remove NOPROTO definitions and error code comments.
Ulf Möller
1999-04-26
1
-24
/
+0
*
Change #include filenames from <foo.h> to <openssl.h>.
Bodo Möller
1999-04-24
1
-5
/
+5
*
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
-25
/
+13
*
Add type-safe STACKs and SETs.
Ben Laurie
1999-04-12
1
-23
/
+23
*
Fix security hole.
Ben Laurie
1999-03-22
1
-0
/
+2
*
Fix export ciphersuites, again.
Ben Laurie
1999-03-06
1
-1
/
+1
*
More stuff for new TLS ciphersuites.
Ben Laurie
1999-02-21
1
-2
/
+4
*
Add support for new TLS export ciphersuites.
Ben Laurie
1999-02-21
1
-14
/
+12
*
Updates to the new SSL compression code
Mark J. Cox
1999-02-16
1
-30
/
+71
*
Fix various memory leaks in SSL, apps and DSA
Dr. Stephen Henson
1999-02-15
1
-0
/
+1
[next]