VOMS API Java v. 3.0.6

This version of the Java APIs provide the following improvement and bug fixes:

  • SSLv3 is no longer used for legacy VOMS requests

  • The CertificateValidatorBuilder allows callers to select the hash function used to resolve trust anchors

Bug fixes

  • VOMS-653 : VOMS Java APIs select SSLv3 for legacy VOMS requests
  • VOMS-703 : CertificateValidatorBuilder should allow to configure whether is running in an OpenSSL 1.x or 0.9.x envinroment

Installation

From Maven central

<dependency>
  <groupId>org.italiangrid</groupId>
  <artifactId>voms-api-java</artifactId>
  <version>3.0.6</version>
</dependency>

From RPM package

For a clean install:

yum install voms-api-java3

For an update install:

yum update