Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Vend warp w/ patch for TLS w/ cert + key in same pem
Summary: Broken by: D68332922 [rust] Update warp package 0.3.0 -> 0.3.7 In the old code the builder roughly did: "give me the pkcs8 private key" nope, give me the "rsa private key" ok/nope ... In the 3.7 code it checks that _all_ of the entries in the pem file are keys before using the last entry. filed an issue w/ the maintainer: seanmonstar/warp#1113 sent them a PR and this diff vends it back to us NOTE: looks like I picked up master with this which also includes some dependency bumps but no warp code changes. Reviewed By: neagan Differential Revision: D68513414 fbshipit-source-id: 9667a2afa5fb9fdeb43a1f7b6b106c103d71d1d5
- Loading branch information