Chrome Release Bot (LUCI) 4762b62e7d Publish DEPS for 106.0.5249.13 1 年之前
..
README 4762b62e7d Publish DEPS for 106.0.5249.13 1 年之前
annotate_test_data.py 4762b62e7d Publish DEPS for 106.0.5249.13 1 年之前
ecdsa-prime256v1-sha512-spki-params-null.pem 4762b62e7d Publish DEPS for 106.0.5249.13 1 年之前
ecdsa-prime256v1-sha512-unused-bits-signature.pem 4762b62e7d Publish DEPS for 106.0.5249.13 1 年之前
ecdsa-prime256v1-sha512-using-ecdh-key.pem 4762b62e7d Publish DEPS for 106.0.5249.13 1 年之前
ecdsa-prime256v1-sha512-using-ecmqv-key.pem 4762b62e7d Publish DEPS for 106.0.5249.13 1 年之前
ecdsa-prime256v1-sha512-using-rsa-algorithm.pem 4762b62e7d Publish DEPS for 106.0.5249.13 1 年之前
ecdsa-prime256v1-sha512-wrong-signature-format.pem 4762b62e7d Publish DEPS for 106.0.5249.13 1 年之前
ecdsa-prime256v1-sha512.pem 4762b62e7d Publish DEPS for 106.0.5249.13 1 年之前
ecdsa-secp384r1-sha256-corrupted-data.pem 4762b62e7d Publish DEPS for 106.0.5249.13 1 年之前
ecdsa-secp384r1-sha256.pem 4762b62e7d Publish DEPS for 106.0.5249.13 1 年之前
ecdsa-using-rsa-key.pem 4762b62e7d Publish DEPS for 106.0.5249.13 1 年之前
rsa-pkcs1-sha1-bad-key-der-length.pem 4762b62e7d Publish DEPS for 106.0.5249.13 1 年之前
rsa-pkcs1-sha1-bad-key-der-null.pem 4762b62e7d Publish DEPS for 106.0.5249.13 1 年之前
rsa-pkcs1-sha1-key-params-absent.pem 4762b62e7d Publish DEPS for 106.0.5249.13 1 年之前
rsa-pkcs1-sha1-using-pss-key-no-params.pem 4762b62e7d Publish DEPS for 106.0.5249.13 1 年之前
rsa-pkcs1-sha1-wrong-algorithm.pem 4762b62e7d Publish DEPS for 106.0.5249.13 1 年之前
rsa-pkcs1-sha1.pem 4762b62e7d Publish DEPS for 106.0.5249.13 1 年之前
rsa-pkcs1-sha256-key-encoded-ber.pem 4762b62e7d Publish DEPS for 106.0.5249.13 1 年之前
rsa-pkcs1-sha256-spki-non-null-params.pem 4762b62e7d Publish DEPS for 106.0.5249.13 1 年之前
rsa-pkcs1-sha256-using-ecdsa-algorithm.pem 4762b62e7d Publish DEPS for 106.0.5249.13 1 年之前
rsa-pkcs1-sha256-using-id-ea-rsa.pem 4762b62e7d Publish DEPS for 106.0.5249.13 1 年之前
rsa-pkcs1-sha256.pem 4762b62e7d Publish DEPS for 106.0.5249.13 1 年之前
rsa-pss-sha1-wrong-salt.pem 4762b62e7d Publish DEPS for 106.0.5249.13 1 年之前
rsa-pss-sha256-using-pss-key-with-params.pem 4762b62e7d Publish DEPS for 106.0.5249.13 1 年之前
rsa-pss-sha256-wrong-salt.pem 4762b62e7d Publish DEPS for 106.0.5249.13 1 年之前
rsa-pss-sha256.pem 4762b62e7d Publish DEPS for 106.0.5249.13 1 年之前
rsa-using-ec-key.pem 4762b62e7d Publish DEPS for 106.0.5249.13 1 年之前
rsa2048-pkcs1-sha512.pem 4762b62e7d Publish DEPS for 106.0.5249.13 1 年之前

README

This directory contains test data for testing net::VerifySignedData().

When adding or changing test data, run the script
$ python annotate_test_data.py

This script will apply a uniform formatting. For instance it will add a
comment showing what the parsed ASN.1 looks like, and reformat the base64 to
have consistent line breaks.

The general format for the test files is as follows:




-----BEGIN PUBLIC KEY-----

-----END PUBLIC KEY-----

-----BEGIN ALGORITHM-----

-----END ALGORITHM-----

-----BEGIN DATA-----

-----END DATA-----

-----BEGIN SIGNATURE-----

-----END SIGNATURE-----


Comments for a PEM block should be placed immediately below that block.
The script will also insert a comment after the block describing its parsed
ASN.1 structure (your extra comments need to be above the script-generated
comments or they will be stripped).