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
/
s2_lib.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make no-ssl2 work including on Win32 builds.
Dr. Stephen Henson
2009-04-04
1
-3
/
+0
*
If we're going to return errors (no matter how stupid), then we should
Ben Laurie
2008-12-29
1
-4
/
+7
*
Create function of the form OBJ_bsearch_xxx() in bsearch typesafe macros
Dr. Stephen Henson
2008-10-22
1
-3
/
+2
*
Fix a shed load or warnings:
Dr. Stephen Henson
2008-10-20
1
-1
/
+1
*
Type-checked (and modern C compliant) OBJ_bsearch.
Ben Laurie
2008-10-12
1
-8
/
+10
*
fix warnings/inconsistencies caused by the recent changes to the
Bodo Möller
2007-02-19
1
-0
/
+4
*
Reorganize the data used for SSL ciphersuite pattern matching.
Bodo Möller
2007-02-17
1
-33
/
+111
*
Constify version strings is ssl lib.
Dr. Stephen Henson
2007-01-21
1
-1
/
+1
*
disable some invalid ciphersuites
Bodo Möller
2005-11-15
1
-1
/
+1
*
Fix warnings.
Ben Laurie
2005-08-27
1
-1
/
+0
*
Keep cipher lists sorted in the source instead of sorting them at
Nils Larsch
2005-08-25
1
-46
/
+26
*
remove unused internal foo_base_method functions
Nils Larsch
2005-08-08
1
-5
/
+0
*
Initialize SSL_METHOD structures at compile time. This removes the need
Dr. Stephen Henson
2005-08-05
1
-38
/
+5
*
Add DTLS support.
Ben Laurie
2005-04-26
1
-0
/
+4
*
Give everything prototypes (well, everything that's actually used).
Ben Laurie
2005-03-31
1
-3
/
+3
*
Constification.
Ben Laurie
2005-03-30
1
-1
/
+1
*
(oops) Apologies all, that last header-cleanup commit was from the wrong
Geoff Thorpe
2004-04-19
1
-1
/
+0
*
Avoid including cryptlib.h, it's not really needed.
Richard Levitte
2003-12-27
1
-1
/
+2
*
A general spring-cleaning (in autumn) to fix up signed/unsigned warnings.
Geoff Thorpe
2003-10-29
1
-5
/
+7
*
Cleanse memory using the new OPENSSL_cleanse() function.
Richard Levitte
2002-11-28
1
-1
/
+1
*
Security fixes brought forward from 0.9.7.
Ben Laurie
2002-11-13
1
-3
/
+4
*
really fix race conditions
Bodo Möller
2002-09-25
1
-6
/
+10
*
oops -- must use EVP_MD_size, not EVP_MD_block_size
Bodo Möller
2002-08-03
1
-3
/
+3
*
get rid of OpenSSLDie
Bodo Möller
2002-08-02
1
-10
/
+29
*
OpenSSL Security Advisory [30 July 2002]
Lutz Jänicke
2002-07-30
1
-0
/
+6
*
Ciphers with NULL encryption were not properly handled because they were
Lutz Jänicke
2002-07-10
1
-1
/
+3
*
Implement msg_callback for SSL 2.0.
Bodo Möller
2001-11-10
1
-3
/
+7
*
New functions SSL[_CTX]_set_msg_callback().
Bodo Möller
2001-10-20
1
-2
/
+2
*
Retain compatibility of EVP_DigestInit() and EVP_DigestFinal()
Dr. Stephen Henson
2001-10-16
1
-2
/
+2
*
Really add the EVP and all of the DES changes.
Ben Laurie
2001-07-30
1
-1
/
+3
*
Change all calls to low level digest routines in the library and
Dr. Stephen Henson
2001-06-19
1
-8
/
+8
*
Use new-style system-id macros everywhere possible. I hope I haven't
Richard Levitte
2001-02-20
1
-2
/
+2
*
Finish SSL_peek/SSL_pending fixes.
Bodo Möller
2000-12-26
1
-1
/
+1
*
Fix SSL_peek and SSL_pending.
Bodo Möller
2000-12-25
1
-3
/
+0
*
Import s2_pkt.c wbuf fixes from OpenSSL_0_9_6-stable branch.
Bodo Möller
2000-12-18
1
-1
/
+7
*
Comments on SSL_peek deficiencies
Bodo Möller
2000-11-28
1
-0
/
+3
*
Fixes for Win32 build.
Dr. Stephen Henson
2000-06-21
1
-1
/
+1
*
There have been a number of complaints from a number of sources that names
Richard Levitte
2000-06-01
1
-9
/
+9
*
Move the registration of callback functions to special functions
Richard Levitte
2000-02-20
1
-0
/
+13
*
Tolerate fragmentation and interleaving in the SSL 3/TLS record layer.
Bodo Möller
2000-02-20
1
-9
/
+9
*
Get rid of evil cast.
Ben Laurie
2000-02-17
1
-1
/
+1
*
Apply Lutz Behnke's 56 bit cipher patch with a few
Dr. Stephen Henson
2000-01-22
1
-9
/
+48
*
Add missing #ifndefs that caused missing symbols when building libssl
Ulf Möller
2000-01-16
1
-3
/
+3
*
Make NO_RSA compile with pedantic.
Ben Laurie
2000-01-08
1
-0
/
+6
*
Support the EBCDIC character set and BS2000/OSD-POSIX (work in progress).
Ulf Möller
1999-06-04
1
-0
/
+5
*
OPENSSL_EXTERN, OPENSSL_GLOBAL
Bodo Möller
1999-05-15
1
-1
/
+1
*
VMS support.
Ulf Möller
1999-05-13
1
-1
/
+1
*
Message digest stuff.
Ulf Möller
1999-04-27
1
-0
/
+1
*
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
-5
/
+0
[next]