Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-12 | public_key: Public RSA key is present in private key | Ingela Anderton Andin | |
Change the return value from {#'RSAPublicKey'{}, #'RSAPrivateKey'{}} to #'RSAPrivateKey'{} This conforms to the #'ECPrivateKey'{} return value. Note that DH key will be returned as {Public::integer(), Private::integer()} as there is no key structure (record) only two integers. Maybe we would like to add extraction functions for the public key from the private ones later. | |||
2017-03-14 | Merge branch 'maint' | Rickard Green | |
* maint: Updated OTP version Prepare release Conflicts: OTP_VERSION lib/typer/doc/src/notes.xml lib/typer/vsn.mk | |||
2017-03-14 | Prepare release | Erlang/OTP | |
2017-03-13 | Merge branch 'wiml/crypto/rsa-generate-key/ERL-165/PR-1299/OTP-14140' | Hans Nilsson | |
2017-03-10 | Update copyright year | Rickard Green | |
2017-03-09 | public_key: RSA key gen documentation | Hans Nilsson | |
2017-02-14 | public_key: generate a list of ssh fingerprints on request | Hans Nilsson | |
2017-01-25 | public_key: pkix_verify_hostname (RFC 6125) | Hans Nilsson | |
2016-12-09 | Prepare release | Erlang/OTP | |
2016-12-07 | Update copyright-year | Erlang/OTP | |
2016-11-22 | public_key: ssh host key fingerprint generator added | Hans Nilsson | |
2016-09-27 | Fix typos in public_key_app.xml | Magnus Henoch | |
2016-06-21 | Prepare release | Erlang/OTP | |
2016-06-16 | public_key: Fix Xmllint errors | Ingela Anderton Andin | |
2016-06-14 | Merge branch 'legoscia/ssl_crl_hash_dir-bis/PR-982/OTP-13530' | Ingela Anderton Andin | |
* legoscia/ssl_crl_hash_dir-bis/PR-982/OTP-13530: Skip crl_hash_dir_expired test for LibreSSL Add ssl_crl_hash_dir module Function for generating OpenSSL-style name hashes Add public_key:pkix_match_dist_point Improve formatting for crl_{check,cache} options Add issuer arg to ssl_crl_cache_api lookup callback Conflicts: lib/public_key/test/public_key_SUITE.erl | |||
2016-06-03 | public_key: Create application manual page that is man(6) | Ingela Anderton Andin | |
2016-06-02 | Revert "Prepare release" | Erlang/OTP | |
This reverts commit e020f75c10410a6943cd055bfa072a2641eab7da. | |||
2016-06-02 | Prepare release | Erlang/OTP | |
2016-05-12 | Revert "Prepare release" | Erlang/OTP | |
This reverts commit bd64ad8e15d66e48b36dbe3584315dd5cfc8b59a. | |||
2016-05-11 | Prepare release | Erlang/OTP | |
2016-04-26 | Remove extra ">" in examples | eksperimental | |
2016-04-25 | public_key: Remove use of crypto:rand_bytes/1 | Ingela Anderton Andin | |
public_key use cases are cryptographical so use crypto:strong_rand_bytes/1 instead. | |||
2016-04-13 | Merge branch 'henrik/update-copyrightyear' | Henrik Nord | |
* henrik/update-copyrightyear: update copyright-year | |||
2016-04-05 | Function for generating OpenSSL-style name hashes | Magnus Henoch | |
OpenSSL has functions to generate short (eight hex digits) hashes of issuers of certificates and CRLs. These hashes are used by the "c_rehash" script to populate directories of CA certificates and CRLs, e.g. in the Apache web server. Adding this function lets an Erlang program find the right CRL for a given certificate in such a directory. | |||
2016-04-01 | Add public_key:pkix_match_dist_point | Magnus Henoch | |
2016-03-16 | Merge branch 'ia/public_key/EC-public_key/OTP-13408' | Ingela Anderton Andin | |
* ia/public_key/EC-public_key/OTP-13408: public_key: Handle PEM encoded EC public keys | |||
2016-03-15 | update copyright-year | Henrik Nord | |
2016-03-14 | Prepare release | Erlang/OTP | |
2016-03-10 | public_key: Handle PEM encoded EC public keys | Ingela Anderton Andin | |
Also add missing test for PEM encoded private EC keys. | |||
2016-02-19 | Fix public_key documentation typos | Magnus Henoch | |
2015-12-15 | Update release notes | Erlang/OTP | |
2015-11-05 | ssh, public_key: updates after doc review | Hans Nilsson | |
2015-11-04 | ssh, public_key: random selection of diffie-hellman moduli | Hans Nilsson | |
Also tool (public_key:gen_moduli_hrl) to convert an openssh moduli file to erlang format. | |||
2015-09-21 | Prepare release | Erlang/OTP | |
2015-09-11 | Fix public_key doc | Yuki Ito | |
2015-06-28 | Updated documentation to match implementation | Red | |
Line number references are with respect to sources in public_key.erl Changes: - pkix_sign replaced public with private (L510) (Certificates are signed by private keys) - pki_asn1_type() added 'CertificateList' (L73) - pkix_sign_types added ecdsa (L404) - pkix_verify added ec_public_key() (L530) - pkix_is_issuer added 'CertificateList' (L569) | |||
2015-06-23 | Prepare release | Erlang/OTP | |
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2015-05-13 | Revert "Prepare release" | Henrik Nord | |
This reverts commit e09dd66dc4d89c62ddfd8c19791f9678d5d787c6. | |||
2015-05-12 | Prepare release | Erlang/OTP | |
2015-05-11 | public_key: Align "=" sign in type declarations to decided policy | Ingela Anderton Andin | |
2015-05-11 | public_key, ssl: Align public_key and ssl doc | Ingela Anderton Andin | |
Make sure that links from ssl to public_key work. OTP-12670 - Ignoring 1.2 extension in 1.0 or TLS-1.1 solved by 5edda23ee854038c9d4bcddd0d676ee0ffd20da5 is mentioned here to make the release scripts happy, as the branch solving this accidently had a name ending 1267 instead of 12670 | |||
2015-05-07 | public_key: Add clarifications | Ingela Anderton Andin | |
2015-05-07 | public_key: Align types with removal of legacy ASN.1 flags | Ingela Anderton Andin | |
2015-05-07 | public_key: Align to alphabetical order | Ingela Anderton Andin | |
2015-05-07 | public_key: Correct application names and typos | Ingela Anderton Andin | |
2015-05-07 | public_key: Change structure to what editor intended | Ingela Anderton Andin | |