summaryrefslogtreecommitdiffstats
path: root/PROTOCOL.key (follow)
Commit message (Collapse)AuthorAgeFilesLines
* upstream: in OpenSSH private key format, correct type for subsequentdjm@openbsd.org2024-03-301-2/+2
| | | | | | private keys in blob. From Jakub Jelen via GHPR430 OpenBSD-Commit-ID: d17dbf47554de2d752061592f95b5d772baab50b
* upstream: use consistent field names (s/char/byte)djm@openbsd.org2022-07-011-6/+6
| | | | | | in format description OpenBSD-Commit-ID: 3de33572733ee7fcfd7db33d37db23d2280254f0
* upstream: correct mistake in spec - the private key blobs are encodeddjm@openbsd.org2021-05-071-3/+6
| | | | | | verbatim and not as strings (i.e. no 4-byte length header) OpenBSD-Commit-ID: 3606b5d443d72118c5b76c4af6dd87a5d5a4f837
* - markus@cvs.openbsd.org 2013/12/06 13:34:54Damien Miller2013-12-071-0/+68
[authfile.c authfile.h cipher.c cipher.h key.c packet.c ssh-agent.c] [ssh-keygen.c PROTOCOL.key] new private key format, bcrypt as KDF by default; details in PROTOCOL.key; feedback and lots help from djm; ok djm@