index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ssl
/
s3_lib.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
a ssl object needs it's own instance of a ecdh key; remove obsolete comment
Nils Larsch
2005-08-08
1
-3
/
+3
*
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-06
1
-40
/
+6
*
make
Nils Larsch
2005-07-16
1
-0
/
+2
*
"Liberate" dtls from BN dependency. Fix bug in replay/update.
Andy Polyakov
2005-06-08
1
-5
/
+2
*
pqueue and dtls uses 64-bit values. Unfortunately, OpenSSL doesn't
Richard Levitte
2005-05-31
1
-0
/
+6
*
Fix various incorrect error function codes.
Bodo Möller
2005-04-26
1
-1
/
+1
*
Add DTLS support.
Ben Laurie
2005-04-26
1
-6
/
+10
*
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
-0
/
+1
*
Avoid including cryptlib.h, it's not really needed.
Richard Levitte
2003-12-27
1
-0
/
+2
*
A general spring-cleaning (in autumn) to fix up signed/unsigned warnings.
Geoff Thorpe
2003-10-29
1
-1
/
+1
*
Cleanse memory using the new OPENSSL_cleanse() function.
Richard Levitte
2002-11-28
1
-1
/
+1
*
Sun has agreed to removing the covenant language from most files.
Bodo Möller
2002-10-29
1
-13
/
+0
*
Typos.
Richard Levitte
2002-10-15
1
-4
/
+4
*
RFC 2712 redefines the codes for use of Kerberos 5 in SSL/TLS.
Richard Levitte
2002-10-10
1
-30
/
+144
*
really fix race conditions
Bodo Möller
2002-09-25
1
-7
/
+10
*
ECC ciphersuite support
Bodo Möller
2002-08-09
1
-1
/
+498
*
Ciphers with NULL encryption were not properly handled because they were
Lutz Jänicke
2002-07-10
1
-4
/
+4
*
Implement known-IV countermeasure.
Bodo Möller
2002-04-14
1
-7
/
+11
*
fix ssl3_pending
Bodo Möller
2002-03-15
1
-1
/
+4
*
Add missing strength entries.
Lutz Jänicke
2002-03-14
1
-5
/
+5
*
New functions SSL[_CTX]_set_msg_callback().
Bodo Möller
2001-10-20
1
-3
/
+3
*
Fix SSL memory leak.
Ben Laurie
2001-08-28
1
-0
/
+3
*
Really add the EVP and all of the DES changes.
Ben Laurie
2001-07-31
1
-0
/
+5
*
Include kssl_lcl.h where needed.
Richard Levitte
2001-07-11
1
-0
/
+1
*
Changes to the Kerberos SSL code by Jeffrey Altman <jaltman@columbia.edu>
Richard Levitte
2001-07-11
1
-0
/
+7
*
Change all calls to low level digest routines in the library and
Dr. Stephen Henson
2001-06-20
1
-2
/
+0
*
Consistently use 'void *' for SSL read, peek and write functions.
Bodo Möller
2001-03-09
1
-1
/
+1
*
Use new-style system-id macros everywhere possible. I hope I haven't
Richard Levitte
2001-02-20
1
-26
/
+26
*
New Option SSL_OP_CIPHER_SERVER_PREFERENCE allows TLS/SSLv3 server to override
Lutz Jänicke
2001-02-09
1
-10
/
+36
*
Fix AES code.
Dr. Stephen Henson
2001-02-07
1
-6
/
+154
*
Rijdael CBC mode and partial undebugged SSL support.
Ben Laurie
2001-02-06
1
-0
/
+13
*
Fix SSL_peek and SSL_pending.
Bodo Möller
2000-12-25
1
-2
/
+1
*
typo
Bodo Möller
2000-12-14
1
-1
/
+1
*
First step towards SSL_peek fix.
Bodo Möller
2000-12-14
1
-27
/
+63
*
First tentative impementation of Kerberos 5 cryptos and keys for SSL/TLS. Im...
Richard Levitte
2000-11-30
1
-3
/
+96
*
Comments on SSL_peek deficiencies
Bodo Möller
2000-11-28
1
-2
/
+2
*
Disable SSL_peek until it is fixed.
Bodo Möller
2000-11-28
1
-1
/
+5
*
tag SSL_peek bugs
Bodo Möller
2000-11-17
1
-0
/
+1
*
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-02
1
-6
/
+6
*
Use correct function names in SSLerr macros.
Bodo Möller
2000-03-14
1
-1
/
+1
*
Copy DH key (if available) in addition to the bare parameters
Bodo Möller
2000-03-13
1
-24
/
+35
*
Fix some bugs and document others
Bodo Möller
2000-02-21
1
-0
/
+4
*
Move the registration of callback functions to special functions
Richard Levitte
2000-02-21
1
-27
/
+82
*
Tolerate fragmentation and interleaving in the SSL 3/TLS record layer.
Bodo Möller
2000-02-21
1
-29
/
+11
*
Apply Lutz Behnke's 56 bit cipher patch with a few
Dr. Stephen Henson
2000-01-22
1
-44
/
+192
*
Compaq C 6.2 for VMS will complain when we want to convert
Richard Levitte
2000-01-18
1
-4
/
+36
[next]