Skip to content

Implement DER constraints on date formats #6213

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 5, 2020

Conversation

swankjesse
Copy link
Collaborator

The time zone must be 'Z', and cannot be an offset like '+0000'. That
is allowed by ASN.1 but not by DER.

Closes: #6210

The time zone must be 'Z', and cannot be an offset like '+0000'. That
is allowed by ASN.1 but not by DER.

Closes: #6210
@swankjesse swankjesse merged commit b1963bf into master Aug 5, 2020
monkey-mas added a commit to monkey-mas/certifikit that referenced this pull request Aug 6, 2020
The time zone must be 'Z', and cannot be an offset like '+0000'. That
is allowed by ASN.1 but not by DER.

Ref. square/okhttp#6213
@yschimke yschimke deleted the jwilson.0805.der_constraints_on_dates branch August 6, 2020 05:34
swankjesse added a commit that referenced this pull request Aug 6, 2020
The time zone must be 'Z', and cannot be an offset like '+0000'. That
is allowed by ASN.1 but not by DER.

Closes: #6210
yschimke pushed a commit to cashapp/certifikit that referenced this pull request Aug 12, 2020
The time zone must be 'Z', and cannot be an offset like '+0000'. That
is allowed by ASN.1 but not by DER.

Ref. square/okhttp#6213
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Android 6.0 IllegalArgumentException use HeldCertificate
3 participants