diff options
Diffstat (limited to 'src/lib/libcrypto/dsa/dsa.h')
| -rw-r--r-- | src/lib/libcrypto/dsa/dsa.h | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/src/lib/libcrypto/dsa/dsa.h b/src/lib/libcrypto/dsa/dsa.h index 63e5cedb1c..9f3d561239 100644 --- a/src/lib/libcrypto/dsa/dsa.h +++ b/src/lib/libcrypto/dsa/dsa.h | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: dsa.h,v 1.45 2024/12/05 19:29:08 tb Exp $ */ | 1 | /* $OpenBSD: dsa.h,v 1.46 2024/12/05 19:34:46 tb Exp $ */ |
| 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
| 3 | * All rights reserved. | 3 | * All rights reserved. |
| 4 | * | 4 | * |
| @@ -177,13 +177,6 @@ int DSA_print(BIO *bp, const DSA *x, int off); | |||
| 177 | int DSAparams_print_fp(FILE *fp, const DSA *x); | 177 | int DSAparams_print_fp(FILE *fp, const DSA *x); |
| 178 | int DSA_print_fp(FILE *bp, const DSA *x, int off); | 178 | int DSA_print_fp(FILE *bp, const DSA *x, int off); |
| 179 | 179 | ||
| 180 | /* | ||
| 181 | * Primality test according to FIPS PUB 186-4, Appendix C.3. Set the number | ||
| 182 | * to 64 rounds of Miller-Rabin, which corresponds to 128 bits of security. | ||
| 183 | * This is necessary for keys of size >= 3072. | ||
| 184 | */ | ||
| 185 | #define DSS_prime_checks 64 | ||
| 186 | |||
| 187 | #ifndef OPENSSL_NO_DH | 180 | #ifndef OPENSSL_NO_DH |
| 188 | /* Convert DSA structure (key or just parameters) into DH structure | 181 | /* Convert DSA structure (key or just parameters) into DH structure |
| 189 | * (be careful to avoid small subgroup attacks when using this!) */ | 182 | * (be careful to avoid small subgroup attacks when using this!) */ |
