summaryrefslogtreecommitdiffstats
path: root/PROTOCOL.key
AgeCommit message (Collapse)Author
2024-03-30upstream: in OpenSSH private key format, correct type for subsequentdjm@openbsd.org
private keys in blob. From Jakub Jelen via GHPR430 OpenBSD-Commit-ID: d17dbf47554de2d752061592f95b5d772baab50b
2022-07-01upstream: use consistent field names (s/char/byte)djm@openbsd.org
in format description OpenBSD-Commit-ID: 3de33572733ee7fcfd7db33d37db23d2280254f0
2021-05-07upstream: correct mistake in spec - the private key blobs are encodeddjm@openbsd.org
verbatim and not as strings (i.e. no 4-byte length header) OpenBSD-Commit-ID: 3606b5d443d72118c5b76c4af6dd87a5d5a4f837
2013-12-07 - markus@cvs.openbsd.org 2013/12/06 13:34:54Damien Miller
[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@