Releases: jamezrin/crtm-cards-java
Releases · jamezrin/crtm-cards-java
Return invalid card exception for new error message
Dynamic card renewals
This release adds dynamic card renewals, instead of hardcoding the 2 that I assumed the CRTM would give us.
Rename card class back to CrtmCard
v1.1.3 Rename card class back to CrtmCard
Added default constructors
Added default constructors to data classes
Add constructor that allows for timeout to be specified
Add constructor to the EndpointClient class that allows for timeout to be specified.
Add hostname checker
Added hostname checker that allows additional subject alternative domain names so that we the certificate of the remote endpoint is verified. Previously it used NoopHostnameVerifier, which is fine, but I wanted to do it this way to make sure it came from a trusted source.
Minor changes
Use more specific exceptions types instead of just declaring thrown exceptions as the generic Exception
First release
v1.0.0 Initial commit