Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-22 | public_key: Update dialyzer specs to better conform to accepted input | Ingela Anderton Andin | |
2019-05-10 | Prepare release | Erlang/OTP | |
2019-05-08 | Merge branch 'maint' | Rickard Green | |
* maint: Fix bad merge from maint-21 Fix bad merge from maint-21 Updated OTP version Prepare release # Conflicts: # OTP_VERSION # make/otp_version_tickets_in_merge | |||
2019-05-07 | Merge branch 'maint-21' into maint | Ingela Anderton Andin | |
* maint-21: Updated OTP version Prepare release | |||
2019-05-06 | Prepare release | Erlang/OTP | |
2019-04-30 | Merge branch ↵ | Ingela Anderton Andin | |
'ingela/ssl/backported-ssl-enhancments/ERL-929/ERL-893/PR-2215/OTP-15785' into maint | |||
2019-04-30 | public_key: Accept digest types 'sha1' and 'sha' | Péter Dimitrov | |
Update type spec for digest_type() to reflect that functions with this type accept the (wrong) atom 'sha1'. The right behavior would be to only accept 'sha' as that is the only valid value of crypto:sha1(). Update rsa_digest_oid/1 and ecdsa_digest_oid/1 to accept digest 'sha'. Change-Id: I03219396b797435298e098e03b93286b352e07e2 | |||
2019-04-24 | Merge pull request #2210 from omh/patch-1 | Ingela Andin | |
`public_key:pem_decode` example wasn't using `pem_decode` | |||
2019-04-24 | Revert "Prepare release" | Rickard Green | |
This reverts commit 425889ba69b69a9b6fb14bfbef121d51b78e853a. | |||
2019-04-23 | Prepare release | Erlang/OTP | |
2019-04-17 | public_key: Accept digest types 'sha1' and 'sha' | Péter Dimitrov | |
Update type spec for digest_type() to reflect that functions with this type accept the (wrong) atom 'sha1'. The right behavior would be to only accept 'sha' as that is the only valid value of crypto:sha1(). Update rsa_digest_oid/1 and ecdsa_digest_oid/1 to accept digest 'sha'. Change-Id: I03219396b797435298e098e03b93286b352e07e2 | |||
2019-04-14 | `public_key:pem_decode` example wasn't using `pem_decode` | Ole Morten Halvorsen | |
Added actual usage of `pem_decode` to doc example. | |||
2019-04-11 | public_key: Let options down to crypto from public_encrypt etc | Hans Nilsson | |
2019-04-04 | Fix broken links | Björn Gustavsson | |
A multitude of broken links were found when a bug was fixed in the link checker. | |||
2019-03-26 | Revert "Prepare release" | Henrik Nord | |
This reverts commit 0118046f9bda8dcf3594184fa439b79267db8017. | |||
2019-03-25 | Prepare release | Erlang/OTP | |
2019-03-21 | Merge branch 'maint' | Ingela Anderton Andin | |
2019-03-20 | Merge pull request #2162 from ↵ | Ingela Andin | |
danbaranov/public-key-less-strict-county-name-check public_key: Work around for certificates with 3 character country codes OTP-15687 | |||
2019-03-19 | allowed 3 letters country code to be valid | Denis Baranov | |
Some certificate issuers like Apple use USA instead of US as a country name. This makes handshake with a server not possible as this considered as not valid certificate. This commit eases that requirement to allow both 2 and 3 letters country names. | |||
2019-03-19 | Merge pull request #2180 from IngelaAndin/ingela/public_key/ERL-842 | Ingela Andin | |
public_key: Add AES 256 encryption for old PEM encryption mechanism OTP-13726 | |||
2019-03-18 | public_key: Correct documentation of verify_fun | Ingela Anderton Andin | |
2019-03-18 | public_key: Add AES 256 encryption for old PEM encryption mechanism | Ingela Anderton Andin | |
2019-03-12 | Merge branch 'maint' | Henrik Nord | |
* maint: Updated OTP version Prepare release | |||
2019-03-11 | Prepare release | Erlang/OTP | |
2019-02-27 | Revert "Prepare release" | Rickard Green | |
This reverts commit df130102cdeca8d35fec95a0c926fd1cfec54eab. | |||
2019-02-26 | Prepare release | Erlang/OTP | |
2019-02-22 | Merge branch 'maint' | Ingela Anderton Andin | |
Conflicts: lib/ssl/doc/src/ssl.xml lib/ssl/src/ssl.erl | |||
2019-02-22 | ssl: Enhance documentation after "use-spec-rewrite" | Ingela Anderton Andin | |
2019-02-05 | Merge branch 'maint' | Ingela Anderton Andin | |
Conflicts: lib/ssl/doc/src/ssl.xml lib/ssl/src/ssl.erl lib/ssl/src/ssl_cipher_format.erl lib/ssl/src/tls_handshake.erl | |||
2019-02-05 | ssl: Use specs to generate type documentation | Ingela Anderton Andin | |
2018-12-13 | Merge branch 'maint' | Sverker Eriksson | |
2018-12-12 | Add empty 'since' attribute for old modules and functions | Sverker Eriksson | |
2018-12-11 | Add "since" attributes in xml for new functions and modules | Sverker Eriksson | |
introduced after OTP_R13B03. | |||
2018-12-11 | Merge branch 'maint' | Henrik Nord | |
* maint: Updated OTP version Prepare release | |||
2018-12-10 | Prepare release | Erlang/OTP | |
2018-11-19 | Merge branch 'maint' | Hans Nilsson | |
* maint: public_key: Add Edward curves to the documentation public_key: Add ed25519 and ed448 sign/verify crypto: Add Edward curves to the documentation crypto: Add eddsa test case (ed25519 and ed448) crypto: Add ed25519 and ed448 sign/verify | |||
2018-11-19 | public_key: Add Edward curves to the documentation | Hans Nilsson | |
2018-11-19 | public_key: Add ed25519 and ed448 sign/verify | Hans Nilsson | |
2018-11-16 | Merge branch 'maint' | John Högberg | |
* maint: Updated OTP version Prepare release | |||
2018-11-15 | Prepare release | Erlang/OTP | |
2018-11-08 | public_key: Add additional ASN-1 definitions for DSA SHA2 support | Ingela Anderton Andin | |
2018-11-08 | Merge branch 'maint' | Ingela Anderton Andin | |
2018-11-06 | public_key: Add additional ASN-1 definitions for DSA SHA2 support | Ingela Anderton Andin | |
2018-10-23 | Merge branch 'maint' | Ingela Anderton Andin | |
2018-10-23 | public_key: Add DSA with SHA2 support | Ingela Anderton Andin | |
2018-10-19 | public_key: Add DSA with SHA2 support | Ingela Anderton Andin | |
2018-09-25 | Merge branch 'maint' | Henrik Nord | |
2018-09-24 | Prepare release | Erlang/OTP | |
2018-09-21 | Merge branch 'maint' | Henrik Nord | |
2018-09-21 | Update copyright year | Henrik Nord | |