Commit c542309
add keyType to CreateCertOptions and optionally support creating RSA private keys
Summary: CertUtil::createCert by default creates an EC private key. Let's extend this to optionally create RSA private keys as well. Other supported key types remain unimplemented for now.
Reviewed By: mingtaoy
Differential Revision: D91269144
fbshipit-source-id: b566a0e2712ab715c7aea2442b38f52d816f724d1 parent c2ae813 commit c542309
File tree
2 files changed
+4
-4
lines changed- proxygen/lib/transport/test
2 files changed
+4
-4
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
0 commit comments