diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2011-10-07 17:47:09 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2011-10-07 18:00:58 +0200 |
commit | 8128354e41015c15e27a0bf7c4eb785fff51d08c (patch) | |
tree | 92beb20d2dc1ee4fcdb413089886af02bff60869 /NEWS | |
parent | 9f339991e432646a7a8d7fc7619c4ecc6bbcec6a (diff) | |
download | gnutls-8128354e41015c15e27a0bf7c4eb785fff51d08c.tar.gz |
Added new signing callback in gnutls_privkey_t.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -24,8 +24,13 @@ Used to get the PKIX Authority Information Access (AIA) field. ** libgnutls: gnutls_x509_crt_print supports printing AIA fields. +** libgnutls: Added ability to gnutls_privkey_t to operate with +signing callback function. + ** API and ABI modifications: gnutls_x509_crt_get_authority_info_access (x509.h): Added function. +gnutls_privkey_import_ext: Added function. +gnutls_certificate_set_key: Added function. gnutls_info_access_what_t (x509.h): Added enum. GNUTLS_OID_AIA (x509.h): Added symbol. GNUTLS_OID_AD_OCSP (x509.h): Added symbol. |