Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-11-28 | Merge branch 'maint' | Hans Nilsson | |
* maint: public_key: Fix failing pkix_verify_hostname_subjAltName_IP TC | |||
2017-11-27 | public_key: Fix failing pkix_verify_hostname_subjAltName_IP TC | Hans Nilsson | |
Was due to an unresolved merge conflict in a453532fe31eecd8c39b5035702ee20b402fd687 | |||
2017-11-24 | Merge branch 'hans/public_key/base64_fix/OTP-14788' | Hans Nilsson | |
* hans/public_key/base64_fix/OTP-14788: public_key: Fix bad calls to base64:* | |||
2017-11-23 | Merge branch 'maint-20' into maint | Ingela Anderton Andin | |
* maint-20: Updated OTP version Update release notes Update version numbers public_key: verify ip (both v4 and v6) public_key: Added IP4 address checks to hostname_verification tests ssl: Fix test cases to work on all test platforms public_key: Fix dialyzer spec ssl: Sessions must be registered with SNI if exists ssl: Extend hostname check to fallback to checking IP-address public_key, ssl: Handles keys so that APIs are preserved correctly ssl: Use ?FUNCTION_NAME ssl: Prepare for release ssl: Countermeasurements for Bleichenbacher attack Conflicts: lib/public_key/doc/src/public_key.xml lib/public_key/test/public_key_SUITE.erl lib/public_key/test/public_key_SUITE_data/pkix_verify_hostname_subjAltName_IP.pem lib/public_key/test/public_key_SUITE_data/verify_hostname_ip.conf lib/ssl/src/dtls_connection.erl lib/ssl/src/ssl_connection.erl lib/ssl/src/ssl_handshake.erl | |||
2017-11-22 | public_key: Fix bad calls to base64:* | Hans Nilsson | |
2017-11-22 | Update release notes | Erlang/OTP | |
2017-11-22 | Update version numbers | Erlang/OTP | |
2017-11-22 | Merge branch 'hans/public_key/verify_hostname_ip_address_maint20/OTP-14653' ↵ | Erlang/OTP | |
into maint-20 * hans/public_key/verify_hostname_ip_address_maint20/OTP-14653: public_key: verify ip (both v4 and v6) public_key: Added IP4 address checks to hostname_verification tests | |||
2017-11-22 | public_key: verify ip (both v4 and v6) | Hans Nilsson | |
2017-11-22 | public_key: Added IP4 address checks to hostname_verification tests | Hans Nilsson | |
2017-11-09 | public_key: Fix dialyzer spec | Ingela Anderton Andin | |
2017-11-09 | public_key, ssl: Handles keys so that APIs are preserved correctly | Ingela Anderton Andin | |
2017-10-26 | public_key: Check that ec curve used for test is supported | Ingela Anderton Andin | |
2017-10-21 | public_key: Handle formatting of ECC params from DER to crypto API | Ingela Anderton Andin | |
Solves ERL-482 | |||
2017-10-18 | public_key: Correct spelling error | Hans Nilsson | |
2017-10-17 | Merge branch 'ingela/ssl/extend-hostname-check/OTP-14632/OTP-14655' into maint | Ingela Anderton Andin | |
* ingela/ssl/extend-hostname-check/OTP-14632/OTP-14655: ssl: Fix test cases to work on all test platforms public_key: Fix dialyzer spec ssl: Sessions must be registered with SNI if exists ssl: Extend hostname check to fallback to checking IP-address public_key, ssl: Handles keys so that APIs are preserved correctly | |||
2017-10-16 | public_key: Polish verify_hostname doc | Hans Nilsson | |
2017-10-13 | public_key: Fix dialyzer spec | Ingela Anderton Andin | |
2017-10-12 | public_key: Remove dead code | Hans Nilsson | |
2017-10-12 | public_key: Remove extra unused element in internal pubkey_ssh:encode/2 | Hans Nilsson | |
2017-10-12 | public_key, ssl: Handles keys so that APIs are preserved correctly | Ingela Anderton Andin | |
2017-10-12 | public_key: Fix bug in pkix_verify_hostname with IP addresses | Hans Nilsson | |
An IP address could in some circomstances be converted to a list and then to_lower was applied to it. So {$A,1,1,1} was changed to {$a,1,1,1} which of course didn't match.... | |||
2017-10-10 | Merge branch 'lars/doc-cleanup/OTP-14475' into maint | Lars Thorsen | |
* lars/doc-cleanup/OTP-14475: [edoc] Remove unused module otpsgml_layout.erl Remove unused files from the documentation build | |||
2017-10-02 | ssh: add ecdsa_pass_phrase option in analogy with rsa_pass_phrase | Hans Nilsson | |
2017-10-02 | public_key: verify ip (both v4 and v6) | Hans Nilsson | |
2017-10-02 | public_key: Added IP4 address checks to hostname_verification tests | Hans Nilsson | |
2017-09-28 | Remove unused files from the documentation build | Lars Thorsen | |
2017-09-22 | Update release notes | Erlang/OTP | |
2017-09-22 | public_key: Add app (ssl) to marker in seelalso tag | Hans Nilsson | |
2017-09-20 | public_key, ssl: Prepare for release | Ingela Anderton Andin | |
OTP-14236 requires ssl runtime dependencies to update to latest public_key. OTP-14181 makes ssl test cases dependent on latest version latest public_key. | |||
2017-09-20 | public_key, ssl: Provide certitifate test data generation function in public_key | Ingela Anderton Andin | |
The ssl application uses the new function in many of its test cases. | |||
2017-09-19 | Merge pull request #1564 from goertzenator/ecpkparameter_fix | Ingela Andin | |
fix ERL-481 ecpkParameters representation OTP-14621 | |||
2017-09-15 | skip ec_pem_encode_generated when underlying crypto not available | Daniel Goertzen | |
2017-09-12 | public_key: Deprecated random function replaced | Hans Nilsson | |
2017-09-12 | public_key: clearify random set bounderys in comments | Hans Nilsson | |
2017-09-11 | fix ERL-481 ecpkParameters representation | Daniel Goertzen | |
- type spec ecpk_parameters() added to represent DER-encodable ecpkParameters - type spec ecpk_parameters_api() added to represent ecpkParameters provided by the user through public_key API functions - API is now more generous in its input, and more strict in its output. - update to public key records documentation - add tests, including tests against EC key with explicit curve parameters - also fixes ERL-480 | |||
2017-07-25 | RSAPrivateKey version is set to 'two-prime', as stated in documentation, and ↵ | Konstantinos Kallas | |
not 0 | |||
2017-07-10 | Merge branch 'ingela/public_key/ssl/CRL-error-propagation/OTP-14236' into maint | Ingela Anderton Andin | |
* ingela/public_key/ssl/CRL-error-propagation/OTP-14236: ssl: Try to make asn1 decode errors of certificates as specific as possible ssl,public_key: Provide details for CRL check failiures when revokation state can not be determined ssl: Enhance error logging | |||
2017-07-07 | ssl,public_key: Provide details for CRL check failiures when revokation ↵ | Ingela Anderton Andin | |
state can not be determined | |||
2017-07-07 | public_key: Update for new crypto:sign and crypto:verify from PR838 | Hans Nilsson | |
2017-07-07 | public_key: doc for new sign/4 and verify/5 | Hans Nilsson | |
2017-06-21 | Prepare release | Erlang/OTP | |
2017-06-12 | Fix type on line 872 | willemdj | |
I assume that it is a typo? | |||
2017-05-31 | Revert "Prepare release" | Hans Nilsson | |
This reverts commit eaf8ca41dfa4850437ad270d3897399c9358ced0. | |||
2017-05-30 | Prepare release | Erlang/OTP | |
2017-05-22 | ssh: fix the rsa-sha2-* hostkey verify error | Hans Nilsson | |
2017-05-05 | Revert "Prepare release" | Raimo Niskanen | |
This reverts commit dc57404252c47520f352834ad9be45ad684f96c9. | |||
2017-05-04 | Prepare release | Erlang/OTP | |
2017-05-04 | Update copyright year | Raimo Niskanen | |
2017-04-26 | ssh: Implement signature algorithms rsa-sha2-*. draft-ietf-curdle-rsa-sha2 | Hans Nilsson | |