- Fixed
FabricCAClient::revokesending a request body the Fabric CA server rejected with "Either Name or Serial and AKI are required for a revoke request." The internalRevokeBodyserialized fields using Rust naming (enrollment_id,gen_crl) instead of the JSON tags the CA's/api/v1/revokeendpoint expects (id,gencrl). The publicRevokeRequestAPI is unchanged.