support of PKCS#10 certificate request generation without attributes

This commit is contained in:
Andreas Steffen
2009-09-14 00:45:51 +02:00
parent 210d287368
commit 341af94dc6
2 changed files with 41 additions and 7 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ x509_pkcs10_t *x509_pkcs10_load(certificate_type_t type, va_list args);
/**
* Generate a PKCS#10 certificate request.
*
* To issue a self-signed certificate, the function takes:
* To issue a self-signed certificate request, the function takes:
* BUILD_SUBJECT, BUILD_SUBJECT_ALTNAMES, BUILD_SIGNING_KEY, BUILD_DIGEST_ALG.
*
* @param type certificate type, CERT_PKCS10_REQUEST only