Age | Commit message (Collapse) | Author | |
---|---|---|---|
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: Bugfix public_key:generate_key({namedCurve,OID}) | Hans Nilsson | |
2017-03-09 | public_key: updated crypto dependence in .app.src | Hans Nilsson | |
2017-03-09 | public_key: RSA key gen documentation | Hans Nilsson | |
2017-03-09 | public_key: Make test suites use the new RSA key generation function | Hans Nilsson | |
2017-03-09 | public_key: New -spec for public_key:generate_key/1 | Hans Nilsson | |
2017-03-09 | public_key: Add RSA to public_key:generate_key/1 | Hans Nilsson | |
2017-02-16 | Merge branch 'maint' | Hans Nilsson | |
2017-02-14 | public_key: generate a list of ssh fingerprints on request | Hans Nilsson | |
2017-02-14 | Fixed typos in PKCS-8.asn1 file | Andrew Dryga | |
2017-01-26 | Merge branch 'maint' | Hans Nilsson | |
2017-01-25 | public_key: pkix_verify_hostname (RFC 6125) | Hans Nilsson | |
2016-12-16 | public_key: Use maps instead of dict | Björn-Egil Dahlberg | |
2016-12-09 | Prepare release | Erlang/OTP | |
2016-12-07 | Update copyright-year | Erlang/OTP | |
2016-12-05 | public_key: update vsn.mk | Hans Nilsson | |
2016-12-02 | public_key: exclude asn1 generated module PKCS-FRAME from cover | Hans Nilsson | |
2016-11-22 | public_key: ssh host key fingerprint generator added | Hans Nilsson | |
2016-10-04 | Merge branch 'legoscia/crypto/no-rc2/PR-1163/OTP-13895' into maint | Raimo Niskanen | |
* legoscia/crypto/no-rc2/PR-1163/OTP-13895: Fix compilation when OpenSSL doesn't support RC2 | |||
2016-09-27 | Fix typos in public_key_app.xml | Magnus Henoch | |
2016-09-14 | Fix compilation when OpenSSL doesn't support RC2 | Magnus Henoch | |
When OpenSSL has been configured with the "no-rc2" option, the header file rc2.h doesn't exist, and neither does the function EVP_rc2_cbc. Let's handle those by checking whether OPENSSL_NO_RC2 is defined. Also update pbe_SUITE, which uses RC2-CBC in one of the tests. | |||
2016-06-21 | Prepare release | Erlang/OTP | |
2016-06-16 | public_key: Fix Xmllint errors | Ingela Anderton Andin | |
2016-06-14 | public_key: Add missing comma form merge commit ↵ | Ingela Anderton Andin | |
5268c7b957c30c31e551f197463cdd55a792ea69 | |||
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-07 | Merge branch 'ingela/public_key/doc/OTP-13186' | Ingela Anderton Andin | |
* ingela/public_key/doc/OTP-13186: public_key: Create application manual page that is man(6) | |||
2016-06-03 | public_key: Create application manual page that is man(6) | Ingela Anderton Andin | |
2016-06-03 | public_key: Support more general name types | Ingela Anderton Andin | |
2016-06-02 | Revert "Prepare release" | Erlang/OTP | |
This reverts commit e020f75c10410a6943cd055bfa072a2641eab7da. | |||
2016-06-02 | Prepare release | Erlang/OTP | |
2016-05-17 | Fix program paths used in build process | Alexey Lebedeff | |
Followup to https://github.com/erlang/otp/pull/1023 - make/make_emakefile is fixed because otherwise './otp_build tests' fails early. - And grep showed that there is only one other file that also should be fixed - lib/public_key/priv/generate | |||
2016-05-13 | public_key: Remove test_server config macros and unsed hooks | Ingela Anderton Andin | |
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-29 | public_key: An encapsulated PEM header shall be followed by a blank line | Ingela Anderton Andin | |
RFC 1421 Privacy Enhancement for Electronic Mail February 1993 Encapsulated Message Pre-Encapsulation Boundary (Pre-EB) -----BEGIN PRIVACY-ENHANCED MESSAGE----- Encapsulated Header Portion (Contains encryption control fields inserted in plaintext. Examples include "DEK-Info:" and "Key-Info:". Note that, although these control fields have line-oriented representations similar to RFC 822 header fields, the set of fields valid in this context is disjoint from those used in RFC 822 processing.) Blank Line (Separates Encapsulated Header from subsequent Encapsulated Text Portion) Encapsulated Text Portion (Contains message data encoded as specified in Section 4.3.) Post-Encapsulation Boundary (Post-EB) -----END PRIVACY-ENHANCED MESSAGE----- | |||
2016-02-19 | Fix public_key documentation typos | Magnus Henoch | |
2015-12-15 | Update release notes | Erlang/OTP | |
2015-12-04 | public_key: Add different upper bounds for diffrent string types | Ingela Anderton Andin | |
At the bottom of the file PKIX1Explicit88.asn1 there is a commenet about upper bounds and diffrent types of strings. Adhere to this so that we can accept all certificates that openSSL does. For example: httpc:request("https://dl.sciencesocieties.org/"). |