openssl/providers
Richard Levitte be22315235 FIPS module checksums: add scripts and Makefile rule
This adds the following scripts:

util/lang-compress.pl:

Compress source code, which language is determined by the first argument.
For the moment, we know 'perl' (perlasm source code), 'C' (C source code)
and 'S' (Assembler with C preprocessor directives).
This removes comments and empty lines, and compresses series of horizontal
spaces to one single space in the languages where that's appropriate.

util/fips-checksums.sh:

Takes source file names as arguments, pushes them through
util/lang-compress.pl and unifdef with FIPS_MODE defined, and calculates
the checksum on the result.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/8871)
2021-05-04 11:32:16 +02:00
..
common Update copyright year 2021-04-22 14:38:44 +01:00
fips PROV: Add OIDs we know to all provider applicable algorithms 2021-04-18 10:10:23 +02:00
implementations sm2: Cleanup handling of DIGEST and DIGEST_SIZE parameters 2021-04-30 15:15:54 +02:00
baseprov.c Update copyright year 2021-04-08 13:04:41 +01:00
build.info test: never run fipsinstall if the tests are not enabled. 2021-04-29 17:40:24 +10:00
decoders.inc Update copyright year 2021-02-18 15:05:17 +00:00
defltprov.c PROV: Add OIDs we know to all provider applicable algorithms 2021-04-18 10:10:23 +02:00
encoders.inc PROV: Implement an EC key -> blob encoder, to get the public key 2021-02-27 16:14:09 +01:00
fips-sources.checksums FIPS module checksums: add scripts and Makefile rule 2021-05-04 11:32:16 +02:00
fips.checksum FIPS module checksums: add scripts and Makefile rule 2021-05-04 11:32:16 +02:00
fips.module.sources Unix build file: Add a target to create providers/fips.module.sources 2021-05-04 11:32:16 +02:00
legacyprov.c Update copyright year 2021-04-22 14:38:44 +01:00
nullprov.c null prov: fix gettable param array type. 2020-10-16 10:33:38 +10:00
prov_running.c keygen: add FIPS error state management to conditional self tests 2020-09-12 16:46:51 +10:00
stores.inc prov: prefix all OSSL_DISPATCH tables names with ossl_ 2020-09-29 16:31:46 +10:00