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).