]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
small fixes
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Mon, 21 Oct 2013 17:50:15 +0000 (19:50 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Mon, 21 Oct 2013 17:50:15 +0000 (19:50 +0200)
NEWS
libdane/dane.c

diff --git a/NEWS b/NEWS
index 596c0608e99a2a69e1978f14125250b43c344de4..bfd647c781dbc0ec0ff5b406f38a0924e81baa24 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -16,6 +16,7 @@ See the end for copying conditions.
 
 ** API and ABI modifications:
 gnutls_certificate_get_crt_raw: Added
+dane_verify_crt_raw: Added
 dane_raw_tlsa: Added
 
 
index 01872b519c060fc11854f42467e947497771a854..b27ae15f87a581834a45c02118833bbc81e2b4dc 100644 (file)
@@ -576,12 +576,12 @@ cleanup:
 }
 
 /**
- * dane_verify_crt:
+ * dane_verify_crt_raw:
  * @s: A DANE state structure (may be NULL)
  * @chain: A certificate chain
  * @chain_size: The size of the chain
  * @chain_type: The type of the certificate chain
- * @r DANE data to check against
+ * @r: DANE data to check against
  * @sflags: Flags for the the initialization of @s (if NULL)
  * @vflags: Verification flags; an OR'ed list of %dane_verify_flags_t.
  * @verify: An OR'ed list of %dane_verify_status_t.