[rs-commit] r535 - in /mod_ca/trunk: ChangeLog mod_ca.h

rs-commit at redwax.eu rs-commit at redwax.eu
Tue Mar 3 12:11:35 CET 2026


Author: minfrin at redwax.eu
Date: Tue Mar  3 12:11:34 2026
New Revision: 535

Log:
Add constants for proof of possession.

Modified:
    mod_ca/trunk/ChangeLog
    mod_ca/trunk/mod_ca.h

Modified: mod_ca/trunk/ChangeLog
==============================================================================
--- mod_ca/trunk/ChangeLog	(original)
+++ mod_ca/trunk/ChangeLog	Tue Mar  3 12:11:34 2026
@@ -1,5 +1,7 @@
 
 Changes with v1.0.0
+
+ *) Add constants for proof of possession. [Graham Leggett]
 
  *) Add mod_ca_provider to support the provider mechanism
     on OpenSSL v3+. [Graham Leggett]

Modified: mod_ca/trunk/mod_ca.h
==============================================================================
--- mod_ca/trunk/mod_ca.h	(original)
+++ mod_ca/trunk/mod_ca.h	Tue Mar  3 12:11:34 2026
@@ -86,6 +86,10 @@
 #define CA_HOLD_INSTRUCTION_CODE "holdInstructionCode"
 #define CA_INVALIDITY_DATE "invalidityDate"
 
+#define CA_POP_CSR "popCertificateSignRequest"
+#define CA_POP_CERT "popCertificate"
+#define CA_POP_SPKAC "popSpkac"
+
 /**
  * Sign the certificate sign request passed in.
  *



More information about the rs-commit mailing list