Skip to content

Releases: jamezrin/crtm-cards-java

Return invalid card exception for new error message

08 Jan 21:49
Compare
Choose a tag to compare

Return invalid card exception for new error message

Dynamic card renewals

05 Jan 13:17
Compare
Choose a tag to compare

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

23 Dec 20:31
Compare
Choose a tag to compare
v1.1.3

Rename card class back to CrtmCard

Added default constructors

23 Dec 19:54
Compare
Choose a tag to compare

Added default constructors to data classes

Add constructor that allows for timeout to be specified

02 Dec 16:04
Compare
Choose a tag to compare

Add constructor to the EndpointClient class that allows for timeout to be specified.

Add hostname checker

02 Dec 15:42
Compare
Choose a tag to compare

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

30 Nov 19:20
Compare
Choose a tag to compare

Use more specific exceptions types instead of just declaring thrown exceptions as the generic Exception

First release

30 Nov 18:32
Compare
Choose a tag to compare
v1.0.0

Initial commit