diff options
author | Simon Josefsson <simon@josefsson.org> | 2005-12-08 15:24:08 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2005-12-08 15:24:08 +0000 |
commit | 7f163e07dd7762b799e91d1974a6a0542b5cd866 (patch) | |
tree | d6034c944b407f2b89762ea7cddef11bbf5b0c3f | |
parent | cabedb4471d3a14ba910f19e5e483d35b51b55f1 (diff) | |
download | gnutls-7f163e07dd7762b799e91d1974a6a0542b5cd866.tar.gz |
Add.
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -35,6 +35,10 @@ This will enable "certtool -k -8" to parse those keys. Use "certtool -p -8" and press press enter at the prompt. Earlier, certtool would have encrypted the key using an empty password. +** Certtool now accept --password for --key-info and encrypted PKCS#8 keys. +Earlier it would have prompted the user for it, even if --password was +supplied. + ** API and ABI modifications: New function to set X.509 credentials from a PKCS#12 file: gnutls_certificate_set_x509_simple_pkcs12_file |