X-Road v7.6.0 Release Notes

Release Info

Version number

7.6.0

Release date

02.01.2025

Supported versions

  • 7.6.0

  • 7.5.1

  • 7.4.2

Supported platforms

Central Server

  • Ubuntu 22.04 LTS

  • Ubuntu 24.04 LTS

Configuration Proxy

  • Ubuntu 22.04 LTS

  • Ubuntu 24.04 LTS

Security Server

  • Ubuntu 22.04 LTS

  • Ubuntu 24.04 LTS

  • RHEL 8

  • RHEL 9

  • Docker

Official documentation

https://github.com/nordic-institute/X-Road/tree/master/doc

Source code

https://github.com/nordic-institute/X-Road/tree/master

Software license

MIT

 

On this page:

 

Changes in This Release

Summary

  • Support for automatic renewal of authentication and sign certificates issued through ACME on the Security Server.

  • Support for sending e-mail notifications to Security Server administrators on automatic certificate renewals and failures.

  • Support for Elliptic Curve Cryptography (ECC) in data exchange and global configuration distribution.

  • Support for getting operational metrics on a REST service endpoint level, not just on a service level.

  • Add support for multiple languages in the Central Server and Security Server UIs.

  • Introduce improvements to various Security Server application logging outputs.

  • Remove support for Ubuntu 20.04 LTS and Red Hat Enterprise Linux (RHEL) 7 operating systems.

  • Minor enhancements and bug fixes based on user feedback.

Because of the change in the PostgreSQL rpm packages, installing the Security Server on Red Hat Enterprise Linux (RHEL) requires installing PostgreSQL separately before installing the Security Server.

In case the Central Server or the Security Server setup is using haproxy with a remote database, it is strongly recommended to test the remote database setup before upgrading the production environment. Depending on the configuration details, there may be issues with haproxy and a remote database.

Completed Issues

Issue ID

Type

Summary

Issue ID

Type

Summary

XRDDEV-2185

Improvement

Improve the information system TLS certificate table under subsystem internal servers in the Security Server to show the Subject Distinguished Name, Not Before and Not After fields from the certificate in the table. Additionally added support for sorting the table based on the fields.

XRDDEV-2536

Improvement

Introduce support for automatically renewing authentication and sign certificates issued by trusted CAs that support automated certificate management through ACME on the Security Server. Only certificates that have been issued by a CA that supports ACME can be automatically renewed. Automatic renewal is enabled by default and it can be disabled using the proxy-ui-api.acme-renewal-active system property.

The Security Server runs a certificate renewal job once an hour. The interval can be adjusted using the proxy-ui-api.acme-renewal-interval system parameter. The time when a certificate is ready for renewal is determined by the ACME server if the server supports the ACME ARI extension. Otherwise, the time is defined by the proxy-ui-api.acme-renewal-time-before-expiration-date system parameter which defaults to 14 days.

Please see the Security Server User Guide and the System Parameters User Guide for more detailed information about the feature.

Certificates are renewed, but not activated automatically. Certificates must be manually activated by the administrator. Instead, the authentication certificate registration request is sent automatically when an authentication certificate is renewed using ACME.

XRDDEV-2542

Improvement

Introduce option to enable logging the Common Name (CN) field of the client certificate used by a consumer information system to communicate with the Security Server proxy module. When the option is enabled, the CN field is written to the proxy log (/var/log/xroad/proxy.log).

XRDDEV-2567

Improvement

Add support for collecting operational monitoring data on REST endpoint level. The endpoints are recorded as a combination of HTTP method and request path, for example, GET / /api/v1/books and POST/ /api/v1/books are recorded as different endpoints.

Before the change, collecting operational monitoring data from REST services was only possible from API level.

XRDDEV-2627

Fix

Bump all X-Road components to use JAVA 21.

XRDDEV-2652

Improvement

On the Central Server, add support for:

  1. Listing Security Servers where a member is registered as a non-owner member.

  2. Unregistering a non-owner member from a Security Server.

A list of Security Servers that are used by a member has been added to the Central Server's Member view.

XRDDEV-2656

Fix

Fix an issue that caused the Central Server incorrectly show the initialization wizard when the signer process was stopped even if the server had already been initialized.

XRDDEV-2659

Fix

Fix an issue that allowed deleting a disabled subsystem from the Security Server without needing to unregister the subsystem first.

XRDDEV-2665

Fix

Remove deprecated signer port 5558 from source code and documentation.

XRDDEV-2667

New

Introduce support for sending notification e-mails to member-specific contacts on Security Server when:

  • authentication certificate automatic renewal over ACME succeeded / failed

  • sign certificate automatic renewal over ACME succeeded / failed

  • authentication certificate registration succeeded.

Success and failure notifications can be turned on and off separately with the proxy-ui-api.acme-renewal-success-notification-enabled and proxy-ui-api.acme-renewal-failure-notification-enabled system properties. By default, both notifications are enabled. Instead, the authentication certificate registration notification can be turned on and off with the proxy-ui-api.auth-cert-registered-notification-enabled system property. By default, the notification is enabled.

For the e-mail notifications to work, an external mail server needs to be configured in the /etc/xroad/conf.d/mail.yml file and the Security Server must be able to communicate with it. The configuration can be tested using the Security Server’s Diagnostics view that provides a feature for sending test e-mails.

XRDDEV-2668

Improvement

Improve the accuracy of the error messages shown in the Security Server UI. The error messages provide more detailed information about the cause of the issue.

XRDDEV-2682

Fix

Fix an issue with the Security Server Sidecar that caused automatic backups to fail on Kubernetes without a manual configuration change by an administrator.

XRDDEV-2683

Fix

Fix an issue with the Security Server Sidecar that caused conflicting configuration values to be applied from country-specific meta packages. For example, in the Estonian flavor (-ee) of the Sidecar access to the client proxy was allowed only from inside the container itself by default.

XRDDEV-2686

Improvement

Add support for including the proxy-ui-api module's access log in the STDOUT of the Security Server Sidecar.

XRDDEV-2687

Improvement

Add support for verifying and logging messages with non-batch signatures. X-Road 8 will support non-batch signatures and being able to verify and log them is required in X-Road 7 to be interoperable with X-Road 8.

XRDDEV-2692

Fix

Fix an issue with the Security Server Keys and Certificates view that caused visual duplications in the table element under certain circumstances.

XRDDEV-2693

Improvement

Improve Security Server and Central Server codebase to allow for different types of keys to be used instead of hardcoded RSA support.

XRDDEV-2694

Improvement

Add support for using Elliptic Curve Cryptography (ECC) in authentication and sign keys on the Security Server. In addition, RSA keys continue to be supported too.

XRDDEV-2695

Improvement

Add support for using Elliptic Curve Cryptography (ECC) in signing and verifying the global configuration. In addition, RSA keys continue to be supported too.

XRDDEV-2697

Fix

Fix issues in the Security Server UI that caused unnecessary warnings in the browser console.

XRDDEV-2714

Improvement

Add support for including the output of the global configuration verification process in the STDOUT of the Security Server Sidecar.

XRDDEV-2718

Fix

Fix the following issues with the advanced database connection configuration options:

  • Database connection authentication keys stored under /etc/xroad/ssl/ had their file permissions incorrectly changed during the backup restoration process.

  • Backup restoration script connects only to the first node even if multiple nodes are defined in the connection string.

  • PGHOST parameter ignored during restore process.

XRDDEV-2723

Fix

Update the PKCS11 library to the latest version.

XRDDEV-2728

New

Add support for multiple languages in the Central Server and Security Server UIs. The user is able to select any of the available languages using the language menu available in the Central Server and Security Server UIs. However, this task doesn’t add support for any additional languages besides English.

XRDDEV-2729

Fix

Fix an issue that prevented deleting a subsystem that is both a consumer and producer on the same Security Server. Deleting the subsystem failed due to a database constraint.

XRDDEV-2731

Fix

Improve variable handling on the Security Server UI to preempt Client-Side Path Traversal (CSPT) attacks.

XRDDEV-2732

Fix

Disable listening to ACME HTTP challenges on port 4000 on the Security Server.

XRDDEV-2733

Fix

Harden request path validation on the Security Server for ACME HTTP challenges to preempt potential weaknesses in future implementation changes.

XRDDEV-2759

Fix

Fix an issue on the Security Server that caused the proxy-ui-api service not being started automatically after a fresh metapackage install.

XRDDEV-2765

Fix

Rename two Configuration Client’s ([configuration-client]) system parameters to match the system parameter naming convention:

  • global_conf_tls_cert_verification -> global-conf-tls-cert-verification

  • global_conf_hostname_verification -> global-conf-hostname-verification

If the default values have been overridden in the /etc/xroad/conf.d/local.ini configuration file, they are migrated to the new format automatically during version upgrade.

XRDDEV-2787

New

Add support for the Spanish language in the Central Server and Security Server UIs.

XRDDEV-2788

New

Add support for the Estonian language in the Security Server UI.

XRDDEV-2789

Fix

Fix issue in Security Server web UI, where a large amount of data caused the service client selection to become unresponsive without filtering the view first.

XRDDEV-2794

Fix

A bug fix in the PostgreSQL rpm package causes the Security Server installation on RHEL to fail, because the /var/run/postgresql directory required by the postgresql service is created when yum install completes. While yum install is running, postgresql service can't be started and the Security Server installer is not able to initialize the Security Server databases. The solution is to install PostgreSQL before installing the Security Server.

The Security Server Installation Guide for RHEL has been updated accordingly.

Issue types: fix (bug fix or technical debt), improvement (improvement to an existing feature), new (a new feature).

New/Updated Dependencies

Dependency

Old Version

New Version

Notes

Dependency

Old Version

New Version

Notes

metrics

4.2.26

4.2.29

 

jetty

12.0.7

12.0.14

 

hibernate

6.5.2.Final

6.6.2.Final

 

mapstruct

1.5.5.Final

1.6.3

 

jackson

2.17.1

2.18.2

 

spring-boot

3.3.1

3.3.6

 

bouncycastle

1.78.1

1.79

 

slf4j

2.0.13

2.0.16

 

protoc

3.25.3

4.29.0

 

gRPC

1.64.0

1.68.2

 

swagger-parser

2.1.22

2.1.24

 

logback

1.4.14

1.5.12

 

logback-access

1.4.14

2.0.3

 

apache-cxf

4.0.4

4.0.5

 

spring-cloud-dependencies

2023.0.2

2023.0.3

 

commons-compress

1.26.2

1.27.1

 

commons-lang3

3.14.0

3.17.0

 

tika-core

2.9.2

3.0.0

 

xmlsec

4.0.2

4.0.3

 

httpclient5

5.3.1

5.4.1

 

commons-cli

1.8.0

1.9.0

 

commons-codec

1.17.0

1.17.1

 

commons-io

2.16.1

2.18.0

 

postgresql

42.7.3

42.7.4

 

liquibase-core

4.28.0

4.30.0

 

feign-hc5

13.3

13.5

 

swagger-annotations

2.2.22

2.2.26

 

awaitility

4.2.1

4.2.2

 

hamcrest

2.2

3.0

 

HikariCP

5.1.0

6.2.1

 

quartz

2.3.2

2.5.0

 

semver4j

5.3.0

5.4.1

 

acme4j-client

3.3.1

3.4.0

 

Contributors

The following developers have contributed to the development of this release version. A contribution means at least one Git commit that is included in the release. The full list of contributors of different X-Road® versions is available here.

Other Notes

Package Repositories

Repository Sign Key Details

Download URL

https://artifactory.niis.org/api/gpg/key/public

Hash

935CC5E7FA5397B171749F80D6E3973B

Fingerprint

A01B FE41 B9D8 EAF4 872F A3F1 FB0D 532C 10F6 EC5B

3rd party key server

Ubuntu key server

Packages

Jammy

Package

SHA256 checksum

Package

SHA256 checksum

xroad-addon-hwtokens_7.6.0-1.ubuntu22.04_amd64.deb

95ee43e98db931fb12c42d7413f2c24d05ebfd0acb631c2143be566588479e90

xroad-addon-messagelog_7.6.0-1.ubuntu22.04_all.deb

ab5f0fbc9cf37deac879553c550fa28e8992e97b8a5cc1ad5919b4af41f42baf

xroad-addon-metaservices_7.6.0-1.ubuntu22.04_all.deb

0d9a57473551b1649f1ea135673c51cac864623e3966123b3cd056b73a26bece

xroad-addon-proxymonitor_7.6.0-1.ubuntu22.04_all.deb

7efaf577051d0a660882b978f58e5fcdb9da5e58edcd4d77641e22d98604af39

xroad-addon-opmonitoring_7.6.0-1.ubuntu22.04_all.deb

d5baf08d9ce34c812763b507149b643f03b63e5ab77fb50f417948fb8850c3be

xroad-addon-wsdlvalidator_7.6.0-1.ubuntu22.04_all.deb

6551f27e06678269429752e68434bf1cbea1a37bd2b4499a1beaf1833dd74167

xroad-base_7.6.0-1.ubuntu22.04_amd64.deb

119e33f678e9832fc6fa771d67fd56d4648aab2f57f54000744b6ca3f29b5cf3

xroad-autologin_7.6.0-1.ubuntu22.04_all.deb

80a5e81871655d776f1b1c72b854c6fb24a4dfac97a5994c2ce53bb3c317b8a8

xroad-center_7.6.0-1.ubuntu22.04_all.deb

3a8825e4b6845f2c4804314c2990d9913dc8d70a18edf5ac4d803a3517de1a88

xroad-center-management-service_7.6.0-1.ubuntu22.04_all.deb

ea8267809414f8a0020e04798aa786326a9e44e730a31e0cf80ee6d3abff3795

xroad-center-registration-service_7.6.0-1.ubuntu22.04_all.deb

db7f7ce6c07342b999f66f0226fccaceb45b321a102e7c6b60787f3cbe362819

xroad-centralserver_7.6.0-1.ubuntu22.04_all.deb

fd913de60711c6b0fd66fd38282a3bb43a18d5671b39157836f093e9ee693b1e

xroad-confclient_7.6.0-1.ubuntu22.04_amd64.deb

cdbefde1bb10328c61f15d34baa49d34d0cababa7aa28f9c31193dc8ca93b535

xroad-centralserver-monitoring_7.6.0-1.ubuntu22.04_all.deb

267ac8889b09808ff729f6f0384860528cdadc2aa745345b5e4d0c2164e0b5c6

xroad-confproxy_7.6.0-1.ubuntu22.04_all.deb

8e64963571ab3f5763f7922b49cb4a6cd33ba8964d11e63cdffc8c6806e0f031

xroad-database-local_7.6.0-1.ubuntu22.04_all.deb

1e197aab81c0c4200146fbe76dd34fa709865436e139703406b2e36b826efdbd

xroad-database-remote_7.6.0-1.ubuntu22.04_all.deb

0083a63f70e208343ffb246d8b39fcd864bcf0a61c55ce7ce5041449d91aa54f

xroad-monitor_7.6.0-1.ubuntu22.04_all.deb

1bbd535bed6bdab3f432cd42a0afe8ebbbcdd300b3e2c3deb02723ed6a5f1876

xroad-nginx_7.6.0-1.ubuntu22.04_amd64.deb

36f9d47a4b287b19aa0abb6edade95cd50de405da12b505a027ccc1aa727ec87

xroad-opmonitor_7.6.0-1.ubuntu22.04_all.deb

478be2054f8ce431c535e85f90d7a3af13714e9dcafb18ec7c41f47bc9aed2ab

xroad-proxy_7.6.0-1.ubuntu22.04_all.deb

c346075957bd4b064430e5199efd828917c0e0e63df9a123a10150ed7d3fe1de

xroad-proxy-ui-api_7.6.0-1.ubuntu22.04_all.deb

56f269290de4310e71213eff4baab7cf520f4d1b0bc3478bf95b1f0b27414a94

xroad-securityserver-ee_7.6.0-1.ubuntu22.04_all.deb

b3813377cbe0d873cb25ffc295e8564dd90708f5aa701a4dd132ea1731c02415

xroad-securityserver-is_7.6.0-1.ubuntu22.04_all.deb

093c04bdf06eaf98d7f5f20d801458fb1ec6147cef9dd35c219da1448009fd0e

xroad-securityserver-fi_7.6.0-1.ubuntu22.04_all.deb

abecb7e0e5b3d7a862af41f19b95dfe2d4f1d12a65b0edbc768a19218bcd2d70

xroad-securityserver_7.6.0-1.ubuntu22.04_all.deb

888777dda9cbcdc7ea7a3a8f63a3fc1c1813757eedab897fe8b0fad7f043ab83

xroad-securityserver-fo_7.6.0-1.ubuntu22.04_all.deb

2c2b2e3ee2d45447327de315bc50c5a9c9ef89019f131bf05a206269fd9b2b32

xroad-signer_7.6.0-1.ubuntu22.04_amd64.deb

d7da4711759088c7be1858e229921fc1bf8c2d3a2b62aa2a336413a7c35048b7

Noble

Package

SHA256 checksum

Package

SHA256 checksum

xroad-addon-hwtokens_7.6.0-1.ubuntu24.04_amd64.deb

ab9052e48198c0fa830b50e08439fede8de088f74f0faf82cab915a4d2633b81

xroad-addon-messagelog_7.6.0-1.ubuntu24.04_all.deb

21ac9cebe04f41d93c22feb670ad2a6bf6dcd0ff6f7521bf2e8ff40fe91922dd

xroad-addon-wsdlvalidator_7.6.0-1.ubuntu24.04_all.deb

5c37573b33e8ed4cdac43fb0ac1efe4f42cb8d0963e0b929c2f7c58ee7106061

xroad-addon-opmonitoring_7.6.0-1.ubuntu24.04_all.deb

73d033ac572795fb5d254ae9966f28581a1659f3f32d4abbcb3dcb3b66a07e5e

xroad-autologin_7.6.0-1.ubuntu24.04_all.deb

2d630b982448452364922828267f388dd1e4675789d70876925b5573ad6f5150

xroad-addon-metaservices_7.6.0-1.ubuntu24.04_all.deb

79a01d819ff1c644bf01d5eca848d473e43b1958a2fafc89f360abaf545f0615

xroad-base_7.6.0-1.ubuntu24.04_amd64.deb

a540c231b5734ba2db57eb84f0e700c284d2ce930a07d876c904df46af4ec823

xroad-addon-proxymonitor_7.6.0-1.ubuntu24.04_all.deb

13b3acb18921f23b12dd4ed859421b48326021f9bd625535c964dbd8f54d5fe6

xroad-center_7.6.0-1.ubuntu24.04_all.deb

9419a5a1bb1d3e66d751d673f41d0282f65527796fdfee5d6ef32df5ff12d7f1

xroad-center-management-service_7.6.0-1.ubuntu24.04_all.deb

d83cdbeb61b426c8f02400910e99b49373f8a5ba5c51ac57fc3d63005730decf

xroad-center-registration-service_7.6.0-1.ubuntu24.04_all.deb

4617f06dc7fda34440672555d50bc7d57c3cc3befb8e8f32e4aaf047b8bcf63b

xroad-centralserver_7.6.0-1.ubuntu24.04_all.deb

dcbb49f86e3eba90a760c7d469792d9be3bff39394834b70b48ae140aa99b872

xroad-centralserver-monitoring_7.6.0-1.ubuntu24.04_all.deb

e4570f95c6b3cf085d5b477a06791ea54d54ba7f6f04e1527ad07d1b109acac7

xroad-confclient_7.6.0-1.ubuntu24.04_amd64.deb

6b296dad12cbee091899b8e94671aaf414b434befdbbf13ee20b0b26cfb085a4

xroad-database-local_7.6.0-1.ubuntu24.04_all.deb

78ad7df4d4a6471a7ded8641a8bb1a73f590a1c2ef7ea631e50571378e84f997

xroad-database-remote_7.6.0-1.ubuntu24.04_all.deb

72fbbd17ef070c49d2a078e1fa08f796754c93358026f9cee56e6bbae1feb645

xroad-confproxy_7.6.0-1.ubuntu24.04_all.deb

4b502ef93c52cd2c45b0fe0dfbdf98ec290c07b8e225da8bee974b0b75f0ca59

xroad-monitor_7.6.0-1.ubuntu24.04_all.deb

8f6926b0974a7f6a025aed944eed5ec57422a089282989bb8bf5bd796c0c977a

xroad-nginx_7.6.0-1.ubuntu24.04_amd64.deb

c5a60b7228ee5eab7793049b7bd2616d05435ba48e1e4dbe6ddaab382f0821e0

xroad-opmonitor_7.6.0-1.ubuntu24.04_all.deb

9461ae14ffd93ae36be0dc796923df90995dfb0d3df4b7f28a07a581ef92f0d5

xroad-proxy_7.6.0-1.ubuntu24.04_all.deb

f1996f39feea8c6fb331b4eca9a35ef11f9f79835918ffa68837a9e106211d71

xroad-proxy-ui-api_7.6.0-1.ubuntu24.04_all.deb

a0e701962074068be5f066fc2b59efb1457a298c749c9ee8cc9acc2a97732968

xroad-securityserver-is_7.6.0-1.ubuntu24.04_all.deb

651099a332fd5cbc3723ced6d7c867ed258d48f1e3940112bba434ee73aec43d

xroad-securityserver-fo_7.6.0-1.ubuntu24.04_all.deb

f6856eb0975a18ff529e2f3b2e8fd57539f0eaf7714cd8c75f9100fa1e9c4a80

xroad-securityserver_7.6.0-1.ubuntu24.04_all.deb

d2c073937973cffb9a6fd36eea3684e09aab4f1c949e44a34209c7d4152b9a0e

xroad-securityserver-ee_7.6.0-1.ubuntu24.04_all.deb

b390e40123edd820efe5a863e8bed48e1ef455f0349d96565f47ac8451e0ec6d

xroad-securityserver-fi_7.6.0-1.ubuntu24.04_all.deb

107d924f4a7ba0861006eedf37211177f509dee598b647e881e05a2aa8eb083a

xroad-signer_7.6.0-1.ubuntu24.04_amd64.deb

e218c24be2e9e6444064cb3befe60acab4a32a4ed756e0d66fcae84dbe08e1db

RPM / RHEL8

Package

SHA256 checksum

Package

SHA256 checksum

xroad-addon-messagelog-7.6.0-1.el8.x86_64.rpm

b059950b882fdec3bee496f4690661cea70b3274eb894070a4db000e3a77de6c

xroad-addon-metaservices-7.6.0-1.el8.x86_64.rpm

ad815a701dd1f21d8ac6b49d3f9cf78396b9349f1f590a804b9b9148605c3be7

xroad-addon-opmonitoring-7.6.0-1.el8.x86_64.rpm

6267afb2c70233af5d05af3f4f8e7cebe8030c08eb7ff56503edd11fb97041c4

xroad-addon-proxymonitor-7.6.0-1.el8.x86_64.rpm

095a3ee68b9244ce54dfac8804285e92c028f89f4b417e2f899cd093c9bed49a

xroad-addon-wsdlvalidator-7.6.0-1.el8.x86_64.rpm

0d21414e587a9c14919eea8d5b0748bb9b95becec572d4f71878a38d1c6816dc

xroad-autologin-7.6.0-1.el8.noarch.rpm

f210b0d120dde2beb642f1a029c26bff437e07c30cb13433ddb5d21e35478beb

xroad-base-7.6.0-1.el8.x86_64.rpm

1dd610f75c1f9eddc811a0c952b1cb475788b608d224c2bcd0ca341f5ec651f1

xroad-confclient-7.6.0-1.el8.x86_64.rpm

196b60a2001e11e76f848efda3e7c5dbcf500579f815bc914dbf5ab198cee42d

xroad-database-local-7.6.0-1.el8.noarch.rpm

bbde77495ce557c716b3a685c473f2ab338710acb914b6c36fab34738f96dd18

xroad-database-remote-7.6.0-1.el8.noarch.rpm

6e7d9934d5cb211dd89ffe36349a20ab466285d1ae201efd7293f59ed3b69dad

xroad-monitor-7.6.0-1.el8.x86_64.rpm

957c35184358b5109fe1a5b6757a9ecbb650f9f0ffb61cbbb9b89fc2537acf14

xroad-opmonitor-7.6.0-1.el8.x86_64.rpm

918006e729cb1a5abfedda32ef45d97706b9187b799656f274e68e98e400dd0e

xroad-proxy-7.6.0-1.el8.x86_64.rpm

16c6031b76e1308dfa2e6608c0043f2029c8c816b73032556f7d7d60457ddc68

xroad-proxy-ui-api-7.6.0-1.el8.x86_64.rpm

1fa07ee7ddd35ee13c899a4b04975b61ffd900c234620be19dfed6c492d5dbd3

xroad-securityserver-7.6.0-1.el8.noarch.rpm

7e51503f6cc9840477d1f65af7782baa5211f81323dd1095fd1d8dacb344bbe0

xroad-securityserver-fi-7.6.0-1.el8.noarch.rpm

980b973f717567121c0695edb0fd7742d610490819b2d25a20fb0bda15cc6ceb

xroad-securityserver-fo-7.6.0-1.el8.noarch.rpm

6984bf6833474bdea45d2a7c98da76cb1ad323fe471960de1aae0fc4891d56e2

xroad-securityserver-is-7.6.0-1.el8.noarch.rpm

f5ae96f280506d12e79a1ba7202af87e53da301e231a424d74ac4b38694bc147

xroad-signer-7.6.0-1.el8.x86_64.rpm

a3c12632648a3f38d0d2b2026059b96de7bdcb5ace6975743387f24321d6eb5e

RPM / RHEL9

Package

SHA256 checksum

Package

SHA256 checksum

xroad-addon-messagelog-7.6.0-1.el9.x86_64.rpm

3707e4f71a941841d5db9c04dbe689587cd9c19f22566adca3861d4a394a266b

xroad-addon-metaservices-7.6.0-1.el9.x86_64.rpm

0c7c8bd1671573bf58c76b43477cc3bf6cef7ec5fe8c7089c3e4f0636d6eddc6

xroad-addon-opmonitoring-7.6.0-1.el9.x86_64.rpm

df1ecdd8e794c31d545d503cd94b4b0c7debfae9526a895ed8616f2ddff2994e

xroad-addon-proxymonitor-7.6.0-1.el9.x86_64.rpm

5e51d39e8fcf2208626413307532e3f91c269e3a3a9b3c517720a1e48b229f34

xroad-addon-wsdlvalidator-7.6.0-1.el9.x86_64.rpm

b7e3e9d79e941e4e0c6525f2757fd68b51901b7e0092dd4c4c5f7e04e51b0369

xroad-autologin-7.6.0-1.el9.noarch.rpm

95d6809d27dfe16dc1b3da6400f66da48177f4850ce09cde568cbffdab6dd45a

xroad-base-7.6.0-1.el9.x86_64.rpm

ca6063dce265ef137b983aa570c33b4395afe677ec5c0ebc6f3544b6f05eb804

xroad-confclient-7.6.0-1.el9.x86_64.rpm

ef50114f5b79cf8f186f6512eb069f790a6814528de651f8a467c439cfaf68a7

xroad-database-local-7.6.0-1.el9.noarch.rpm

cbaba67271699d9ccac4c18ac2895058d3302d2c3daf3bbd146121d9c43a4b31

xroad-database-remote-7.6.0-1.el9.noarch.rpm

a6b6c3d7981a25d13e423f6745eb1626ed57ef7d06fa4d7758689bc5759d8322

xroad-monitor-7.6.0-1.el9.x86_64.rpm

04c9b4b123dbef4bde2f3cfd73c3aa60819261468be3dd15c543822d9bb3191a

xroad-opmonitor-7.6.0-1.el9.x86_64.rpm

d143340d04e48fccde6e0c4480ac90b40c15af5829e87bbba90987694aee3ae7

xroad-proxy-7.6.0-1.el9.x86_64.rpm

cea1a6135981daa944f67e5d1caf39438fbb0f578863794100d610d7f9e88b1f

xroad-proxy-ui-api-7.6.0-1.el9.x86_64.rpm

21ded7c3797a1a7bd7f99d54f76a24d32cd4665cc1445bd82ec5f49de9765d20

xroad-securityserver-7.6.0-1.el9.noarch.rpm

292f27760e6824c85ffd3ba919d497270f8fcabbb34d755cdf6b0e4676677ed7

xroad-securityserver-fi-7.6.0-1.el9.noarch.rpm

3ea2cc72abc7ea011c86bdf610502fc4117f53740e3e5d29c34482810b13922b

xroad-securityserver-fo-7.6.0-1.el9.noarch.rpm

71573c48c974dc5e21709deff619030d5e5bb9bcb0a06be825701cddcbea827b

xroad-securityserver-is-7.6.0-1.el9.noarch.rpm

d5add757e520967c5cef3aeaf1a96cdce09d77c29dc829036c7b1ef42c600a75

xroad-signer-7.6.0-1.el9.x86_64.rpm

e80c26e67dd8c949761181c136ef90b9b7610d1164f3ca54218ec94c04f1b99e