[rs-commit] r345 - /mod_scep/trunk/mod_scep.c

rs-commit at redwax.eu rs-commit at redwax.eu
Thu Mar 19 21:24:14 CET 2020


Author: minfrin at redwax.eu
Date: Thu Mar 19 21:24:12 2020
New Revision: 345

Log:
This FIXME was fixed - hash was replaced with an array.

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

Modified:
    mod_scep/trunk/mod_scep.c

Modified: mod_scep/trunk/mod_scep.c
==============================================================================
--- mod_scep/trunk/mod_scep.c	(original)
+++ mod_scep/trunk/mod_scep.c	Thu Mar 19 21:24:12 2020
@@ -19,10 +19,6 @@
  *
  *  Author: Graham Leggett
  *
- * FIXME: Sigh. The current setup does not allow enough control over the
- * ordering of elements in the subject and the subjectaltname. We need
- * to look at this, so that the order of directives is taken into account
- * when building a name out of multiple sources.
  */
 #include <apr_lib.h>
 #include <apr_sha1.h>



More information about the rs-commit mailing list