Age | Commit message (Expand) | Author |
2016-12-05 | ssl: Implement DTLS state machine | Ingela Anderton Andin |
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-22 | disable RC4 in SSL when crypto doesn't support it | Andreas Schultz |
2016-05-31 | Improve SSL diagnostics | Alexey Lebedeff |
2016-04-29 | ssl: Correct cipher suites conversion | Ingela Anderton Andin |
2016-04-25 | ssl: Corrections to cipher suite handling | Ingela Anderton Andin |
2016-04-25 | ssl: Remove use of crypto:rand_bytes/1 | Ingela Anderton Andin |
2016-04-13 | Merge branch 'henrik/update-copyrightyear' | Henrik Nord |
2016-04-06 | ssl: Add option signature_algs | Ingela Anderton Andin |
2016-03-15 | update copyright-year | Henrik Nord |
2016-02-22 | Merge branch 'maint' | Ingela Anderton Andin |
2016-02-22 | ssl: Newer cipher suites now presented correctly | Ingela Anderton Andin |
2016-02-22 | ssl: Include options form connect/listen/accept in connection_information/[1,2] | Ingela Anderton Andin |
2016-02-18 | ssl: Remove DES ciphers from default configuration | Ingela Anderton Andin |
2015-06-18 | Change license text to APLv2 | Bruce Yinhe |
2015-06-10 | ssl: Add unassigned values | Ingela Anderton Andin |
2015-06-08 | ssl: Do not crash on proprietary hash_sign algorithms | Ingela Anderton Andin |
2015-03-05 | Merge branch 'maint' | Ingela Anderton Andin |
2015-03-02 | ssl: Implement support for TLS_FALLBACK_SCSV | Ingela Anderton Andin |
2015-01-23 | ssl: Remove default support for RC4 ciphers | Ingela Anderton Andin |
2015-01-23 | ssl: Reenable padding check for TLS-1.0 and provide backwards compatible | Ingela Anderton Andin |
2015-01-23 | ssl: Reenable padding check for TLS-1.0 and provide backwards compatible | Ingela Anderton Andin |
2014-09-03 | ssl: add draft-agl-tls-chacha20poly1305-04 Chacha20/Poly1305 Suites | Andreas Schultz |
2014-09-03 | ssl: add PSK-GCM suites | Andreas Schultz |
2014-09-03 | ssl: implement AES128-GCM suites | Andreas Schultz |
2014-05-28 | ssl: Filter default ciphers for supported Crypto algorihms | Ingela Anderton Andin |
2014-04-16 | ssl: Select supported cipher suites for the negotiated SSL/TLS-version | Ingela Anderton Andin |
2014-03-25 | ssl: Improve type specs | Ingela Anderton Andin |
2014-03-25 | ssl: Refactor and start implementing dtls_connection.erl | Ingela Anderton Andin |
2013-12-02 | ssl: Refactor handshake and record handling | Ingela Anderton Andin |
2013-10-14 | ssl: Honor TLS client ECC extension | Ingela Anderton Andin |
2013-09-10 | ssl: Refactor TLS/DTLS record handling | Ingela Anderton Andin |
2013-09-10 | ssl: Dialyzer fixes | Ingela Anderton Andin |
2013-09-10 | ssl: DTLS record handling | Ingela Anderton Andin |
2013-09-02 | ssl: Handle signature_algorithm field in digitally_signed properly | Ingela Anderton Andin |
2013-06-07 | ssl: Fix dialyzer warnings | Ingela Anderton Andin |
2013-05-20 | ssl, public_key, crypto: crypto:algorithms/0 -> crypto:supports/0 | Ingela Anderton Andin |
2013-05-08 | ssl: Only send ECC-hello extension if ECC-cipher suites are advertised | Ingela Anderton Andin |
2013-05-08 | ssl & crypto: Generalize the remaining crypto API | Ingela Anderton Andin |
2013-05-08 | ssl & public_key: Use new crypto API functions | Ingela Anderton Andin |
2013-05-08 | crypto: Deprecate functions, update doc and specs | Ingela Anderton Andin |
2013-05-08 | SSL: add Elliptic Curve support for ssl app | Andreas Schultz |
2013-05-08 | SSL: filter TLS cipher suites for supported algorithms | Andreas Schultz |
2013-03-28 | SSL: enable hash_size values for sha224, sha384 and sha512 | Andreas Schultz |
2013-03-28 | SSL: add TLS-SRP (RFC 5054) cipher suites | Andreas Schultz |
2013-03-28 | SSL: add TLS PSK (RFC 4279 and RFC 5487) cipher suites | Andreas Schultz |