Revision tags: OpenSSL_1_0_1-beta2, OpenSSL-fips-2_0, OpenSSL_1_0_0g, OpenSSL_0_9_8t |
|
#
8e1dc4d7 |
| 16-Jan-2012 |
Dr. Stephen Henson |
Support for fixed DH ciphersuites. The cipher definitions of these ciphersuites have been around since SSLeay but were always disabled. Now OpenSSL supports DH certificates they can be
Support for fixed DH ciphersuites. The cipher definitions of these ciphersuites have been around since SSLeay but were always disabled. Now OpenSSL supports DH certificates they can be finally enabled. Various additional changes were needed to make them work properly: many unused fixed DH sections of code were untested.
show more ...
|
Revision tags: OpenSSL_0_9_8s, OpenSSL_1_0_0f, OpenSSL-fips-2_0-rc8, OpenSSL_1_0_1-beta1 |
|
#
4817504d |
| 31-Dec-2011 |
Dr. Stephen Henson |
PR: 2658 Submitted by: Robin Seggelmann <seggelmann@fh-muenster.de> Reviewed by: steve Support for TLS/DTLS heartbeats.
|
#
f9b0b452 |
| 22-Dec-2011 |
Dr. Stephen Henson |
New ctrl values to clear or retrieve extra chain certs from an SSL_CTX. New function to retrieve compression method from SSL_SESSION structure. Delete SSL_SESSION_get_id_len and SSL_SESS
New ctrl values to clear or retrieve extra chain certs from an SSL_CTX. New function to retrieve compression method from SSL_SESSION structure. Delete SSL_SESSION_get_id_len and SSL_SESSION_get0_id functions as they duplicate functionality of SSL_SESSION_get_id. Note: these functions have never appeared in any release version of OpenSSL.
show more ...
|
#
f2fc3075 |
| 14-Dec-2011 |
Dr. Stephen Henson |
PR: 1794 Submitted by: Peter Sylvester <peter.sylvester@edelweb.fr> Reviewed by: steve Remove unnecessary code for srp and to add some comments to s_client. - the callba
PR: 1794 Submitted by: Peter Sylvester <peter.sylvester@edelweb.fr> Reviewed by: steve Remove unnecessary code for srp and to add some comments to s_client. - the callback to provide a user during client connect is no longer necessary since rfc 5054 a connection attempt with an srp cipher and no user is terminated when the cipher is acceptable - comments to indicate in s_client the (non-)usefulness of th primalaty tests for non known group parameters.
show more ...
|
Revision tags: OpenSSL-fips-2_0-rc7, OpenSSL-fips-2_0-rc6, OpenSSL-fips-2_0-rc5, OpenSSL-fips-2_0-rc4, OpenSSL-fips-2_0-rc3 |
|
#
e0af0405 |
| 15-Nov-2011 |
Ben Laurie |
Add TLS exporter.
|
Revision tags: OpenSSL-fips-2_0-rc2, OpenSSL-fips-2_0-rc1 |
|
#
3ddc06f0 |
| 13-Oct-2011 |
Bodo Möller |
In ssl3_clear, preserve s3->init_extra along with s3->rbuf. Submitted by: Bob Buckholz <bbuckholz@google.com>
|
Revision tags: OpenSSL-fips-1_2_3, OpenSSL-fips-1_2_2, OpenSSL-fips-1_2_1, OpenSSL_1_0_0e |
|
#
e7928282 |
| 05-Sep-2011 |
Bodo Möller |
(EC)DH memory handling fixes. Submitted by: Adam Langley
|
#
28dd49fa |
| 03-Aug-2011 |
Dr. Stephen Henson |
Expand range of ctrls for AES GCM to support retrieval and setting of invocation field. Add complete support for AES GCM ciphersuites including all those in RFC5288 and RFC5289.
|
#
31475a37 |
| 25-Jul-2011 |
Dr. Stephen Henson |
oops, remove debug option
|
#
d09677ac |
| 25-Jul-2011 |
Dr. Stephen Henson |
Add HMAC ECC ciphersuites from RFC5289. Include SHA384 PRF support and prohibit use of these ciphersuites for TLS < 1.2
|
#
1c13c122 |
| 06-Jun-2011 |
Dr. Stephen Henson |
Set SSL_FIPS flag in ECC ciphersuites.
|
#
238b6361 |
| 25-May-2011 |
Dr. Stephen Henson |
use TLS1_get_version macro to check version so TLS v1.2 changes don't interfere with DTLS
|
#
7409d7ad |
| 29-Apr-2011 |
Dr. Stephen Henson |
Initial incomplete TLS v1.2 support. New ciphersuites added, new version checking added, SHA256 PRF support added. At present only RSA key exchange ciphersuites work with TLS v1.2 as the
Initial incomplete TLS v1.2 support. New ciphersuites added, new version checking added, SHA256 PRF support added. At present only RSA key exchange ciphersuites work with TLS v1.2 as the new signature format is not yet implemented.
show more ...
|
#
edc032b5 |
| 12-Mar-2011 |
Ben Laurie |
Add SRP support.
|
Revision tags: OpenSSL_1_0_0d, OpenSSL_0_9_8r, OpenSSL_0_9_8q, OpenSSL_1_0_0c, OpenSSL_0_9_8p, OpenSSL_1_0_0b |
|
#
bf48836c |
| 05-Sep-2010 |
Ben Laurie |
Fixes to NPN from Adam Langley.
|
#
f16176da |
| 26-Aug-2010 |
Bodo Möller |
Patch from PR #1833 was broken: there's no s->s3->new_session (only s->new_session).
|
#
44959ee4 |
| 26-Aug-2010 |
Dr. Stephen Henson |
PR: 1833 Submitted By: Robin Seggelmann <seggelmann@fh-muenster.de> Support for abbreviated handshakes when renegotiating.
|
#
ee2ffc27 |
| 28-Jul-2010 |
Ben Laurie |
Add Next Protocol Negotiation.
|
Revision tags: OpenSSL_0_9_8o, OpenSSL_1_0_0a, OpenSSL_1_0_0, OpenSSL_0_9_8n, OpenSSL_0_9_8m, OpenSSL_0_9_8m-beta1, OpenSSL_1_0_0-beta5, OpenSSL_1_0_0-beta4, OpenSSL_0_9_8l |
|
#
c6bec6ef |
| 16-Oct-2009 |
Dr. Stephen Henson |
PR: 2072 Submitted by: Tomas Mraz <tmraz@redhat.com> Approved by: steve@openssl.org Avoid potential doublefree and reuse of freed handshake_buffer.
|
Revision tags: OpenSSL_1_0_0-beta3 |
|
#
caa97ef1 |
| 28-May-2009 |
Dr. Stephen Henson |
Update from 1.0.0-stable.
|
#
ef236ec3 |
| 23-Apr-2009 |
Dr. Stephen Henson |
Merge from 1.0.0-stable branch.
|
Revision tags: OpenSSL_1_0_0-beta2 |
|
#
cc7399e7 |
| 07-Apr-2009 |
Dr. Stephen Henson |
Changes from 1.0.0-stable.
|
Revision tags: OpenSSL_1_0_0-beta1, OpenSSL_0_9_8k, OpenSSL_0_9_8j |
|
#
0eab41fb |
| 29-Dec-2008 |
Ben Laurie |
If we're going to return errors (no matter how stupid), then we should test for them!
|
#
e19106f5 |
| 22-Oct-2008 |
Dr. Stephen Henson |
Create function of the form OBJ_bsearch_xxx() in bsearch typesafe macros with the appropriate parameters which calls OBJ_bsearch(). A compiler will typically inline this. This avoids
Create function of the form OBJ_bsearch_xxx() in bsearch typesafe macros with the appropriate parameters which calls OBJ_bsearch(). A compiler will typically inline this. This avoids the need for cmp_xxx variables and fixes unchecked const issues with CHECKED_PTR_OF()
show more ...
|
#
babb3798 |
| 12-Oct-2008 |
Ben Laurie |
Type-checked (and modern C compliant) OBJ_bsearch.
|