openssl/ssl
Richard Levitte 47b4ccea9c Stop using EVP_MD_CTX_FLAG_NON_FIPS_ALLOW
This is a flag that has lost its relevance.  The new mechanism to do
the same thing is to fetch the needed digest explicitly with "-fips"
as property query, i.e. we remove any requirement for that property to
be set when fetching, even if the default property query string
requires its presence.

Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/10138)
2019-10-11 09:52:31 +02:00
..
record Send bad_record_mac instead of decryption_failed 2019-10-07 08:12:43 +01:00
statem ssl/statem/statem_lib.c: make servercontext/clientcontext arrays of chars instead of char pointers to fix EBCDIC builds. 2019-10-10 16:28:44 +02:00
bio_ssl.c Reorganize local header files 2019-09-28 20:26:35 +02:00
build.info If we are multiblock capable make sure we use it 2019-08-14 11:04:09 +01:00
d1_lib.c Reorganize local header files 2019-09-28 20:26:35 +02:00
d1_msg.c Reorganize local header files 2019-09-28 20:26:35 +02:00
d1_srtp.c Reorganize local header files 2019-09-28 20:26:35 +02:00
methods.c Reorganize local header files 2019-09-28 20:26:35 +02:00
pqueue.c Reorganize local header files 2019-09-28 20:26:35 +02:00
s3_cbc.c Reorganize local header files 2019-09-28 20:26:35 +02:00
s3_enc.c Stop using EVP_MD_CTX_FLAG_NON_FIPS_ALLOW 2019-10-11 09:52:31 +02:00
s3_lib.c Reorganize local header files 2019-09-28 20:26:35 +02:00
s3_msg.c Reorganize local header files 2019-09-28 20:26:35 +02:00
ssl_asn1.c Explicitly test against NULL; do not use !p or similar 2019-10-09 21:32:15 +02:00
ssl_cert_table.h Following the license change, modify the boilerplates in ssl/ 2018-12-06 14:20:59 +01:00
ssl_cert.c Reorganize local header files 2019-09-28 20:26:35 +02:00
ssl_ciph.c Reorganize local header files 2019-09-28 20:26:35 +02:00
ssl_conf.c Explicitly test against NULL; do not use !p or similar 2019-10-09 21:32:15 +02:00
ssl_err.c util/mkerr.pl: make it not depend on the function code 2019-09-12 17:59:52 +02:00
ssl_init.c Reorganize local header files 2019-09-28 20:26:35 +02:00
ssl_lib.c Explicitly test against NULL; do not use !p or similar 2019-10-09 21:32:15 +02:00
ssl_local.h Fix header file include guard names 2019-09-28 20:26:36 +02:00
ssl_mcnf.c Reorganize local header files 2019-09-28 20:26:35 +02:00
ssl_rsa.c Reorganize local header files 2019-09-28 20:26:35 +02:00
ssl_sess.c Reorganize local header files 2019-09-28 20:26:35 +02:00
ssl_stat.c Reorganize local header files 2019-09-28 20:26:35 +02:00
ssl_txt.c Reorganize local header files 2019-09-28 20:26:35 +02:00
ssl_utst.c Reorganize local header files 2019-09-28 20:26:35 +02:00
t1_enc.c Reorganize local header files 2019-09-28 20:26:35 +02:00
t1_lib.c Reorganize local header files 2019-09-28 20:26:35 +02:00
t1_trce.c Do not print extensions in Certificate message for TLS1.2 and lower 2019-10-03 10:29:49 +10:00
tls13_enc.c Reorganize local header files 2019-09-28 20:26:35 +02:00
tls_srp.c Reorganize local header files 2019-09-28 20:26:35 +02:00