summaryrefslogtreecommitdiff
path: root/PROTOCOL.key
Commit message (Collapse)AuthorAgeFilesLines
* 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@