index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ssl
/
ssl_sess.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
RAND_bytes updates
Matt Caswell
2015-03-25
1
-1
/
+1
*
Fix missing return value checks
Matt Caswell
2015-03-23
1
-2
/
+4
*
Add SSL_SESSION_get0_ticket API function.
Matt Caswell
2015-02-10
1
-0
/
+8
*
Provide the API functions SSL_SESSION_has_ticket and
Matt Caswell
2015-02-10
1
-0
/
+10
*
More comment realignment
master-post-reformat
Matt Caswell
2015-01-22
1
-15
/
+15
*
Re-align some comments after running the reformat script.
Matt Caswell
2015-01-22
1
-15
/
+15
*
Rerun util/openssl-format-source -v -c .
master-post-auto-reformat
Matt Caswell
2015-01-22
1
-4
/
+2
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-867
/
+858
*
indent has problems with comments that are on the right hand side of a line.
Matt Caswell
2015-01-22
1
-4
/
+8
*
Fix source where indent will not be able to cope
Matt Caswell
2015-01-22
1
-1
/
+2
*
Further comment amendments to preserve formatting prior to source reformat
Matt Caswell
2015-01-06
1
-1
/
+2
*
mark all block comments that need format preserving so that
Tim Hudson
2014-12-30
1
-1
/
+1
*
SSL_set_session: check for NULL after allocating s->kssl_ctx->client_princ
Jonas Maebe
2014-12-10
1
-0
/
+5
*
Remove SSLv2 support
Kurt Roeckx
2014-12-04
1
-15
/
+5
*
Tighten session ticket handling
Emilia Kasper
2014-10-28
1
-1
/
+15
*
Add callbacks supporting generation and retrieval of supplemental data entrie...
Scott Deboy
2013-09-06
1
-11
/
+0
*
Provisional DTLS 1.2 support.
Dr. Stephen Henson
2013-03-26
1
-0
/
+5
*
Version skew reduction: trivia (I hope).
Ben Laurie
2012-06-04
1
-0
/
+2
*
RFC 5878 support.
Ben Laurie
2012-05-30
1
-0
/
+11
*
Initial revision of ECC extension handling.
Dr. Stephen Henson
2012-03-28
1
-26
/
+0
*
New ctrl values to clear or retrieve extra chain certs from an SSL_CTX.
Dr. Stephen Henson
2011-12-22
1
-10
/
+5
*
Fix session handling.
Bodo Möller
2011-09-05
1
-57
/
+78
*
Initial incomplete TLS v1.2 support. New ciphersuites added, new version
Dr. Stephen Henson
2011-04-30
1
-0
/
+5
*
Initial "opaque SSL" framework. If an application defines
Dr. Stephen Henson
2011-04-30
1
-0
/
+29
*
Add SRP support.
Ben Laurie
2011-03-12
1
-0
/
+7
*
PR: 2160
Dr. Stephen Henson
2010-02-01
1
-1
/
+1
*
Initial experimental TLSv1.1 support
Dr. Stephen Henson
2009-12-07
1
-0
/
+5
*
Updates from 1.0.0-stable branch.
Dr. Stephen Henson
2009-04-20
1
-0
/
+5
*
PR: 1574
Dr. Stephen Henson
2008-11-15
1
-0
/
+55
*
Fix from stable branch.
Dr. Stephen Henson
2008-09-04
1
-1
/
+1
*
Avoid warnings with -pedantic, specifically:
Dr. Stephen Henson
2008-07-05
1
-1
/
+1
*
Add client cert engine to SSL routines.
Dr. Stephen Henson
2008-06-02
1
-0
/
+22
*
LHASH revamp. make depend.
Ben Laurie
2008-05-26
1
-12
/
+13
*
Don't lookup zero length session ID.
Dr. Stephen Henson
2007-10-17
1
-1
/
+3
*
RFC4507 (including RFC4507bis) TLS stateless session resumption support
Dr. Stephen Henson
2007-08-12
1
-6
/
+34
*
Finish gcc 4.2 changes.
Dr. Stephen Henson
2007-06-07
1
-0
/
+1
*
stricter session ID context matching
Bodo Möller
2007-03-21
1
-21
/
+23
*
use user-supplied malloc functions for persistent kssl objects
Nils Larsch
2007-02-10
1
-1
/
+1
*
Win32 fixes from stable branch.
Dr. Stephen Henson
2006-11-30
1
-7
/
+7
*
replace macros with functions
Nils Larsch
2006-11-29
1
-0
/
+69
*
Implement Supported Elliptic Curves Extension.
Bodo Möller
2006-03-30
1
-0
/
+16
*
udpate Supported Point Formats Extension code
Bodo Möller
2006-03-13
1
-0
/
+1
*
Implement the Supported Point Formats Extension for ECC ciphersuites
Bodo Möller
2006-03-12
1
-0
/
+21
*
add initial support for RFC 4279 PSK SSL ciphersuites
Nils Larsch
2006-03-11
1
-0
/
+36
*
Further TLS extension updates
Bodo Möller
2006-01-09
1
-7
/
+11
*
Fixes for TLS server_name extension
Bodo Möller
2006-01-06
1
-14
/
+20
*
Various changes in the new TLS extension code, including the following:
Bodo Möller
2006-01-03
1
-2
/
+54
*
Support TLS extensions (specifically, HostName)
Bodo Möller
2006-01-03
1
-0
/
+7
*
Rewrite timeout computation in a way that is less prone to overflow.
Bodo Möller
2005-12-31
1
-1
/
+1
*
Avoid warnings on VC++ 2005.
Dr. Stephen Henson
2005-12-05
1
-1
/
+1
[next]