Age | Commit message (Expand) | Author |
2011-03-07 | Add the option { hibernate_after, int() } to ssl:connect and ssl:listen | Jeroen Koops |
2011-02-22 | Modernized some dialyzer specs | Ingela Anderton Andin |
2011-01-13 | Reduce memory footprint | Ingela Anderton Andin |
2011-01-10 | Fixed Dialyzer specs | Ingela Anderton Andin |
2010-12-16 | Cache invalidation and consistent user closing | Ingela Anderton Andin |
2010-12-16 | Cache invaldation first version does not break old test cases | Ingela Anderton Andin |
2010-11-30 | Fixed guard and test case | Ingela Anderton Andin |
2010-11-18 | Added alert in stream cipher case. | Ingela Anderton Andin |
2010-10-21 | Merge branch 'ia/ssl/certificate-verify/wrong-key-method/OTP-8897' into dev | Björn Gustavsson |
2010-10-20 | Correct handling of client certificate verify message | Ingela Anderton Andin |
2010-10-07 | Anonymous cipher suites | Ingela Anderton Andin |
2010-09-15 | Corrected and added dialyzer specs | Ingela Anderton Andin |
2010-09-07 | Add missed DER dh option. | Ingela Anderton Andin |
2010-09-06 | Handling of path validation errors by the application | Ingela Anderton Andin |
2010-09-03 | DER format in API | Ingela Anderton Andin |
2010-08-31 | Merge branch 'dgud/ssl/handskake_client_key/OTP-8793' into dev | Dan Gudmundsson |
2010-08-27 | Fix receiving empty packets. | Dan Gudmundsson |
2010-08-26 | Fix handshake problem with multiple messages in one packet | Dan Gudmundsson |
2010-08-24 | Handling of {mode, list} | Ingela Anderton Andin |
2010-08-24 | Correct behaviour if {packet, line} and mode list are given | Thomas Lachmann |
2010-08-23 | Revise the public_key API | Ingela Anderton Andin |
2010-06-23 | Added more specs and changed from using own min/2 funtion to erlang:min/2. | Ingela Anderton Andin |
2010-06-22 | Refreshed documentation to reflect the change of default implementation. | Ingela Anderton Andin |
2010-06-11 | OTP-8695 New ssl default | Ingela Anderton Andin |
2010-06-07 | OTP-8587 DSA key support | Ingela Anderton Andin |
2010-06-04 | Fixed handling of several ssl/tls packets arriving at the same time. | Ingela Anderton Andin |
2010-05-28 | Cleaned code | Ingela Anderton Andin |
2010-05-28 | Added code to handle own alert in case MAC or padding check fails. | Ingela Anderton Andin |
2010-05-27 | Moved nodelay workaround for linux, as it seems to only work if you do | Ingela Anderton Andin |
2010-05-26 | Seems we need "nodelay socket flush" on some linux platforms after all. | Ingela Anderton Andin |
2010-05-25 | Enhancements and fixes due to coverage investegation. | Ingela Anderton Andin |
2010-05-21 | Clean up of code | Ingela Anderton Andin |
2010-05-21 | Decision not to support DH and export cipher suites and clean up. | Ingela Anderton Andin |
2010-05-17 | Removed/commented out currently dead code. | Ingela Anderton Andin |
2010-05-11 | OTP-8568 RFC -5746 | Ingela Anderton Andin |
2010-04-29 | OTP-8588 Alert and packet handling improvment | Ingela Anderton Andin |
2010-04-13 | We currently do not support fixed DH. Removal of dead code. | Ingela Anderton Andin |
2010-04-13 | Fixed dialyzer warning | Ingela Anderton Andin |
2010-04-13 | OTP-8554 Certificate extensions | Ingela Anderton Andin |
2010-04-12 | OTP-8517 Renegotiation | Ingela Anderton Andin |
2010-04-07 | Fix ssl to decode http packets in the same way as gen_tcp | Rory Byrne |
2010-04-07 | To preserve coding style of this module | Ingela Anderton Andin |
2010-04-05 | Fix verification of ssl client when fail_if_no_peer_cert | Rory Byrne |
2010-03-31 | Fixed arguments to queue:in_r in clause that is very unlikly to happen and he... | Ingela Anderton Andin |
2010-03-31 | Corrected merge errors | Ingela Anderton Andin |
2010-03-25 | OTP-7046 Support for Diffie-Hellman keyexchange | Ingela Anderton Andin |
2010-03-25 | OTP-8517 Renegotiation | Ingela Anderton Andin |
2010-02-18 | Avoid crash when trying to alert the user. | Dan Gudmundsson |
2010-02-17 | OTP-8459 Do a controlled shutdown if a non ssl packet arrives as the first | Dan Gudmundsson |
2010-02-12 | Fixed ssl:setopts(Socket, binary) which was didn't work for 'new' ssl. | Dan Gudmundsson |