projects
/
oweals
/
openssl.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
free null cleanup finale
[oweals/openssl.git]
/
ssl
/
s23_srvr.c
2015-04-16
Viktor Dukhovni
Code style: space after 'if'
blob
|
commitdiff
|
raw
2015-03-26
Matt Caswell
Move s->packet and s->packet_length into s->rlayer
blob
|
commitdiff
|
raw
|
diff to current
2015-03-26
Matt Caswell
Provide RECORD_LAYER_set_data function
blob
|
commitdiff
|
raw
|
diff to current
2015-03-26
Matt Caswell
Encapsulate SSL3_BUFFER and all access to s->s3->rbuf.
blob
|
commitdiff
|
raw
|
diff to current
2015-03-23
Matt Caswell
Fix missing return value checks
blob
|
commitdiff
|
raw
|
diff to current
2015-02-06
Rich Salz
dead code cleanup: #if 0 in ssl
blob
|
commitdiff
|
raw
|
diff to current
2015-01-22
Matt Caswell
Re-align some comments after running the reformat script.
blob
|
commitdiff
|
raw
|
diff to current
2015-01-22
Matt Caswell
Run util/openssl-format-source -v -c .
blob
|
commitdiff
|
raw
|
diff to current
2015-01-22
Matt Caswell
indent has problems with comments that are on the right...
blob
|
commitdiff
|
raw
|
diff to current
2015-01-22
Matt Caswell
Fix source where indent will not be able to cope
blob
|
commitdiff
|
raw
|
diff to current
2014-12-30
Tim Hudson
mark all block comments that need format preserving...
blob
|
commitdiff
|
raw
|
diff to current
2014-12-13
Matt Caswell
Fixed memory leak if BUF_MEM_grow fails
blob
|
commitdiff
|
raw
|
diff to current
2014-12-08
Dr. Stephen Henson
Remove some unnecessary OPENSSL_FIPS references
blob
|
commitdiff
|
raw
|
diff to current
2014-12-04
Kurt Roeckx
Remove SSLv2 support
blob
|
commitdiff
|
raw
|
diff to current
2014-10-21
Kurt Roeckx
Keep old method in case of an unsupported protocol
blob
|
commitdiff
|
raw
|
diff to current
2014-10-15
Geoff Thorpe
Fix no-ssl3 configuration option
blob
|
commitdiff
|
raw
|
diff to current
2014-10-15
Bodo Moeller
Support TLS_FALLBACK_SCSV.
blob
|
commitdiff
|
raw
|
diff to current
2014-08-06
David Benjamin
Fix protocol downgrade bug in case of fragmented packets
blob
|
commitdiff
|
raw
|
diff to current
2014-03-28
Dr. Stephen Henson
Security framework.
blob
|
commitdiff
|
raw
|
diff to current
2012-08-15
Dr. Stephen Henson
Add three Suite B modes to TLS code, supporting RFC6460.
blob
|
commitdiff
|
raw
|
diff to current
2011-05-19
Dr. Stephen Henson
Implement FIPS_mode and FIPS_mode_set
blob
|
commitdiff
|
raw
|
diff to current
2011-04-29
Dr. Stephen Henson
Initial incomplete TLS v1.2 support. New ciphersuites...
blob
|
commitdiff
|
raw
|
diff to current
2010-02-16
Dr. Stephen Henson
PR: 2171
blob
|
commitdiff
|
raw
|
diff to current
2010-01-13
Dr. Stephen Henson
Fix version handling so it can cope with a major versio...
blob
|
commitdiff
|
raw
|
diff to current
2009-12-07
Dr. Stephen Henson
Initial experimental TLSv1.1 support
blob
|
commitdiff
|
raw
|
diff to current
2009-11-18
Dr. Stephen Henson
Servers can't end up talking SSLv2 with legacy renegoti...
blob
|
commitdiff
|
raw
|
diff to current
2008-06-03
Ben Laurie
Memory saving patch.
blob
|
commitdiff
|
raw
|
diff to current
2006-11-29
Bodo Möller
fix support for receiving fragmented handshake messages
blob
|
commitdiff
|
raw
|
diff to current
2006-01-03
Bodo Möller
Various changes in the new TLS extension code, includin...
blob
|
commitdiff
|
raw
|
diff to current
2006-01-02
Bodo Möller
Support TLS extensions (specifically, HostName)
blob
|
commitdiff
|
raw
|
diff to current
2005-12-05
Dr. Stephen Henson
Avoid warnings on VC++ 2005.
blob
|
commitdiff
|
raw
|
diff to current
2005-10-26
Bodo Möller
Add fixes for CAN-2005-2969.
blob
|
commitdiff
|
raw
|
diff to current
2005-08-14
Nils Larsch
Let the TLSv1_method() etc. functions return a const...
blob
|
commitdiff
|
raw
|
diff to current
2005-08-05
Dr. Stephen Henson
Initialize SSL_METHOD structures at compile time. This...
blob
|
commitdiff
|
raw
|
diff to current
2002-11-13
Ben Laurie
Security fixes brought forward from 0.9.7.
blob
|
commitdiff
|
raw
|
diff to current
2002-09-25
Bodo Möller
really fix race conditions
blob
|
commitdiff
|
raw
|
diff to current
2002-09-23
Bodo Möller
really fix race condition
blob
|
commitdiff
|
raw
|
diff to current
2002-07-10
Lutz Jänicke
Reorder inclusion of header files:
blob
|
commitdiff
|
raw
|
diff to current
2002-04-14
Bodo Möller
fix length field we create when converting SSL 2.0...
blob
|
commitdiff
|
raw
|
diff to current
2002-01-12
Ben Laurie
Prototype info function.
blob
|
commitdiff
|
raw
|
diff to current
2001-11-10
Bodo Möller
Implement msg_callback for SSL 2.0.
blob
|
commitdiff
|
raw
|
diff to current
2001-10-25
Bodo Möller
Assume TLS 1.0 when ClientHello fragment is too short.
blob
|
commitdiff
|
raw
|
diff to current
2001-10-24
Bodo Möller
Fix SSL handshake functions and SSL_clear() such that...
blob
|
commitdiff
|
raw
|
diff to current
2001-10-20
Bodo Möller
New functions SSL[_CTX]_set_msg_callback().
blob
|
commitdiff
|
raw
|
diff to current
2001-10-16
Bodo Möller
The message header for fake SSL 3.0/TLS 1.0 client...
blob
|
commitdiff
|
raw
|
diff to current
2001-10-15
Bodo Möller
Change ssl3_get_message and the functions using it...
blob
|
commitdiff
|
raw
|
diff to current
2001-08-01
Lutz Jänicke
Remove SSL_OP_NON_EXPORT_FIRST:
blob
|
commitdiff
|
raw
|
diff to current
2001-02-20
Richard Levitte
Use new-style system-id macros everywhere possible...
blob
|
commitdiff
|
raw
|
diff to current
2000-09-22
Bodo Möller
Avoid protocol rollback.
blob
|
commitdiff
|
raw
|
diff to current
2000-07-29
Bodo Möller
Document rollback issues.
blob
|
commitdiff
|
raw
|
diff to current
2000-07-29
Bodo Möller
Fix SSL 2.0 rollback checking: The previous implementat...
blob
|
commitdiff
|
raw
|
diff to current
2000-06-01
Richard Levitte
There have been a number of complaints from a number...
blob
|
commitdiff
|
raw
|
diff to current
2000-02-24
Ulf Möller
Fix NO_RSA (misplaced #endif).
blob
|
commitdiff
|
raw
|
diff to current
2000-02-22
Dr. Stephen Henson
Change EVP_MD_CTX_type so it is more logical and add...
blob
|
commitdiff
|
raw
|
diff to current
2000-02-20
Bodo Möller
Workaround for irrelevant problem.
blob
|
commitdiff
|
raw
|
diff to current
2000-02-20
Bodo Möller
Tolerate fragmentation and interleaving in the SSL...
blob
|
commitdiff
|
raw
|
diff to current
2000-02-03
Ulf Möller
ispell (and minor modifications)
blob
|
commitdiff
|
raw
|
diff to current
2000-01-16
Bodo Möller
SSL_R_UNSUPPORTED_PROTOCOL (as in s23_clnt.c) for SSL...
blob
|
commitdiff
|
raw
|
diff to current
2000-01-16
Ulf Möller
Add missing #ifndefs that caused missing symbols when...
blob
|
commitdiff
|
raw
|
diff to current
2000-01-13
Ulf Möller
Precautions against using the PRNG uninitialized: RAND_...
blob
|
commitdiff
|
raw
|
diff to current
2000-01-11
Bodo Möller
Clean up some of the SSL server code.
blob
|
commitdiff
|
raw
|
diff to current
1999-09-13
Bodo Möller
Set s->version correctly for "natural" SSL 3.0 client...
blob
|
commitdiff
|
raw
|
diff to current
1999-09-10
Bodo Möller
Repair another bug in s23_get_client_hello:
blob
|
commitdiff
|
raw
|
diff to current
1999-09-03
Bodo Möller
use explicit constant 11 just once
blob
|
commitdiff
|
raw
|
diff to current
1999-09-03
Bodo Möller
Make previous bugfix actually work
blob
|
commitdiff
|
raw
|
diff to current
1999-09-03
Bodo Möller
Fix server behaviour when facing backwards-compatible...
blob
|
commitdiff
|
raw
|
diff to current
1999-08-18
Bodo Möller
Fix horrible (and hard to track down) bug in ssl23_get_...
blob
|
commitdiff
|
raw
|
diff to current
1999-04-27
Ulf Möller
Undo.
blob
|
commitdiff
|
raw
|
diff to current
1999-04-27
Ulf Möller
New Configure option no-<cipher> (rsa, idea, rc5, ...
blob
|
commitdiff
|
raw
|
diff to current
1999-04-26
Ulf Möller
Remove NOPROTO definitions and error code comments.
blob
|
commitdiff
|
raw
|
diff to current
1999-04-23
Bodo Möller
Change #include filenames from <foo.h> to <openssl.h>.
blob
|
commitdiff
|
raw
|
diff to current
1999-04-22
Bodo Möller
Fixed some race conditions.
blob
|
commitdiff
|
raw
|
diff to current
1999-04-19
Ulf Möller
Change functions to ANSI C.
blob
|
commitdiff
|
raw
|
diff to current
1999-04-12
Ben Laurie
Add type-safe STACKs and SETs.
blob
|
commitdiff
|
raw
|
diff to current
1999-04-09
Bodo Möller
Tiny comment to improve code comprehensibility.
blob
|
commitdiff
|
raw
|
diff to current
1999-02-21
Ben Laurie
Add support for new TLS export ciphersuites.
blob
|
commitdiff
|
raw
|
diff to current
1999-02-16
Mark J. Cox
Updates to the new SSL compression code
blob
|
commitdiff
|
raw
|
diff to current
1999-02-09
Ben Laurie
More exactitude with function arguments.
blob
|
commitdiff
|
raw
|
diff to current
1999-01-31
Dr. Stephen Henson
Fix various stuff: that VC++ 5.0 chokes on:
blob
|
commitdiff
|
raw
|
diff to current
1998-12-21
Ralf S. Engelschall
This commit was generated by cvs2svn to track changes...
blob
|
commitdiff
|
raw
|
diff to current
1998-12-21
Ralf S. Engelschall
Import of old SSLeay release: SSLeay 0.9.1b (unreleased)
SSLeay
blob
|
commitdiff
|
raw
|
diff to current
1998-12-21
Ralf S. Engelschall
This commit was generated by cvs2svn to track changes...
blob
|
commitdiff
|
raw
|
diff to current
1998-12-21
Ralf S. Engelschall
Import of old SSLeay release: SSLeay 0.9.0b
blob
|
commitdiff
|
raw
|
diff to current
1998-12-21
Ralf S. Engelschall
This commit was generated by cvs2svn to track changes...
blob
|
commitdiff
|
raw
|
diff to current
1998-12-21
Ralf S. Engelschall
This commit was generated by cvs2svn to track changes...
blob
|
commitdiff
|
raw
|
diff to current
1998-12-21
Ralf S. Engelschall
Import of old SSLeay release: SSLeay 0.8.1b
blob
|
commitdiff
|
raw
|
diff to current
1998-12-21
Ralf S. Engelschall
This commit was generated by cvs2svn to track changes...
blob
|
commitdiff
|
raw
|
diff to current