Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-13 | Added a public_key:pkix_transform/2 instead and used it from ssl. | Dan Gudmundsson | |
2010-01-12 | Minor code cleanup | Dan Gudmundsson | |
2010-01-12 | new_ssl fix session reuse | Wil Tan | |
When an SSL client presents a previous session ID, the server should either honour the request to reuse the parameters previously negotiated for the given session ID, or ignore the request and generate a new session ID. In this situation, new_ssl tries to complete the handshake by sending the client a "Finished" handshake message, which violates the SSL/TLS specs. It should instead send a ChangeCipherSpec message before sending the FInished message. This patch fixes it. | |||
2010-01-12 | Code cleanup | Dan Gudmundsson | |
2010-01-12 | Send CA list during Certificate Request in new_ssl | Wil Tan | |
When requesting for client certificate, an SSL/TLS server may send a list of the distinguished names of acceptable certificate authorities. OpenSSL does this by default. | |||
2009-12-10 | Cleaned up docs | Dan Gudmundsson | |
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |