2016-07-20 |
FdaSilvaYY | Fix a few if(, for(, while( inside code. |
blob | commitdiff | raw |
2016-07-19 |
Matt Caswell | Remove sessions from external cache, even if internal... |
blob | commitdiff | raw | diff to current |
2016-06-14 |
Kurt Roeckx | Initialize the session_id |
blob | commitdiff | raw | diff to current |
2016-06-13 |
Matt Caswell | Ensure SSL_set_session clears the old session from... |
blob | commitdiff | raw | diff to current |
2016-06-08 |
Todd Short | Always use session_ctx when removing a session |
blob | commitdiff | raw | diff to current |
2016-05-31 |
TJ Saunders | Remove null check, per review feedback. Note this... |
blob | commitdiff | raw | diff to current |
2016-05-31 |
TJ Saunders | Add an SSL_SESSION accessor for obtaining the protocol... |
blob | commitdiff | raw | diff to current |
2016-05-20 |
Rich Salz | Rename lh_xxx,sk_xxx tp OPENSSL_{LH,SK}_xxx |
blob | commitdiff | raw | diff to current |
2016-05-17 |
Rich Salz | Copyright consolidation 01/10 |
blob | commitdiff | raw | diff to current |
2016-05-17 |
Matt Caswell | Fix some out of date comments |
blob | commitdiff | raw | diff to current |
2016-04-28 |
FdaSilvaYY | Add checks on CRYPTO_new_ex_data return value |
blob | commitdiff | raw | diff to current |
2016-04-14 |
Lyon Chen | Add SSL_SESSION_get0_hostname() |
blob | commitdiff | raw | diff to current |
2016-03-27 |
Fedor Indutny | Allow different protocol version when trying to reuse... |
blob | commitdiff | raw | diff to current |
2016-03-20 |
Rich Salz | Remove #error from include files. |
blob | commitdiff | raw | diff to current |
2016-03-08 |
Alessandro Ghedini | Convert CRYPTO_LOCK_SSL_* to new multi-threading API |
blob | commitdiff | raw | diff to current |
2016-02-11 |
Rich Salz | Move to REF_DEBUG, for consistency. |
blob | commitdiff | raw | diff to current |
2016-02-01 |
Emilia Kasper | constify PACKET |
blob | commitdiff | raw | diff to current |
2016-01-26 |
Rich Salz | Remove /* foo.c */ comments |
blob | commitdiff | raw | diff to current |
2016-01-19 |
Alessandro Ghedini | Validate ClientHello session_id field length and send... |
blob | commitdiff | raw | diff to current |
2016-01-11 |
Dr. Stephen Henson | Add lh_doall_arg inlining |
blob | commitdiff | raw | diff to current |
2016-01-07 |
Dr. Stephen Henson | Fix declarations and constification for inline stack. |
blob | commitdiff | raw | diff to current |
2015-12-16 |
Rich Salz | Rename some BUF_xxx to OPENSSL_xxx |
blob | commitdiff | raw | diff to current |
2015-12-08 |
Dr. Stephen Henson | Extended master secret fixes and checks. |
blob | commitdiff | raw | diff to current |
2015-12-01 |
Rich Salz | ex_data part 2: doc fixes and CRYPTO_free_ex_index. |
blob | commitdiff | raw | diff to current |
2015-11-23 |
Rich Salz | Fix a few missed "if (!ptr)" cleanups |
blob | commitdiff | raw | diff to current |
2015-11-09 |
Matt Caswell | Standardise our style for checking malloc failures |
blob | commitdiff | raw | diff to current |
2015-10-09 |
Emilia Kasper | DTLS: remove unused cookie field |
blob | commitdiff | raw | diff to current |
2015-10-05 |
Emilia Kasper | Add PACKET_copy_all |
blob | commitdiff | raw | diff to current |
2015-10-05 |
Emilia Kasper | ssl_sess.c: grab a copy of the session ID |
blob | commitdiff | raw | diff to current |
2015-10-05 |
Emilia Kasper | ssl3_get_client_hello: rearrange logic |
blob | commitdiff | raw | diff to current |
2015-09-03 |
Rich Salz | remove 0 assignments. |
blob | commitdiff | raw | diff to current |
2015-09-03 |
Rich Salz | Add and use OPENSSL_zalloc |
blob | commitdiff | raw | diff to current |
2015-08-31 |
Dr. Stephen Henson | Add X509_up_ref function. |
blob | commitdiff | raw | diff to current |
2015-08-03 |
Matt Caswell | PACKETise ClientHello processing |
blob | commitdiff | raw | diff to current |
2015-06-30 |
Dr. Stephen Henson | Dup peer_chain properly in SSL_SESSION |
blob | commitdiff | raw | diff to current |
2015-06-22 |
Dr. Stephen Henson | Remove SESS_CERT entirely. |
blob | commitdiff | raw | diff to current |
2015-06-22 |
Dr. Stephen Henson | Move peer chain to SSL_SESSION structure. |
blob | commitdiff | raw | diff to current |
2015-06-11 |
Matt Caswell | More ssl_session_dup fixes |
blob | commitdiff | raw | diff to current |
2015-06-02 |
Matt Caswell | Fix race condition in NewSessionTicket |
blob | commitdiff | raw | diff to current |
2015-05-22 |
Matt Caswell | Remove support for OPENSSL_NO_TLSEXT |
blob | commitdiff | raw | diff to current |
2015-05-13 |
Matt Caswell | Remove Kerberos support from libssl |
blob | commitdiff | raw | diff to current |
2015-05-06 |
Rich Salz | memset, memcpy, sizeof consistency fixes |
blob | commitdiff | raw | diff to current |
2015-05-04 |
Rich Salz | Use safer sizeof variant in malloc |
blob | commitdiff | raw | diff to current |
2015-05-01 |
Rich Salz | free NULL cleanup -- coda |
blob | commitdiff | raw | diff to current |
2015-05-01 |
Rich Salz | free null cleanup finale |
blob | commitdiff | raw | diff to current |
2015-04-30 |
Matt Caswell | Add sanity check to ssl_get_prev_session |
blob | commitdiff | raw | diff to current |
2015-04-30 |
Rich Salz | free cleanup almost the finale |
blob | commitdiff | raw | diff to current |
2015-04-30 |
Rich Salz | free NULL cleanup 5a |
blob | commitdiff | raw | diff to current |
2015-04-28 |
Rich Salz | remove malloc casts |
blob | commitdiff | raw | diff to current |
2015-04-16 |
Viktor Dukhovni | Code style: space after 'if' |
blob | commitdiff | raw | diff to current |
2015-04-14 |
Matt Caswell | Fix ssl_get_prev_session overrun |
blob | commitdiff | raw | diff to current |
2015-04-11 |
Rich Salz | free NULL cleanup 9 |
blob | commitdiff | raw | diff to current |
2015-04-11 |
Rich Salz | free NULL cleanup 10 |
blob | commitdiff | raw | diff to current |
2015-03-25 |
Matt Caswell | RAND_bytes updates |
blob | commitdiff | raw | diff to current |
2015-03-23 |
Matt Caswell | Fix missing return value checks |
blob | commitdiff | raw | diff to current |
2015-02-10 |
Matt Caswell | Add SSL_SESSION_get0_ticket API function. |
blob | commitdiff | raw | diff to current |
2015-02-10 |
Matt Caswell | Provide the API functions SSL_SESSION_has_ticket and |
blob | commitdiff | raw | diff to current |
2015-01-22 |
Matt Caswell | More comment realignment master-post-reformat |
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 | Rerun util/openssl-format-source -v -c . master-post-auto-reformat |
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 |
2015-01-06 |
Matt Caswell | Further comment amendments to preserve formatting prior... |
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-10 |
Jonas Maebe | SSL_set_session: check for NULL after allocating s... |
blob | commitdiff | raw | diff to current |
2014-12-04 |
Kurt Roeckx | Remove SSLv2 support |
blob | commitdiff | raw | diff to current |
2014-10-28 |
Emilia Kasper | Tighten session ticket handling |
blob | commitdiff | raw | diff to current |
2013-09-06 |
Scott Deboy | Add callbacks supporting generation and retrieval of... |
blob | commitdiff | raw | diff to current |
2013-03-26 |
Dr. Stephen Henson | Provisional DTLS 1.2 support. |
blob | commitdiff | raw | diff to current |
2012-06-03 |
Ben Laurie | Version skew reduction: trivia (I hope). |
blob | commitdiff | raw | diff to current |
2012-05-30 |
Ben Laurie | RFC 5878 support. |
blob | commitdiff | raw | diff to current |
2012-03-28 |
Dr. Stephen Henson | Initial revision of ECC extension handling. |
blob | commitdiff | raw | diff to current |
2011-12-22 |
Dr. Stephen Henson | New ctrl values to clear or retrieve extra chain certs... |
blob | commitdiff | raw | diff to current |
2011-09-05 |
Bodo Möller | Fix session handling. |
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 |
2011-04-29 |
Dr. Stephen Henson | Initial "opaque SSL" framework. If an application defines |
blob | commitdiff | raw | diff to current |
2011-03-12 |
Ben Laurie | Add SRP support. |
blob | commitdiff | raw | diff to current |
2010-02-01 |
Dr. Stephen Henson | PR: 2160 |
blob | commitdiff | raw | diff to current |
2009-12-07 |
Dr. Stephen Henson | Initial experimental TLSv1.1 support |
blob | commitdiff | raw | diff to current |
2009-04-20 |
Dr. Stephen Henson | Updates from 1.0.0-stable branch. |
blob | commitdiff | raw | diff to current |
2008-11-15 |
Dr. Stephen Henson | PR: 1574 |
blob | commitdiff | raw | diff to current |
2008-09-03 |
Dr. Stephen Henson | Fix from stable branch. |
blob | commitdiff | raw | diff to current |
2008-07-04 |
Dr. Stephen Henson | Avoid warnings with -pedantic, specifically: |
blob | commitdiff | raw | diff to current |
2008-06-01 |
Dr. Stephen Henson | Add client cert engine to SSL routines. |
blob | commitdiff | raw | diff to current |
2008-05-26 |
Ben Laurie | LHASH revamp. make depend. |
blob | commitdiff | raw | diff to current |
2007-10-17 |
Dr. Stephen Henson | Don't lookup zero length session ID. |
blob | commitdiff | raw | diff to current |
2007-08-11 |
Dr. Stephen Henson | RFC4507 (including RFC4507bis) TLS stateless session... |
blob | commitdiff | raw | diff to current |
2007-06-07 |
Dr. Stephen Henson | Finish gcc 4.2 changes. |
blob | commitdiff | raw | diff to current |
2007-03-21 |
Bodo Möller | stricter session ID context matching |
blob | commitdiff | raw | diff to current |
2007-02-10 |
Nils Larsch | use user-supplied malloc functions for persistent kssl... |
blob | commitdiff | raw | diff to current |
2006-11-30 |
Dr. Stephen Henson | Win32 fixes from stable branch. |
blob | commitdiff | raw | diff to current |
2006-11-29 |
Nils Larsch | replace macros with functions |
blob | commitdiff | raw | diff to current |
2006-03-30 |
Bodo Möller | Implement Supported Elliptic Curves Extension. |
blob | commitdiff | raw | diff to current |
2006-03-13 |
Bodo Möller | udpate Supported Point Formats Extension code |
blob | commitdiff | raw | diff to current |
2006-03-11 |
Bodo Möller | Implement the Supported Point Formats Extension for... |
blob | commitdiff | raw | diff to current |
2006-03-10 |
Nils Larsch | add initial support for RFC 4279 PSK SSL ciphersuites |
blob | commitdiff | raw | diff to current |
2006-01-09 |
Bodo Möller | Further TLS extension updates |
blob | commitdiff | raw | diff to current |
2006-01-06 |
Bodo Möller | Fixes for TLS server_name extension |
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 |
next |