Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-11-22 | public_key: Fix bad calls to base64:* | Hans Nilsson | |
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-09-12 | public_key: Deprecated random function replaced | Hans Nilsson | |
2017-09-12 | public_key: clearify random set bounderys in comments | Hans Nilsson | |
2017-05-22 | ssh: fix the rsa-sha2-* hostkey verify error | Hans Nilsson | |
2017-05-04 | Update copyright year | Raimo Niskanen | |
2017-04-26 | ssh: Implement signature algorithms rsa-sha2-*. draft-ietf-curdle-rsa-sha2 | Hans Nilsson | |
2016-03-15 | update copyright-year | Henrik Nord | |
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-10-16 | public_key: add/update -spec for ssh functions | Hans Nilsson | |
2015-10-16 | ssh, public_key: use pubkey encode/decode in app public_key | Hans Nilsson | |
2015-10-16 | ssh, public_key: Change EC Public Key representation to what was intended | Hans Nilsson | |
2015-10-08 | public_key: Add ssh2 ECDSA pub key handling + test case | Hans Nilsson | |
Added encode/decode for ecdsa public keys in openssh and rfc4716 format. This is for the ssh public key algorithm ecdsa-sha2-*. | |||
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2014-02-06 | public_key: Export some dialyzer types | Ingela Anderton Andin | |
Move dilayzer types from include file to erl file and use -export_type | |||
2013-05-28 | Merge remote-tracking branch 'upstream/maint' | Ingela Anderton Andin | |
Conflicts: bootstrap/lib/stdlib/ebin/beam_lib.beam lib/public_key/test/erl_make_certs.erl | |||
2013-05-20 | public_key: Remove use of deprecated crypto functions | Ingela Anderton Andin | |
2012-09-05 | public_key: ssh_decode now handles comments, at the end of the line, ↵ | Ingela Anderton Andin | |
containing withespaces correctly | |||
2012-02-10 | Use the public_key application for all public key handling | Ingela Anderton Andin | |
Also improved test suites to avoid copying of users keys to test server directories as this is a security liability | |||
2011-03-24 | Implemented encode/decode support for ssh public key files | Ingela Anderton Andin | |