Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-05 | Fix version numbers and dependencies | Raimo Niskanen | |
2016-08-31 | Merge branch 'raimo/gen_statem-callback_mode/OTP-13752' into maint | Raimo Niskanen | |
* raimo/gen_statem-callback_mode/OTP-13752: ssl: Upgrade suite testing skipped if stdlib upgrade is required Fix version numbers and dependencies Conflicts: lib/ssl/src/ssl.appup.src lib/ssl/vsn.mk | |||
2016-08-25 | Fix version numbers and dependencies | Raimo Niskanen | |
2016-07-21 | Merge branch 'raimo/ssl/version-selection/maint-18/OTP-13753' into ↵ | Raimo Niskanen | |
raimo/ssl/version-selection/maint-19/OTP-13753 Conflicts: lib/ssl/vsn.mk lib/ssl/src/ssl.appup.src | |||
2016-07-21 | Improve version selection | Raimo Niskanen | |
Use the list of versions that the server allows and among those choose the highest version that is not higher than the client's version. Note that this chosen version might be lower than the client's version, but is used to improve interoperability. Patch suggested by Dimitry Borisov refering to RFC 5246 appendix E.1. | |||
2016-04-06 | ssl: Prepare for release | Ingela Anderton Andin | |
2016-01-21 | ssl: Prepare for release | Ingela Anderton Andin | |
2015-12-08 | ssl: Prepare for release | Ingela Anderton Andin | |
2015-09-18 | ssl: Correct soft upgrade test | Ingela Anderton Andin | |
Soft upgrade test did not work as expected due to that the upgrade frame work keeps the control of the test case process to itself, so we need a proxy process to receive messages from ssl test framework. | |||
2015-09-16 | ssl: Prepare for release | Ingela Anderton Andin | |
We do not want ssl_soft_upgrade_SUITE to fail, but for now we do not know the details of these changes so we use a general fallback for now. | |||
2015-06-08 | ssl: Update appup for 18 | Ingela Anderton Andin | |
2015-05-29 | ssl: Prepare for release | Ingela Anderton Andin | |
2014-12-03 | ssl: Correct appup | Ingela Anderton Andin | |
2014-12-01 | ssl: Prepare for release | Ingela Anderton Andin | |
2014-10-08 | ssl: Prepare for release | Ingela Anderton Andin | |
2014-09-10 | ssl: Prepare for release - soft upgrade | Ingela Anderton Andin | |
2014-05-28 | ssl: Prepare for release | Ingela Anderton Andin | |
2014-02-25 | ssl: Fix appup regexps and instructions | Ingela Anderton Andin | |
2014-02-25 | ssl: Prepare for release | Ingela Anderton Andin | |
2014-01-15 | ssl: Prepare for release | Ingela Anderton Andin | |
2014-01-14 | ssl: Prepare for release | Ingela Anderton Andin | |
2013-09-10 | ssl: Prepare for release | Ingela Anderton Andin | |
2013-06-05 | ssl: Prepare for release | Ingela Anderton Andin | |
2013-02-19 | ssl: Prepare for R16B | Ingela Anderton Andin | |
2013-01-22 | ssl: Prepare for R16 release | Ingela Anderton Andin | |
Remove very old and obsolete release notes, update version and appup. | |||
2012-12-06 | ssl: Prepare for release | Ingela Anderton Andin | |
2012-11-14 | ssl: Update vsn.mk and ssl.appup.src for release | Ingela Anderton Andin | |
2012-08-22 | ssl & public_key: Prepare for release | Ingela Anderton Andin | |
Tickets solved by this branch: OTP-8871, OTP-8872 and OTP-9908 | |||
2012-03-21 | Prepare for release | Ingela Anderton Andin | |
Distribution fixes so no need to soft upgrade. | |||
2011-11-11 | Prepare version and appup for release | Ingela Anderton Andin | |
2011-06-01 | The clean up of the session table now works as intended. | Ingela Anderton Andin | |
In ssl-4.1.5 temporary clean-up processes would crash resulting in that the session table would not be cleaned up (e.i. using more and more memory) and error reports would be printed, but connections would not be affected. | |||
2011-05-12 | Calling gen_tcp:connect with option {ip, {127,0,0,1}} results in an exit with | Micael Karlberg | |
reason badarg. Neither SSL nor INETS catches this, resulting in crashes with incomprehensible reasons. OTP-9289 | |||
2011-03-07 | Prepare for release | Ingela Anderton Andin | |
2011-01-17 | Prepare for release | Ingela Anderton Andin | |
2010-12-16 | Prepare for release | Ingela Anderton Andin | |
2010-12-02 | Prepare for release | Ingela Anderton Andin | |
2010-09-24 | Backwards compatibility | Ingela Anderton Andin | |
Changed implementation to retain backwards compatibility for old option {verify, 0} that shall be equivalent to {verify, verify_none}, also separate the cases unknown CA and selfsigned peer cert, and restored return value of deprecated function public_key:pem_to_der/1. | |||
2010-08-23 | Revise the public_key API | Ingela Anderton Andin | |
Cleaned up and documented the public_key API to make it useful for general use. | |||
2010-06-11 | OTP-8695 New ssl default | Ingela Anderton Andin | |
Ssl has now switched default implementation and removed deprecated certificate handling. All certificate handling is done by the public_key application. | |||
2010-06-08 | Move dsa ticket to r14a release | Ingela Anderton Andin | |
(This is the merge of r13 version to r14_dev) | |||
2010-04-19 | Prepare for release | Dan Gudmundsson | |
2010-03-16 | OTP-8510 ssl crash | Dan Gudmundsson | |
Fixed a crash in the certificate certification part. | |||
2010-02-17 | ssl: Prepare release | Dan Gudmundsson | |
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |