rustls-rustcrypto icon indicating copy to clipboard operation
rustls-rustcrypto copied to clipboard

Tracking issue - Gathering Test Vectors

Open pinkforest opened this issue 1 year ago • 0 comments

I've done some initial plumbing for internal self-validation at

  • #28

I have a static test generator I'm working on similar to wycheproof I did for curve25519-dalek:

  • https://github.com/dalek-cryptography/curve25519-dalek/pull/640

Plumbing sources progress

  • [X] #31
  • [ ] #30
  • [ ] #49
  • [ ] #52
  • [ ] #54

Any other vectors we should plumb ? These are the tests we run internally w/o downstream deps / internet access e.g. pure TLS or with bare minimal application part if any so it can be used in CI

Also hunting vectors we can just simply plumb without creating new things - worst case they can be upstreamed as provider validation suite if something needs to be created fresh

See if we can use a transcript like this: https://tls13.xargs.org/

pinkforest avatar Mar 15 '24 07:03 pinkforest