index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ssl
/
s2_srvr.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Security framework.
Dr. Stephen Henson
2014-03-28
1
-0
/
+6
*
Experimental encrypt-then-mac support.
Dr. Stephen Henson
2013-09-08
1
-1
/
+1
*
Fix some warnings caused by __owur. Temporarily (I hope) remove the more
Ben Laurie
2011-11-14
1
-5
/
+11
*
Assorted bugfixes:
Bodo Möller
2011-02-03
1
-2
/
+3
*
Fix warnings.
Ben Laurie
2010-06-12
1
-2
/
+0
*
PR: 2055
Dr. Stephen Henson
2009-10-01
1
-1
/
+1
*
Updatde from stable branch.
Dr. Stephen Henson
2009-01-08
1
-2
/
+2
*
Type-checked (and modern C compliant) OBJ_bsearch.
Ben Laurie
2008-10-12
1
-1
/
+1
*
Change safestack reimplementation to match 0.9.8.
Dr. Stephen Henson
2007-09-07
1
-1
/
+1
*
RFC4507 (including RFC4507bis) TLS stateless session resumption support
Dr. Stephen Henson
2007-08-12
1
-1
/
+1
*
Update ssl library to support EVP_PKEY MAC API. Include generic MAC support.
Dr. Stephen Henson
2007-06-04
1
-1
/
+1
*
Avoid warnings on VC++ 2005.
Dr. Stephen Henson
2005-12-05
1
-1
/
+1
*
Let the TLSv1_method() etc. functions return a const SSL_METHOD
Nils Larsch
2005-08-14
1
-2
/
+2
*
Initialize SSL_METHOD structures at compile time. This removes the need
Dr. Stephen Henson
2005-08-06
1
-22
/
+4
*
Don't use the SSL 2.0 Client Hello format if SSL 2.0 is disabled
Bodo Möller
2005-05-11
1
-1
/
+1
*
check return value of RAND_pseudo_bytes; backport from the stable branch
Nils Larsch
2005-04-29
1
-3
/
+6
*
Constify d2i, s2i, c2i and r2i functions and other associated
Richard Levitte
2004-03-16
1
-2
/
+4
*
Avoid including cryptlib.h, it's not really needed.
Richard Levitte
2003-12-27
1
-1
/
+0
*
Security fixes brought forward from 0.9.7.
Ben Laurie
2002-11-13
1
-2
/
+2
*
really fix race conditions
Bodo Möller
2002-09-25
1
-5
/
+8
*
really fix race condition
Bodo Möller
2002-09-23
1
-0
/
+4
*
use correct function code in error message
Bodo Möller
2002-08-15
1
-1
/
+1
*
get rid of OpenSSLDie
Bodo Möller
2002-08-02
1
-15
/
+43
*
OpenSSL Security Advisory [30 July 2002]
Lutz Jänicke
2002-07-30
1
-0
/
+14
*
Prototype info function.
Ben Laurie
2002-01-12
1
-1
/
+1
*
cast to unsigned int, not to int to avoid the warning -- all these
Bodo Möller
2001-11-14
1
-2
/
+2
*
unsigned int vs. int.
Richard Levitte
2001-11-14
1
-1
/
+1
*
make code a little more similar to what it looked like before the fixes,
Bodo Möller
2001-11-10
1
-3
/
+8
*
Implement msg_callback for SSL 2.0.
Bodo Möller
2001-11-10
1
-20
/
+129
*
Fix SSL handshake functions and SSL_clear() such that SSL_clear()
Bodo Möller
2001-10-24
1
-1
/
+1
*
Retain compatibility of EVP_DigestInit() and EVP_DigestFinal()
Dr. Stephen Henson
2001-10-16
1
-1
/
+1
*
Really add the EVP and all of the DES changes.
Ben Laurie
2001-07-31
1
-1
/
+2
*
Fix Bleichenbacher PKCS #1 1.5 countermeasure.
Bodo Möller
2001-06-01
1
-1
/
+2
*
Use new-style system-id macros everywhere possible. I hope I haven't
Richard Levitte
2001-02-20
1
-2
/
+2
*
New Option SSL_OP_CIPHER_SERVER_PREFERENCE allows TLS/SSLv3 server to override
Lutz Jänicke
2001-02-09
1
-6
/
+23
*
There have been a number of complaints from a number of sources that names
Richard Levitte
2000-06-02
1
-2
/
+2
*
Tolerate fragmentation and interleaving in the SSL 3/TLS record layer.
Bodo Möller
2000-02-21
1
-1
/
+1
*
ispell (and minor modifications)
Ulf Möller
2000-02-04
1
-1
/
+1
*
Check RAND_bytes() return value or use RAND_pseudo_bytes().
Ulf Möller
2000-01-21
1
-3
/
+3
*
Add missing #ifndefs that caused missing symbols when building libssl
Ulf Möller
2000-01-16
1
-3
/
+3
*
Precautions against using the PRNG uninitialized: RAND_bytes() now
Ulf Möller
2000-01-13
1
-1
/
+1
*
Make NO_RSA compile with pedantic.
Ben Laurie
2000-01-08
1
-0
/
+6
*
Store verify_result with sessions to avoid potential security hole.
Bodo Möller
1999-11-17
1
-0
/
+1
*
"extern" is a C++ reserved word.
Ulf Möller
1999-06-09
1
-9
/
+9
*
New structure type SESS_CERT used instead of CERT inside SSL_SESSION.
Bodo Möller
1999-05-13
1
-6
/
+30
*
No actual change, but the cert_st member of struct ssl_session_st is now
Bodo Möller
1999-05-09
1
-10
/
+10
*
New Configure option no-<cipher> (rsa, idea, rc5, ...).
Ulf Möller
1999-04-27
1
-1
/
+2
*
Remove NOPROTO definitions and error code comments.
Ulf Möller
1999-04-26
1
-13
/
+0
*
Change #include filenames from <foo.h> to <openssl.h>.
Bodo Möller
1999-04-24
1
-4
/
+4
*
Fixed some race conditions.
Bodo Möller
1999-04-22
1
-1
/
+1
[next]