eidas-middleware icon indicating copy to clipboard operation
eidas-middleware copied to clipboard

This work is provided under the terms of the EUPL 1.2. The terms of the LICENSE.txt do only apply for the official release of the eIDAS Middleware, which is provided by Governikus GmbH & Co. KG on beh...

Results 4 eidas-middleware issues
Sort by recently updated
recently updated
newest added

This commit simplifies the usage of character encoding methods. StandardCharsets.UTF_8.name() was replaced by StandardCharsets.UTF_8 in several places. This was done to improve code readability since StandardCharsets.UTF_8.name() and StandardCharsets.UTF_8 essentially do...

The SNMPAgent class has been refactored to use primitive 'int' instead of 'Integer' objects to enhance memory efficacy and performance.

Remove checkCipherData, as it causes problems with CA_ECDH_AES_CBC_CMAC_192 and CA_ECDH_AES_CBC_CMAC_256. Block size is not always a multiple of key size (ex AES). E.g. using CA_ECDH_AES_CBC_CMAC_192 the encoded key has a...

## Changed port allocation to a non privileged port On linux systems privileged ports needs to be run as a root user. When running the build / test as a...