summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrichard.freedman%sun.com <devnull@localhost>2006-06-19 21:48:42 +0000
committerrichard.freedman%sun.com <devnull@localhost>2006-06-19 21:48:42 +0000
commit25219de981704ed427db9a749e402c9f8767753e (patch)
treea0e6c8450ad1aac0b401c8e4277509dc2d06e94c
parent585d233fe7bd7ab68d0da78b3547e5432bebdcfa (diff)
downloadnss-hg-25219de981704ed427db9a749e402c9f8767753e.tar.gz
Add a descriptive narrative to the function header for
pkix_DefaultChecker_Create
-rw-r--r--security/nss/lib/libpkix/pkix/checker/pkix_defaultrevchecker.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/security/nss/lib/libpkix/pkix/checker/pkix_defaultrevchecker.c b/security/nss/lib/libpkix/pkix/checker/pkix_defaultrevchecker.c
index 591cb6b44..acf83bcdf 100644
--- a/security/nss/lib/libpkix/pkix/checker/pkix_defaultrevchecker.c
+++ b/security/nss/lib/libpkix/pkix/checker/pkix_defaultrevchecker.c
@@ -117,7 +117,9 @@ pkix_DefaultRevocationChecker_RegisterSelf(void *plContext)
* FUNCTION: pkix_DefaultRevChecker_Create
*
* DESCRIPTION:
- * This function uses XXX to create a
+ * This function uses the List of certStores given by "certStores", the Date
+ * given by "testDate", the PublicKey given by "trustedPubKey", and the number
+ * of certs remaining in the chain given by "certsRemaining" to create a
* DefaultRevocationChecker, which is stored at "pRevChecker".
*
* PARAMETERS