Age | Commit message (Expand) | Author |
2017-03-06 | dtls: DTLS specific handling of socket and ciphers | Ingela Anderton Andin |
2017-02-22 | Merge branch 'maint' | Ingela Anderton Andin |
2017-02-21 | ssl: Always prefer AES over 3DES | Ingela Anderton Andin |
2017-02-15 | Merge branch 'fix-source-typos' | Björn Gustavsson |
2017-02-14 | Fixed typos in lib/ssl | Andrew Dryga |
2017-02-08 | ssl: Avoid SSL/TLS hello format confusion | Ingela Anderton Andin |
2017-02-01 | ssl: Simplify configuration code | Ingela Anderton Andin |
2017-02-01 | ssl: Make sure PEM cache works as intended | Ingela Anderton Andin |
2017-01-27 | Merge branch 'ingela/ssl/key-ext-validate/ERL-338/OTP-14141' into maint | Ingela Anderton Andin |
2017-01-26 | ssl: The certificate path may be used as a source to find intermediate CAs fo... | Ingela Anderton Andin |
2017-01-24 | ssl: Handle more than one DistributionPoint | Ingela Anderton Andin |
2017-01-24 | ssl: Correct ssl_certificate:validate/3 | Ingela Anderton Andin |
2017-01-19 | ssl: Move PEM cache to a dedicated process | Ingela Anderton Andin |
2017-01-17 | ssl: Handle really big handshake packages | Ingela Anderton Andin |
2016-12-21 | ssl: Version update | Ingela Anderton Andin |
2016-12-19 | ssl: Correct terminate behaviour | Ingela Anderton Andin |
2016-12-07 | Update copyright-year | Erlang/OTP |
2016-12-05 | ssl: Implement DTLS state machine | Ingela Anderton Andin |
2016-11-02 | Add ECC curve selection order config in TLS server | Fred Hebert |
2016-10-10 | Properly filter ssl cipher suites reported as supported | Dániel Szoboszlay |
2016-10-07 | Merge branch 'ingela/ssl/cipher-type-spec' into maint | Ingela Anderton Andin |
2016-10-05 | ssl: Adjust cipher type to conform to implementation | Ingela Anderton Andin |
2016-10-04 | Merge branch 'RoadRunnr/crypto/no-rc4/PR-1169/OTP-13896' into maint | Raimo Niskanen |
2016-09-30 | ssl: Correct anonymous suite handling | Ingela Anderton Andin |
2016-09-28 | Merge branch 'ingela/ssl/ECC-selection-fix/OTP-13918' into maint-19 | Erlang/OTP |
2016-09-28 | ssl: Correct ECC curve selection, the error could cause default to always be ... | Ingela Anderton Andin |
2016-09-27 | ssl: Avoid event reordering | Ingela Anderton Andin |
2016-09-22 | disable RC4 in SSL when crypto doesn't support it | Andreas Schultz |
2016-09-12 | Merge branch 'ferd/bypass-pem-cache/PR-1143/OTP-13883' into maint | Ingela Anderton Andin |
2016-09-05 | dtls: fix encoding of client hello cookie | Andreas Schultz |
2016-09-05 | dtls: Prepare start of DTLS connection manager with SSL app | Andreas Schultz |
2016-09-05 | ssl: Refactor to use maps for the connection states | Ingela Anderton Andin |
2016-09-05 | ssl, dtls: Refactor sni handling | Ingela Anderton Andin |
2016-09-05 | dtls: Add close/5 | Ingela Anderton Andin |
2016-09-05 | dtls: Add renegotiate/2 | Ingela Anderton Andin |
2016-09-05 | dtls: Add protocol event handling | Ingela Anderton Andin |
2016-09-05 | ssl: Refactor code so that tls and dtls can share more code | Ingela Anderton Andin |
2016-09-05 | ssl, dtls: Disable V2 compatibility clause from ssl_handshake:update_handshak... | Ingela Anderton Andin |
2016-09-05 | ssl: Make sure common code for TLS and DTLS uses the TLS Version | Ingela Anderton Andin |
2016-09-05 | ssl: remove unused RecordCB argument from master_secret | Andreas Schultz |
2016-09-05 | dtls: Add reinit_handshake_data/1 to dtls | Ingela Anderton Andin |
2016-09-05 | dtls: replace tls_record with RecordCB in connection_info | Andreas Schultz |
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 |
2016-08-31 | ssl: Gracefulness behaviour when receiving partially malformed messages | Ingela Anderton Andin |
2016-08-29 | ssl: Remove clause that postponed unexpected messages | Ingela Anderton Andin |
2016-08-25 | Fix version numbers and dependencies | Raimo Niskanen |
2016-08-24 | Merge branch 'raimo/gen_statem-callback_mode/OTP-13752' into maint | Raimo Niskanen |
2016-08-22 | Fixing CRL searching in cache bypass | Fred Hebert |
2016-08-19 | Add option to bypass SSL PEM cache | Fred Hebert |