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

Integration tests - Internal localhost

Open pinkforest opened this issue 1 year ago • 0 comments

Need additional tests for localhost loopback to validate at protocol with bare minimum app

Bare TLS w/o App Data - bare PING PONG protocol

  • [X] Client -> Server
  • via #55 (against OpenSSL)
  • [ ] Server -> Client

Simulated HTTP App data

  • [ ] Hardcoded HTTP client -> self--contained NGINX - minimize App layer to ~bare minimum
  • [ ] curl -> Hardcoded HTTP minimal server

Anything else we should test internally ?

Taking a crack at this rn

pinkforest avatar Mar 16 '24 23:03 pinkforest