Skip to content

Old hashed filenames deprecated by IGTF #54

Description

@vokac

As announced in the IGTF 1.140 README SSLeay and OpenSSL 0.x series subject name subject name hashes based on MD5 were officially deprecated with a plan to remove them after August 2026. Right now voms-proxy-init still initialize CaNL-java validation without explicit request to use SHA1 hashes

certChainValidator = builder.trustAnchorsDir(trustAnchorsDir)
.storeUpdateListener(storeUpdateListener)
.lazyAnchorsLoading(true)
.validationErrorListener(certChainValidationErrorListener)
.build();

while e.g. dCache now explicitly specify OpensslHashFunction.SHA1

dCache/dcache@b3ec0da

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions