|
·
OCSP via Certificate
Arbitrator Module (CAM) Server is now supported. The Certificate
Arbitrator Module (CAM) is an application-level router that efficiently
and consistently routes certificates from relying party programs
to the issuing certificate authorities (CAs)
for validation. By interfacing directly with the CAM, a relying party application will be able to interact
seamlessly with multiple CAs.
·
A new feature allows
users to base64 encode their signed XML data before calling signature
verification and instructs SecureXML to base64 encode signed XML
before returning it to the caller.
·
SecureXML nows
implements config file based initialization
for most object properties.
Following object properties have
been added:
|
·
UseCam
·
CamServerHost
·
CamServerPort
·
AgencyId
·
Base64EncodeXML
·
Base64DecodeXML
·
IncludeCamResponse
·
CamValidationResponse
|
·
CRL checking for a
self issued certificate led to a memory access error. This bug should
not affect any real world usage of SecureXML as any real PKI deployment
has a root certificate other than the end certificate. This problem
is relavant only in test scenarios and
has been fixed.
·
The SignatureAlgorithm
object property has been removed.
·
The GetXMLSignature
object method has been removed.
·
GetCertificateInfo now also provides information about PFX certificates.
|