Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-06 | Merge branch 'maint' | Ingela Anderton Andin | |
2018-07-06 | Merge pull request #1867 from ↵ | Ingela Andin | |
IngelaAndin/ingela/ssl/no-ca-sign-restriction-TLS-1.2/ERL-381/OTP-15173 Ingela/ssl/no ca sign restriction tls 1.2/erl 381/otp 15173 | |||
2018-07-05 | Merge branch 'maint' | Ingela Anderton Andin | |
2018-07-05 | ssl: Fix test case to only check relevant info for the test | Ingela Anderton Andin | |
2018-07-05 | ssl: Correct connection_information on ECC-curves | Ingela Anderton Andin | |
2018-07-05 | ssl: No cipher suite sign restriction in TLS-1.2 | Ingela Anderton Andin | |
2018-07-05 | Merge branch 'maint' | Ingela Anderton Andin | |
2018-07-04 | ssl: Do not use legacy format | Ingela Anderton Andin | |
2018-07-04 | ssl: Add connection information on new cipher_suite format | Ingela Anderton Andin | |
2018-07-04 | ssl: Add psk as anonymous key exchange in ssl_handshake:select_hashsign/5 | Ingela Anderton Andin | |
Failing to recognize psk as an anonymous key exchange would fail the connection when trying to decode an undefined certificate. | |||
2018-07-02 | ssl: Correct handling of empty server SNI extension | Ingela Anderton Andin | |
2018-07-02 | ssl: Prepare for release | Péter Dimitrov | |
Change-Id: I40b13b3dce5c70b65cb0963c6ce4175268174e02 | |||
2018-07-02 | ssl: Add documentation to the log_level option | Péter Dimitrov | |
Change-Id: Ibbb66f62c122cac2b1b6bd7f09cdaede4a86bd97 | |||
2018-07-02 | ssl: Add support for stateful logging | Péter Dimitrov | |
- Introduce stateful logging levels to the ssl application: The SSL option 'log_alert' sets log level to notice/warning if it is set to true/false. Default log level is notice. - Add new SSL option 'log_level' that overrides the value of 'log_alert'. Default value is notice. - 'log_level' debug triggers verbose logging of TLS protocol messages and logging of ignored alerts in DTLS. Change-Id: I28d3f4029a5d504ec612abe4b9ae0b7d9b115197 | |||
2018-06-20 | ssl: Add set_log_level/1 | Péter Dimitrov | |
- Add utility function for setting log level of ssl application modules. Change-Id: Iee278ada17b4d872a9891094b96ce5343bf0ade4 | |||
2018-06-20 | ssl: Rename logger_ssl_formatter to ssl_logger | Péter Dimitrov | |
Change-Id: I4aff56c95d7ea8c46db40b0fa0f6f9b43f00bf8a | |||
2018-06-20 | ssl: Update domain filter, use log macros | Péter Dimitrov | |
Change-Id: Id52990a105c81373c7c6034df9a2675f9d0e429a | |||
2018-06-20 | ssl: Add logging for TLS Handshake Protocol | Péter Dimitrov | |
- Add logging for TLS Handshake messages. - Remove version from the input map used in format/2. Change-Id: I1a8a3dbe5854d3b25cca33e9a6634ac9a53d5867 | |||
2018-06-20 | ssl: Add logging for TLS record protocol | Péter Dimitrov | |
Change-Id: I18786a9a8523d0ec3d9ca37ad5b2284721c5c4a1 | |||
2018-06-20 | ssl: Use logger API instead of legacy error_logger | Péter Dimitrov | |
Change-Id: I04cb8e4c09b05fc9d7ead0dfae0d83286decdb74 | |||
2018-06-20 | ssl: Add initial ssl log formatter | Péter Dimitrov | |
Change-Id: I649a686ee72fa8bbe1e1dbc44ed5ec2df9662b10 | |||
2018-06-20 | ssl: Define VSN macro in source | Péter Dimitrov | |
Define VSN macro in source to remove syntax errors while editing the code. Change-Id: I508d16641cb65ec954fc3fcae90183fa297770da | |||
2018-06-19 | Prepare release | Erlang/OTP | |
2018-06-18 | Merge remote-tracking branch 'origin/henrik/Update-copyright' | Henrik Nord | |
* origin/henrik/Update-copyright: Update copyright year | |||
2018-06-18 | Update copyright year | Henrik Nord | |
2018-06-18 | ssl: Document enhancements | Ingela Anderton Andin | |
2018-06-14 | Merge branch 'ingela/ssl/21-enhanchment' | Ingela Anderton Andin | |
* ingela/ssl/21-enhanchment: ssl: Add handle_continue/2 and document enhancements | |||
2018-06-14 | ssl: Add handle_continue/2 and document enhancements | Ingela Anderton Andin | |
* deprecation of ssl:ssl_accept/[1,2,3] * deprecation of ssl:cipher_suites/[0,1] * More consistent naming | |||
2018-06-14 | Merge branch 'ingela/ssl/test-ecdh-check' | Ingela Anderton Andin | |
* ingela/ssl/test-ecdh-check: ssl: Update interop conditions | |||
2018-06-13 | ssl: Update interop conditions | Ingela Anderton Andin | |
2018-06-12 | Merge branch 'peterdmv/ssl/suite_to_str/ERL-600/OTP-15106' | Péter Dimitrov | |
* peterdmv/ssl/suite_to_str/ERL-600/OTP-15106: ssl: Add new API function suite_to_str/1 Change-Id: Icf214ece4e1d281da12b02dadc63d4a2ca346563 | |||
2018-06-11 | ssl: Add new API function suite_to_str/1 | Péter Dimitrov | |
Add new API function for converting cipher suite maps to their textual representation. Change-Id: I43681930b38e0f3bdb4dfccbf9e8895aa2d6a281 | |||
2018-06-11 | Merge branch 'raimo/better-TLS-distribution/OTP-15058' | Raimo Niskanen | |
* raimo/better-TLS-distribution/OTP-15058: Test nodename whitelist Use public_key to verify client hostname | |||
2018-06-08 | Test nodename whitelist | Raimo Niskanen | |
2018-06-08 | Use public_key to verify client hostname | Raimo Niskanen | |
2018-06-08 | ssl: Add option customize_hostname_check | Ingela Anderton Andin | |
2018-05-29 | Revert "Prepare release" | Henrik | |
This reverts commit fd8e49b5bddceaae803670121b603b5eee8c5c08. | |||
2018-05-25 | Prepare release | Erlang/OTP | |
2018-05-24 | Merge pull request #1821 from IngelaAndin/ingela/ssl/DTLS-transparancy | Ingela Andin | |
ssl: Generalize DTLS packet multiplexing OTP-14888 | |||
2018-05-23 | ssl: Generalize DTLS packet multiplexing | Ingela Anderton Andin | |
We want to prepare the code for more advanced DTLS usage and possibility to run over SCTP. First assumption was that the demultiplexer process "dtls listener" was needed for UDP only and SCTP could be made more TLS like. However the assumption seems not to hold. This commit prepares for customization possibilities. | |||
2018-05-23 | Merge branch 'ingela/ssl/openssl-test-cuddle' | Ingela Anderton Andin | |
* ingela/ssl/openssl-test-cuddle: ssl: anon test should use dh or ecdh anon keyexchange ssl: Cuddle no delivery guarantee at application level ssl: Cuddle timeout ssl: Correct option handling to OpenSSL | |||
2018-05-21 | Merge branch 'lukas/ssl/fix_erl_epmd_usage/OTP-15086' | Lukas Larsson | |
* lukas/ssl/fix_erl_epmd_usage/OTP-15086: ssl: Fix usage of erl_epmd in tls dist | |||
2018-05-21 | ssl: Fix usage of erl_epmd in tls dist | Lukas Larsson | |
Fixes: 662f3c7ba50ff8ec13d8 | |||
2018-05-21 | ssl: anon test should use dh or ecdh anon keyexchange | Ingela Anderton Andin | |
2018-05-21 | ssl: Cuddle no delivery guarantee at application level | Ingela Anderton Andin | |
2018-05-21 | ssl: Cuddle timeout | Ingela Anderton Andin | |
2018-05-21 | ssl: Correct option handling to OpenSSL | Ingela Anderton Andin | |
2018-05-18 | ssl: Deprecate ssl:ssl_accept/[1,2,3] | Ingela Anderton Andin | |
2018-05-17 | Merge pull request #1820 from IngelaAndin/ingela/ssl/cipher-suite-select-fix | Ingela Andin | |
ssl: Correct key_usage check | |||
2018-05-16 | epmd: allow alternative to dns resolving for nodename | Timmo Verlaan | |
This makes it possible to create a custom integration with a key-value store for example. The key would then point to the actual address. You would have to write your own epmd module to make use of that feature. |