1.6.
...
1668767675 (
...
18-Nov-2022)
Added global parameters to the "mdlp" global parameters addedsection::
mdlpAcceptLanguage
for supporting MDLP "error_description" (Accept-Language header with values ru|en)mdlpTokenLifeTime
allowed range from 120000ms to 36000000ms, default 1740000ms (=29 minutes of inactivity)
Code Block |
---|
"mdlp": { "mdlpAcceptLanguage": "en", "mdlpTokenLifeTime": 1740000, |
Support Added support for the participant certificate stored on Rutoken Lite added
Code Block |
---|
{ "crypto": { "<ALIAS>": { "alias": "<ALIAS>", "keystore_type": "RutokenStore", "rutoken_id": "<RUTOKEN_SN>", "password": "<PASSWORD>", "keystore_path": "", "trustore_path": "<PATH_TO_ROOT_CERTS_STORE>", "truststore_comment": "JCP 2.0 R4 trust store is incompatible with older versions", "trustore_password": "1" } } |
Utility API endpoints introduced (available from SAP ATTP via /k3t/ru_mdlp_api report call):
3k/utils/version
- actual CRPT Connector (Java part) version,3k/utils/testMdlp
- actual MDLP token for the given participant,3k/utils/testCrypto
- participant certificate info for the given participant
MDLP 1.38 documents responses changes introduced (e.g., D335_FTS_DATA with extensions)
Response from MDLP about non-resident password failure returns to SAP ATTP intact
Unique e2e execution identification (
executionId
) for logging addedlog4j version updated to 2.19 (no known vulnerabilities)
yajsw updated to 13.05
SAP JCo updated to 3.1
1.6.1659959296 (08-Aug-2022)
...