
Date: 2025-12-18
Access to the private key for KeyStoreCredential objects were synchornized,
which led to long waits when many threads tried to access the same key. This has
been changed and no synchronization is needed anymore.
See https://github.com/swedenconnect/credentials-support/issues/102.
The DefaultCredentialTestFunction was updated to test decryption for
credentials that are marked as encryption/decryption credentials.
See https://github.com/swedenconnect/credentials-support/issues/101.
The log warning credential.bundles.monitoring.* is assigned - use credential.monitoring.* instead was issued even
though no monitoring was configured. This has been fixed.
See https://github.com/swedenconnect/credentials-support/issues/98.
The JwkTransformerFunction.serializable() method has been deprecated, since the JWK will be serializable in all
cases, i.e., no KeyStore is included in the JWK anymore.
The customizer method JwkTransformerFunction.publicJwk() was introduces so that the JwkTransformerFunction can be
used to create a JWK to be included in metadata.
Date: 2025-11-07
-
Also, PkiCredentialCollectionConfiguration
and PkiCredentialCollectionConfigurationProperties
were added for configuration of
a PkiCredentialCollection.
Also, the method createCredentialCollection was added
to PkiCredentialFactory.
credential.collection.* property.-
The PkiCredential.Metadata class has been extended with additional credential metadata properties:
usage - For assigning a credential usage, for example “signing” or “encryption”.active-to and active-from - For enabling “future signing credentials” and “previous encryption credentials”.-
The OpenSamlMetadataProperties
class was extended with the encryption-methods property that enables assigning SAML metadata encryption methods to an
encryption credential.
md:KeyDescriptor element.Date: 2025-09-12
Dependency updates.
Fixed bug where StoreCredentialConfigurationProperties.KeyConfigurationProperties did not implement hashcode
and equals, making it impossible to cache.
We no longer assume that Spring Boot Actuator is on the classpath.
Date: 2025-05-08
Date: 2025-03-26
Date: 2025-02-26
Date: 2025-02-10
JwkTransformerFunction#serializable function was added.Date: 2025-01-21
The PropertyToPublicKeyConverter was added to the Spring Boot Starter autoconfiguration.
Fixed bug that occurred if the same PKCS#11 provider were used for several keys. See https://github.com/swedenconnect/credentials-support/issues/74.
Date: 2024-12-07
Date: 2024-12-06
Copyright © 2020-2025, Sweden Connect. Licensed under version 2.0 of the Apache License.