Skip to content

Commit

Permalink
updated readme to include certs
Browse files Browse the repository at this point in the history
  • Loading branch information
tinzh committed Jun 29, 2023
1 parent 1d8fff9 commit 424d758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/rust/bench/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ To remove external factors, we use custom IO with our benchmarks, bypassing the

### Certificate generation

All certs are stored in `certs/` and can be regenerated using `certs/generate_certs.sh`. There is one root cert that directly signs the server and client certs that are used in benchmarking. Currently, we use ECDSA with `secp384r1`.
All certs are stored in `certs/` and can be regenerated using `certs/generate_certs.sh`. There is one root cert that directly signs the server and client certs that are used in benchmarking. We currently bench `P-384`, `RSA-2048`, and `RSA-4096` certs.

### Negotiation parameters

Expand Down

0 comments on commit 424d758

Please sign in to comment.