a14c96 Apply patch gnutls-3.6.14-fips-dh-primes.patch

Authored and Committed by Packit Service 3 years ago
31 files changed. 1483 lines added. 32 lines removed.
doc/credentials/Makefile.am
file modified
+24 -0
doc/credentials/dhparams/rfc2409-group-1-768.pem
file added
+5
doc/credentials/dhparams/rfc2409-group-2-1024.pem
file added
+5
doc/credentials/dhparams/rfc3526-group-14-2048.pem
file added
+8
doc/credentials/dhparams/rfc3526-group-15-3072.pem
file added
+11
doc/credentials/dhparams/rfc3526-group-16-4096.pem
file added
+13
doc/credentials/dhparams/rfc3526-group-17-6144.pem
file added
+19
doc/credentials/dhparams/rfc3526-group-18-8192.pem
file added
+24
doc/credentials/dhparams/rfc3526-group-5-1536.pem
file added
+7
doc/credentials/dhparams/rfc5054-1024.pem
file added
+5
doc/credentials/dhparams/rfc5054-1536.pem
file added
+7
doc/credentials/dhparams/rfc5054-2048.pem
file added
+8
doc/credentials/dhparams/rfc5054-3072.pem
file added
+11
doc/credentials/dhparams/rfc5054-4096.pem
file added
+13
doc/credentials/dhparams/rfc5054-6144.pem
file added
+19
doc/credentials/dhparams/rfc5054-8192.pem
file added
+24
doc/credentials/dhparams/rfc5114-group-22-1024.pem
file added
+8
doc/credentials/dhparams/rfc5114-group-23-2048.pem
file added
+13
doc/credentials/dhparams/rfc5114-group-24-2048.pem
file added
+13
doc/credentials/dhparams/rfc7919-ffdhe2048.pem
file added
+8
doc/credentials/dhparams/rfc7919-ffdhe3072.pem
file added
+11
doc/credentials/dhparams/rfc7919-ffdhe4096.pem
file added
+14
doc/credentials/dhparams/rfc7919-ffdhe6144.pem
file added
+19
doc/credentials/dhparams/rfc7919-ffdhe8192.pem
file added
+24
lib/auth/dh_common.c
file modified
+8 -0
lib/dh-primes.c
file modified
+967 -0
lib/dh.h
file modified
+35 -0
tests/Makefile.am
file modified
+2 -0
tests/client-sign-md5-rep.c
file modified
+5 -0
tests/dh-fips-approved.sh
file added
+127
tests/utils.c
file modified
+26 -32
    Apply patch gnutls-3.6.14-fips-dh-primes.patch
    
    patch_name: gnutls-3.6.14-fips-dh-primes.patch
    present_in_specfile: true
    location_in_specfile: 6
    
        
file modified
+24 -0
file modified
+8 -0
file modified
+967 -0
file modified
+35 -0
file modified
+2 -0
file modified
+5 -0
file modified
+26 -32