dulcep
dulcep
Consider splitting the CAs to allow them to be distributed across different servers / ports, and potentially add local admin interfaces. This allows to have each CA running on a...
Implement different log granularity for different parts of the CA (ECA, TCA, TLSCA)
Eliminate TCert generation in the middle of a transaction creation. i.e. avoid calling the TCA in the middle of a transaction in order to request the generation of a batch...
Generation of TCerts needs to include the generation of keys to encrypt EnrollmentID and attributes, such keys must be unique per TCert. Related to #888
Currently TCert structure does not include “EnrollmentID”. Encrypted EnrollmentID need to be added to the TCert. They are encrypted to support privacy and un-linkability.