]> git.ipfire.org Git - thirdparty/openssl.git/commit - crypto/rsa/rsa_local.h
FIPS 186-4 RSA Generation & Validation
authorShane Lontis <shane.lontis@oracle.com>
Wed, 4 Jul 2018 23:28:51 +0000 (09:28 +1000)
committerMatt Caswell <matt@openssl.org>
Tue, 12 Mar 2019 12:00:52 +0000 (12:00 +0000)
commit8240d5fa6535fb20e24fbe7eadbb3d6452a8d305
tree3e785e20a83324c8dab559a5e3da6d533bb82f33
parentd1229190bfbb19439589557e4d65f9bccab09b2d
FIPS 186-4 RSA Generation & Validation

Reviewed-by: Paul Dale <paul.dale@oracle.com>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/6652)
17 files changed:
crypto/bn/bn_prime.c
crypto/bn/bn_rsa_fips186_4.c [new file with mode: 0644]
crypto/bn/build.info
crypto/include/internal/bn_int.h
crypto/rsa/build.info
crypto/rsa/rsa_chk.c
crypto/rsa/rsa_gen.c
crypto/rsa/rsa_lib.c
crypto/rsa/rsa_locl.h
crypto/rsa/rsa_sp800_56b_check.c [new file with mode: 0644]
crypto/rsa/rsa_sp800_56b_gen.c [new file with mode: 0644]
test/bn_internal_test.c [new file with mode: 0644]
test/build.info
test/recipes/03-test_internal_bn.t [new file with mode: 0644]
test/recipes/03-test_internal_rsa_sp800_56b.t [new file with mode: 0644]
test/rsa_sp800_56b_test.c [new file with mode: 0644]
test/rsa_test.c