Update docs
diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst
index 8d046da..6f6d9e6 100644
--- a/docs/development/test-vectors.rst
+++ b/docs/development/test-vectors.rst
@@ -30,7 +30,8 @@
 * PKCS #8 PEM serialization vectors from
 
   * GnuTLS: `enc-rsa-pkcs8.pem`_, `enc2-rsa-pkcs8.pem`_,
-    `unenc-rsa-pkcs8.pem`_, `pkcs12_s2k_pem.c`_.
+    `unenc-rsa-pkcs8.pem`_, `pkcs12_s2k_pem.c`_. The contents of
+    `enc2-rsa-pkcs8.pem`_ was re-encrypted using a stronger PKCS#8 cipher.
   * `Botan's ECC private keys`_.
 
 Hashes
@@ -107,7 +108,7 @@
 * ``ec_private_key.pem`` - Contains an Elliptic Curve key generated by OpenSSL
   from the curve ``secp256r1``.
 * ``ec_private_key_encrypted.pem`` - Contains the same Elliptic Curve key as
-  ``ec_private_key.pem``, except that it is encrypted with AES-256 with the
+  ``ec_private_key.pem``, except that it is encrypted with AES-128 with the
   password "123456".
 * ``ec_public_key.pem`` - Contains the public key corresponding to
   ``ec_private_key.pem``, generated using OpenSSL.