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

Support all signature verification algorithms #2

Closed
2 tasks done
kpp opened this issue Jul 13, 2021 · 2 comments · Fixed by #4
Closed
2 tasks done

Support all signature verification algorithms #2

kpp opened this issue Jul 13, 2021 · 2 comments · Fixed by #4

Comments

@kpp
Copy link
Owner

kpp commented Jul 13, 2021

// FIXME: not all algorithms are supported.

// FIXME: update https://github.com/rusticata/oid-registry/ and use oids from it

  • SHA1 should not be supported
  • ed25519 should be supported

These are FIXMEs left in #1.

@kpp
Copy link
Owner Author

kpp commented Jul 13, 2021

See https://tools.ietf.org/id/draft-ietf-tls-tls13-21.html#rfc.section.4.2.3 for a full list of signature algos.

@kpp
Copy link
Owner Author

kpp commented Jul 14, 2021

Depends on rusticata/oid-registry#6

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 a pull request may close this issue.

1 participant