Skip to content
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

Mismatch of errors online/internally #112

Open
mukrop opened this issue Aug 23, 2021 · 2 comments
Open

Mismatch of errors online/internally #112

mukrop opened this issue Aug 23, 2021 · 2 comments
Assignees
Labels
bug Something isn't working enhancement New feature or request

Comments

@mukrop
Copy link
Member

mukrop commented Aug 23, 2021

Online at x509errors.org, we present 95 different OpenSSL errors. However internally, in the error overview table in gDrive, we have only 78. Where's the difference?

PS: Internally, we highlight differences in error code and the documentation code that was probably already merged in the PR by Eric. Confirm and delete the internal note.

PS2: It seems the internal table is not current also for other libraries (e.g. GnuTLS).

@mukrop mukrop added bug Something isn't working enhancement New feature or request labels Aug 23, 2021
@mukrop mukrop changed the title Mismatch of OpenSSL errors Mismatch of errors online/internally Aug 23, 2021
@zacikpa zacikpa self-assigned this Oct 5, 2021
@zacikpa
Copy link
Contributor

zacikpa commented Oct 5, 2021

I've just updated the internal OpenSSL table. It's now up to date with the library.

PS2: It seems the internal table is not current also for other libraries (e.g. GnuTLS).

It gets a bit tricky here. As an example, GnuTLS returns GNUTLS_­E_­ASN1_­DER_­ERROR for one of our certificates, so I included it in the web. However, this is a general parsing error, not necessarily related to certs. GnuTLS doesn't list it among other X.509 related errors. Do we want all such errors in our tables as well?

@mukrop
Copy link
Member Author

mukrop commented Oct 6, 2021

I've just updated the internal OpenSSL table. It's now up to date with the library.

Thanks. What caused the differences? Did the OpenSSL devs add some?

PS2: It seems the internal table is not current also for other libraries (e.g. GnuTLS).

It gets a bit tricky here. As an example, GnuTLS returns GNUTLS_­E_­ASN1_­DER_­ERROR for one of our certificates, so I included it in the web. However, this is a general parsing error, not necessarily related to certs. GnuTLS doesn't list it among other X.509 related errors. Do we want all such errors in our tables as well?

I see. I'm not 100% convinced, though I'd probably prefer adding them internally as well (possibly with a note or under a line denoting them). What do you think?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants