make update
Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Andy Polyakov <appro@openssl.org>
This commit is contained in:
parent
e774a3055b
commit
972868b23d
2 changed files with 3 additions and 1 deletions
|
@ -103,7 +103,7 @@ emailAddress = optional
|
||||||
|
|
||||||
####################################################################
|
####################################################################
|
||||||
[ req ]
|
[ req ]
|
||||||
default_bits = 1024
|
default_bits = 2048
|
||||||
default_keyfile = privkey.pem
|
default_keyfile = privkey.pem
|
||||||
distinguished_name = req_distinguished_name
|
distinguished_name = req_distinguished_name
|
||||||
attributes = req_attributes
|
attributes = req_attributes
|
||||||
|
|
|
@ -4409,3 +4409,5 @@ ECDSA_METHOD_set_app_data 4768 EXIST::FUNCTION:ECDSA
|
||||||
sk_deep_copy 4769 EXIST::FUNCTION:
|
sk_deep_copy 4769 EXIST::FUNCTION:
|
||||||
ECDSA_METHOD_get_app_data 4770 EXIST::FUNCTION:ECDSA
|
ECDSA_METHOD_get_app_data 4770 EXIST::FUNCTION:ECDSA
|
||||||
X509_VERIFY_PARAM_add1_host 4771 EXIST::FUNCTION:
|
X509_VERIFY_PARAM_add1_host 4771 EXIST::FUNCTION:
|
||||||
|
EC_GROUP_get_mont_data 4772 EXIST::FUNCTION:EC
|
||||||
|
i2d_re_X509_tbs 4773 EXIST::FUNCTION:
|
||||||
|
|
Loading…
Reference in a new issue