@@ -556,6 +556,41 @@ Custom PKCS12 Test Vectors
556556 (``x509/custom/ca/ca.pem ``) encrypted via AES 256 CBC with the
557557 password ``cryptography `` and no private key.
558558
559+ Custom OpenSSH Test Vectors
560+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
561+
562+ Generated by
563+ ``asymmetric/OpenSSH/gen.sh ``
564+ using command-line tools from OpenSSH_7.6p1 package.
565+
566+ * ``dsa-nopsw.key ``, ``dsa-nopsw.key.pub ``, ``dsa-nopsw.key-cert.pub `` -
567+ DSA-1024 private key; and corresponding public key in plain format
568+ and with self-signed certificate.
569+ * ``dsa-psw.key ``, ``dsa-psw.key.pub `` -
570+ Password-protected DSA-1024 private key and corresponding public key.
571+ Password is "password".
572+ * ``ecdsa-nopsw.key ``, ``ecdsa-nopsw.key.pub ``,
573+ ``ecdsa-nopsw.key-cert.pub `` -
574+ SECP256R1 private key; and corresponding public key in plain format
575+ and with self-signed certificate.
576+ * ``ecdsa-psw.key ``, ``ecdsa-psw.key.pub `` -
577+ Password-protected SECP384R1 private key and corresponding public key.
578+ Password is "password".
579+ * ``ed25519-nopsw.key ``, ``ed25519-nopsw.key.pub ``,
580+ ``ed25519-nopsw.key-cert.pub `` -
581+ Ed25519 private key; and corresponding public key in plain format
582+ and with self-signed certificate.
583+ * ``ed25519-psw.key ``, ``ed25519-psw.key.pub `` -
584+ Password-protected Ed25519 private key and corresponding public key.
585+ Password is "password".
586+ * ``rsa-nopsw.key ``, ``rsa-nopsw.key.pub ``,
587+ ``rsa-nopsw.key-cert.pub `` -
588+ RSA-2048 private key; and corresponding public key in plain format
589+ and with self-signed certificate.
590+ * ``rsa-psw.key ``, ``rsa-psw.key.pub `` -
591+ Password-protected RSA-2048 private key and corresponding public key.
592+ Password is "password".
593+
559594Hashes
560595~~~~~~
561596
0 commit comments