Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-18 | Update copyright year | Henrik Nord | |
2018-03-09 | ssl: Remove interoperability option v2_hello_compatible | Ingela Anderton Andin | |
2018-01-25 | Merge branch 'ingela/DTLS-supported' | Ingela Anderton Andin | |
* ingela/DTLS-supported: ssl: Fix typo dtls: Add DTLS handling to utility functions ssl: Document enhancment ssl: Document DTLS | |||
2018-01-25 | ssl: Fix typo | Ingela Anderton Andin | |
2018-01-19 | ssl: Remove 3DES cipher suites from default | Ingela Anderton Andin | |
2018-01-17 | dtls: Add DTLS handling to utility functions | Ingela Anderton Andin | |
2018-01-16 | ssl: RSA key exchange is considered broken do not support by default | Ingela Anderton Andin | |
2017-12-13 | ssl: Document enhancment | Ingela Anderton Andin | |
2017-12-13 | ssl: Document DTLS | Ingela Anderton Andin | |
2016-09-12 | ssl: Add documentation of bypass_pem_cache application environment configuration | Ingela Anderton Andin | |
2016-06-17 | ssl: Extend list of supported features | Ingela Anderton Andin | |
Note these where supported before ssl-8.0 | |||
2016-06-16 | ssl: Fix Xmllint errors | Ingela Anderton Andin | |
2016-05-27 | ssl: Add default values and clarifications | Ingela Anderton Andin | |
2016-03-15 | update copyright-year | Henrik Nord | |
2016-02-18 | ssl: Remove DES ciphers from default configuration | Ingela Anderton Andin | |
DES is not considered secure. Also correct 'Server Name Indication' support description. | |||
2015-12-11 | [ssl] Moved description details to man(6) page | Lars Thorsen | |
2015-12-11 | [ssl] Correct the documentation so it follows the DTD | Lars Thorsen | |
2015-12-07 | ssl: Fix documentation mistakes | Ingela Anderton Andin | |
2015-12-03 | ssl: Add upper limit for session cache | Ingela Anderton Andin | |
If upper limit is reached invalidate the current cache entries, e.i the session lifetime is the max time a session will be keept, but it may be invalidated earlier if the max limit for the table is reached. This will keep the ssl manager process well behaved, not exhusting memeory. Invalidating the entries will incrementally empty the cache to make room for fresh sessions entries. | |||
2015-09-16 | ssl: Improve shutdown logic | Ingela Anderton Andin | |
Add possibility to downgrade an SSL/TLS connection to a tcp connection, and give back the socket control to a user process. Add application setting to be able to change fatal alert shutdown timeout, also shorten the default timeout. The fatal alert timeout is the number of milliseconds between sending of a fatal alert and closing the connection. Waiting a little while improves the peers chances to properly receiving the alert so it may shutdown gracefully. | |||
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2015-04-30 | ssl: Align with application naming rules | Ingela Anderton Andin | |
ssl SSL crypto Crypto stdlib STDLIB kernel Kernel public_key Public Key | |||
2015-04-09 | ssl: Document enhancements | Ingela Anderton Andin | |
2015-04-09 | ssl: Editorial updates | xsipewe | |
2015-02-06 | Merge branch 'maint' | Ingela Anderton Andin | |
Conflicts: lib/ssl/doc/src/ssl_app.xml lib/ssl/src/ssl_manager.erl | |||
2015-02-06 | ssl: Improve PEM cache by validating entries | Ingela Anderton Andin | |
The PEM cache is now validated by a background process, instead of always keeping it if it is small enough and clearing it otherwhiss. That strategy required that small caches where cleared by API function if a file changes on disk. However document the clearing API function as it can still be usefull. | |||
2014-10-13 | ssl: Separate session cache for client and server | Ingela Anderton Andin | |
Even though in the most common case an erlang node will not be both client and server, it may happen (for instance when running the erlang ditribution over TLS). Also try to mitigate the affect of dumb clients that could cause a very lagre session cache on the client side that can cause long delays in the client. The server will have other means to handle a large session table and will not do any select operations on it anyhow. | |||
2013-04-19 | Convert XML files to UTF-8 | Hans Bolinder | |
2013-02-22 | ssl: Add missing option and links | Ingela Anderton Andin | |
2013-01-25 | Update copyright years | Björn-Egil Dahlberg | |
2012-12-20 | ssl: Make TLS-1.2 default version | Ingela Anderton Andin | |
2010-06-22 | Refreshed documentation to reflect the change of default implementation. | Ingela Anderton Andin | |
Started to improve code documentation by using -spec directive, and some small refactorings to avoid ugly code. | |||
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. | |||
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |