tools/nist-conversion
Pauli e4755452b7 NIST DRBG test vector data file. Current 2020-06-09.
Vectors are from:
    https://csrc.nist.gov/CSRC/media/Projects/Cryptographic-Algorithm-Validation-Program/documents/drbg/drbgtestvectors.zip

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/68)
2020-06-24 09:17:10 +10:00
..
README.md NIST DRBG test vector data file. Current 2020-06-09. 2020-06-24 09:17:10 +10:00
convert_nist_drbg_test_data.lua rand-drbg: Add conversion script to create data for DRBG testing. 2020-06-24 09:17:10 +10:00
drbgtestvectors.zip NIST DRBG test vector data file. Current 2020-06-09. 2020-06-24 09:17:10 +10:00

README.md

This directory contains tools that are used to convert between NIST supplied test data sets and internal formats.

The convert_nist_drbg_test_data.lua script converts the [NIST DRBG test data]: https://csrc.nist.gov/CSRC/media/Projects/Cryptographic-Algorithm-Validation-Program/documents/drbg/drbgtestvectors.zip to a format suitable for use in evp_test.

The drbgtestvectors.zip file contains the DRGB test vectors that the convert_nist_drbg_test_data.lua script converted for the current OpenSSL source repository.