@@ -187,6 +187,8 @@ Custom asymmetric vectors
187
187
a ring and the generator of the multiplicative subgroup is actually
188
188
nilpotent with low degree. Taken from BoringSSL (see
189
189
``TEST(DSATest, NilpotentGenerator) ``).
190
+ * ``asymmetric/PKCS8/ec-invalid-private-scalar.pem `` - Contains a PKCS8 encoded
191
+ PEM with a ``secp256r1 `` OID and an invalid (very large) private scalar.
190
192
191
193
192
194
Key exchange
@@ -876,17 +878,17 @@ Custom PKCS7 Test Vectors
876
878
* ``pkcs7/amazon-roots.der `` - A DER encoded PCKS7 file containing Amazon Root
877
879
CA 2 and 3 generated by OpenSSL.
878
880
* ``pkcs7/enveloped.pem `` - A PEM encoded PKCS7 file with enveloped data.
879
- * ``pkcs7/enveloped-aes-256-cbc.pem `` - A PEM encoded PKCS7 file with
880
- enveloped data, with content encrypted using AES-256-CBC, under the public
881
- key of ``x509/custom/ca/rsa_ca.pem ``.
882
- * ``pkcs7/enveloped-triple-des.pem `` - A PEM encoded PKCS7 file with
883
- enveloped data, with content encrypted using DES EDE3 CBC (also called
884
- Triple DES), under the public key of ``x509/custom/ca/rsa_ca.pem ``.
885
- * ``pkcs7/enveloped-rsa-oaep.pem ``- A PEM encoded PKCS7 file with
886
- enveloped data, with key encrypted using RSA-OAEP, under the public key of
881
+ * ``pkcs7/enveloped-aes-256-cbc.pem `` - A PEM encoded PKCS7 file with
882
+ enveloped data, with content encrypted using AES-256-CBC, under the public
883
+ key of ``x509/custom/ca/rsa_ca.pem ``.
884
+ * ``pkcs7/enveloped-triple-des.pem `` - A PEM encoded PKCS7 file with
885
+ enveloped data, with content encrypted using DES EDE3 CBC (also called
886
+ Triple DES), under the public key of ``x509/custom/ca/rsa_ca.pem ``.
887
+ * ``pkcs7/enveloped-rsa-oaep.pem ``- A PEM encoded PKCS7 file with
888
+ enveloped data, with key encrypted using RSA-OAEP, under the public key of
887
889
``x509/custom/ca/rsa_ca.pem ``.
888
- * ``pkcs7/enveloped-no-content.der ``- A DER encoded PKCS7 file with
889
- enveloped data, without encrypted content, with key encrypted under the
890
+ * ``pkcs7/enveloped-no-content.der ``- A DER encoded PKCS7 file with
891
+ enveloped data, without encrypted content, with key encrypted under the
890
892
public key of ``x509/custom/ca/rsa_ca.pem ``.
891
893
892
894
Custom OpenSSH Test Vectors
0 commit comments