summaryrefslogtreecommitdiff
path: root/docs/development
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2023-04-15 12:05:11 +0800
committerGitHub <noreply@github.com>2023-04-15 04:05:11 +0000
commit45bddbfb192656e8e6819d060d2f060a24fffd54 (patch)
tree2632a6c28cebb07bd3b86bdc00019f377b456113 /docs/development
parent0da9abfbe79a7a171e58c905b6621dc614d5e8ac (diff)
downloadcryptography-45bddbfb192656e8e6819d060d2f060a24fffd54.tar.gz
add support for aes256-gcm@openssh.com decryption for SSH keys (#8738)
* add support for aes256-gcm@openssh.com decryption for SSH keys * review feedback * skip when bcrypt isn't present
Diffstat (limited to 'docs/development')
-rw-r--r--docs/development/test-vectors.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst
index b3a1c301d..c042eb9bf 100644
--- a/docs/development/test-vectors.rst
+++ b/docs/development/test-vectors.rst
@@ -803,6 +803,10 @@ Custom PKCS7 Test Vectors
Custom OpenSSH Test Vectors
~~~~~~~~~~~~~~~~~~~~~~~~~~~
+* ``ed25519-aesgcm-psw.key`` and ``ed25519-aesgcm-psw.key.pub`` generated by
+ exporting an Ed25519 key from ``1password 8`` with the password "password".
+ This key is encrypted using the ``aes256-gcm@openssh.com`` algorithm.
+
Generated by
``asymmetric/OpenSSH/gen.sh``
using command-line tools from OpenSSH_7.6p1 package.