pomerium/pkg/cryptutil/testdata
Kenneth Jenkins cc1ef1ae18
cryptutil: update CRL parsing (#4454)
Move the parseCRLs() method from package 'authorize/evaluator' to
'pkg/cryptutil', replacing the existing DecodeCRL() method. This method
will parse all CRLs found in the PEM input, rather than just the first.

(This removes our usage of the deprecated method x509.ParseDERCRL.)

Update this method to return an error if there is non-PEM data found in
the input, to satisfy the existing test that raw DER-encoded CRLs are
not permitted.

Delete the CRLFromBase64() and CRLFromFile() methods, as these are no
longer used.
2023-08-11 08:33:22 -07:00
..
ca.pem cryptutil: move to pkg dir, add token generator (#1029) 2020-06-30 15:55:33 -06:00
example-cert.pem cryptutil: move to pkg dir, add token generator (#1029) 2020-06-30 15:55:33 -06:00
example-key.pem cryptutil: move to pkg dir, add token generator (#1029) 2020-06-30 15:55:33 -06:00
random cryptutil: move to pkg dir, add token generator (#1029) 2020-06-30 15:55:33 -06:00