]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
crypto/ppccap.c: Remove useless TODO 3.0
authorTomas Mraz <tomas@openssl.org>
Mon, 1 Mar 2021 16:24:55 +0000 (17:24 +0100)
committerTomas Mraz <tomas@openssl.org>
Thu, 4 Mar 2021 13:15:01 +0000 (14:15 +0100)
The chacha and poly1305 algorithms are not FIPS approved so
they should stay out of FIPS module.

Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14404)

crypto/ppccap.c

index 0a5976c8a48e7ea5230167f4f27ccde9a887456d..9ed1d80db590cc47e567b1ee140f60dc598358fe 100644 (file)
@@ -83,10 +83,6 @@ void sha512_block_data_order(void *ctx, const void *inp, size_t len)
         sha512_block_ppc(ctx, inp, len);
 }
 
-/*
- * TODO(3.0): Temporarily disabled some assembler that hasn't been brought into
- * the FIPS module yet.
- */
 #ifndef FIPS_MODULE
 # ifndef OPENSSL_NO_CHACHA
 void ChaCha20_ctr32_int(unsigned char *out, const unsigned char *inp,