Added support for SHA256. Applied fixes from debian and some other sources.

Improved gui behavior.
This commit is contained in:
2016-12-05 21:25:21 +01:00
parent e136e7cbbf
commit 4bb2b88a2a
17 changed files with 255 additions and 61 deletions

View File

@@ -15,7 +15,7 @@ RANDFILE = $dir/.rand
x509_extensions = client_cert
default_days = 365
default_crl_days= 30
default_md = sha1
default_md = sha256
preserve = no
policy = policy_client
@@ -33,7 +33,7 @@ RANDFILE = $dir/.rand
x509_extensions = server_cert
default_days = 365
default_crl_days= 30
default_md = sha1
default_md = sha256
preserve = no
policy = policy_server
@@ -51,7 +51,7 @@ RANDFILE = $dir/.rand
x509_extensions = v3_ca
default_days = 365
default_crl_days= 30
default_md = sha1
default_md = sha256
preserve = no
policy = policy_ca