Some comments referred to DNS_R_NOTVERIFIEDYET as

DNS_R_SIGNOTVERIFIEDYET
This commit is contained in:
Andreas Gustafsson
2001-10-10 21:39:16 +00:00
parent 13f2c161db
commit 247b6de61b
2 changed files with 4 additions and 4 deletions

View File

@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: dnssec.h,v 1.21 2001/01/17 01:22:20 bwelling Exp $ */
/* $Id: dnssec.h,v 1.22 2001/10/10 21:39:15 gson Exp $ */
#ifndef DNS_DNSSEC_H
#define DNS_DNSSEC_H 1
@@ -141,7 +141,7 @@ dns_dnssec_verifymessage(isc_buffer_t *source, dns_message_t *msg,
* Verifies a message signed by a SIG(0) record. This is not
* called implicitly by dns_message_parse(). If dns_message_signer()
* is called before dns_dnssec_verifymessage(), it will return
* DNS_R_SIGNOTVERIFIEDYET. dns_dnssec_verifymessage() will set
* DNS_R_NOTVERIFIEDYET. dns_dnssec_verifymessage() will set
* the verified_sig0 flag in msg if the verify succeeds, and
* the sig0status field otherwise.
*

View File

@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: message.h,v 1.100 2001/08/28 03:58:17 marka Exp $ */
/* $Id: message.h,v 1.101 2001/10/10 21:39:16 gson Exp $ */
#ifndef DNS_MESSAGE_H
#define DNS_MESSAGE_H 1
@@ -1180,7 +1180,7 @@ dns_message_signer(dns_message_t *msg, dns_name_t *signer);
* DNS_R_SIGINVALID - the message was signed by a SIG(0), but
* the signature failed to verify
*
* DNS_R_SIGNOTVERIFIEDYET - the message was signed by a TSIG or SIG(0),
* DNS_R_NOTVERIFIEDYET - the message was signed by a TSIG or SIG(0),
* but the signature has not been verified yet
*/