cross-reference the DH and RSA SECLEVEL to level of security mappings
[openssl.git] / crypto / x509 / x509_vfy.c
index f020d4864d6f108c0fd3ee3c96d4ea93cf4c5c47..18c6172c9800e45f028b0f03c6c24018915eff7f 100644 (file)
@@ -3364,6 +3364,10 @@ STACK_OF(X509) *X509_build_chain(X509 *target, STACK_OF(X509) *certs,
     return result;
 }
 
+/*
+ * note that there's a corresponding minbits_table in ssl/ssl_cert.c
+ * in ssl_get_security_level_bits that's used for selection of DH parameters
+ */
 static const int minbits_table[] = { 80, 112, 128, 192, 256 };
 static const int NUM_AUTH_LEVELS = OSSL_NELEM(minbits_table);