Skip to content

Commit

Permalink
Merge pull request #608 from swimos/tls-certs
Browse files Browse the repository at this point in the history
Renewed TLS certificates for failing unit tests.
  • Loading branch information
DobromirM authored Apr 4, 2024
2 parents 76b16fd + 38451a9 commit b197fd2
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions runtime/swimos_tls/src/net/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,7 @@ fn make_client_config() -> ClientConfig {
}
}

// todo: https://github.com/swimos/swim-rust/issues/595 update expired certificates.
#[tokio::test]
#[ignore]
async fn perform_handshake() {
let server_net =
RustlsServerNetworking::try_from(make_server_config()).expect("Invalid server config.");
Expand Down
Binary file modified runtime/swimos_tls/test-data/certs/ca-cert.der
Binary file not shown.
Binary file modified runtime/swimos_tls/test-data/certs/server-cert.der
Binary file not shown.

0 comments on commit b197fd2

Please sign in to comment.