[rs-commit] r344 - /mod_ca/trunk/mod_ca_disk.c

rs-commit at redwax.eu rs-commit at redwax.eu
Thu Mar 19 21:18:42 CET 2020


Author: minfrin at redwax.eu
Date: Thu Mar 19 21:18:40 2020
New Revision: 344

Log:
This is a note, this does not need fixing.

https://jira.redwax.eu/browse/REDWAX-76

Modified:
    mod_ca/trunk/mod_ca_disk.c

Modified: mod_ca/trunk/mod_ca_disk.c
==============================================================================
--- mod_ca/trunk/mod_ca_disk.c	(original)
+++ mod_ca/trunk/mod_ca_disk.c	Thu Mar 19 21:18:40 2020
@@ -323,7 +323,7 @@
     idx = X509_REQ_get_attr_by_NID(creq, OBJ_sn2nid("transactionID"), -1);
     if (idx == -1) {
 
-        /* FIXME: In the absence of a transactionID, it would be nice to use either
+        /* Note: In the absence of a transactionID, it would be nice to use either
          * the CN, or the subjectAltName, or the subject for this, or perhaps a hash
          * of some kind. All in good time.
          */



More information about the rs-commit mailing list