rustls / rustls-ffi

Use Rustls from any language
Other
132 stars 30 forks source link

client: add ciphersuite and version arrays #242

Closed divergentdave closed 2 years ago

divergentdave commented 2 years ago

This adds arrays of ciphersuites and versions as suggested in #165 and #203.

divergentdave commented 2 years ago

Whoops, I had gotten the version order wrong at first, and then I only fixed it in one place.