[rs-commit] r560 - in /mod_spkac/trunk: ChangeLog mod_spkac.c
rs-commit at redwax.eu
rs-commit at redwax.eu
Sat Mar 14 20:29:12 CET 2026
Author: minfrin at redwax.eu
Date: Sat Mar 14 20:29:11 2026
New Revision: 560
Log:
Use "popSpki" to pass the original proof of possession.
Modified:
mod_spkac/trunk/ChangeLog
mod_spkac/trunk/mod_spkac.c
Modified: mod_spkac/trunk/ChangeLog
==============================================================================
--- mod_spkac/trunk/ChangeLog (original)
+++ mod_spkac/trunk/ChangeLog Sat Mar 14 20:29:11 2026
@@ -1,6 +1,8 @@
Changes with v1.0.0
+ *) Use "popSpki" to pass the original proof of possession.
+ [Graham Leggett]
Changes with v0.2.3
Modified: mod_spkac/trunk/mod_spkac.c
==============================================================================
--- mod_spkac/trunk/mod_spkac.c (original)
+++ mod_spkac/trunk/mod_spkac.c Sat Mar 14 20:29:11 2026
@@ -835,7 +835,7 @@
/* handle the proof of possession */
if (spki) {
- apr_hash_set(params, "popSpkac", APR_HASH_KEY_STRING,
+ apr_hash_set(params, CA_POP_SPKI, APR_HASH_KEY_STRING,
make_NETSCAPE_SPKI(r->pool, spki));
}
More information about the rs-commit
mailing list