diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2017-06-05 10:01:07 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2017-06-05 13:04:57 +0000 |
commit | b8e3ee442a44b2d9712420b7c854519c060d6cd5 (patch) | |
tree | f4f0d9f28729d5752f6ad3645adbae07ef76dc31 /NEWS | |
parent | 7323799864c85bcef295ae3c4f9c6b8ee59b1025 (diff) | |
download | gnutls-b8e3ee442a44b2d9712420b7c854519c060d6cd5.tar.gz |
doc update
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -61,15 +61,17 @@ See the end for copying conditions. ** libgnutls: gnutls_pem_base64_encode/2() and gnutls_pem_base64_decode/2() can be used to decode arbitrary base64 data if the header parameter is set to NULL. -** libgnutls: removed support for libidn; gnutls can now be compiled only with +** libgnutls: Removed support for libidn; gnutls can now be compiled only with libidn2. -** certtool: the option '--load-ca-certificate' can now accept PKCS#11 +** certtool: The option '--load-ca-certificate' can now accept PKCS#11 URLs in addition to files. -** certtool: the option '--load-crl' can now be used when generating PKCS#12 +** certtool: The option '--load-crl' can now be used when generating PKCS#12 files (i.e., in conjunction with '--to-p12' option). +** psktool: Generate 256-bit keys by default. + ** API and ABI modifications: gnutls_x509_crt_set_flags: Added gnutls_x509_crt_check_ip: Added |