summaryrefslogtreecommitdiff
path: root/tests/fips-override-test.c
Commit message (Collapse)AuthorAgeFilesLines
* fips140: aligned code with documentationtmp-fix-fips-modeNikos Mavrogiannopoulos2018-10-231-0/+8
| | | | | | | That is, we introduce the documented but unimplemented macros GNUTLS_FIPS140_SET_LAX_MODE() and GNUTLS_FIPS140_SET_STRICT_MODE(). Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
* tests: added unit test of gnutls_fips140_set_modeNikos Mavrogiannopoulos2018-02-191-0/+133
Also ensure that 512-bit keys cannot be generated in FIPS140-2 mode Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>