-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set a maximum TLS version for client connections
Upgrade to Go 1.23
- Loading branch information
Leland Garofalo
committed
Jan 8, 2025
1 parent
f71bc48
commit 662489f
Showing
35 changed files
with
14 additions
and
573 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
module github.com/cloudflare/gokeyless | ||
|
||
go 1.19 | ||
go 1.23 | ||
|
||
require ( | ||
cloud.google.com/go/kms v1.18.3 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file removed
BIN
-998 Bytes
...r/github.com/google/s2a-go/internal/v2/certverifier/testdata/client_intermediate_cert.der
Binary file not shown.
Binary file removed
BIN
-1.12 KB
vendor/github.com/google/s2a-go/internal/v2/certverifier/testdata/client_leaf_cert.der
Binary file not shown.
Binary file removed
BIN
-1013 Bytes
vendor/github.com/google/s2a-go/internal/v2/certverifier/testdata/client_root_cert.der
Binary file not shown.
Binary file removed
BIN
-998 Bytes
...r/github.com/google/s2a-go/internal/v2/certverifier/testdata/server_intermediate_cert.der
Binary file not shown.
Binary file removed
BIN
-1.12 KB
vendor/github.com/google/s2a-go/internal/v2/certverifier/testdata/server_leaf_cert.der
Binary file not shown.
Binary file removed
BIN
-1013 Bytes
vendor/github.com/google/s2a-go/internal/v2/certverifier/testdata/server_root_cert.der
Binary file not shown.
Binary file removed
BIN
-1013 Bytes
vendor/github.com/google/s2a-go/internal/v2/remotesigner/testdata/client_cert.der
Binary file not shown.
24 changes: 0 additions & 24 deletions
24
vendor/github.com/google/s2a-go/internal/v2/remotesigner/testdata/client_cert.pem
This file was deleted.
Oops, something went wrong.
27 changes: 0 additions & 27 deletions
27
vendor/github.com/google/s2a-go/internal/v2/remotesigner/testdata/client_key.pem
This file was deleted.
Oops, something went wrong.
Binary file removed
BIN
-1013 Bytes
vendor/github.com/google/s2a-go/internal/v2/remotesigner/testdata/server_cert.der
Binary file not shown.
24 changes: 0 additions & 24 deletions
24
vendor/github.com/google/s2a-go/internal/v2/remotesigner/testdata/server_cert.pem
This file was deleted.
Oops, something went wrong.
27 changes: 0 additions & 27 deletions
27
vendor/github.com/google/s2a-go/internal/v2/remotesigner/testdata/server_key.pem
This file was deleted.
Oops, something went wrong.
24 changes: 0 additions & 24 deletions
24
vendor/github.com/google/s2a-go/internal/v2/testdata/client_cert.pem
This file was deleted.
Oops, something went wrong.
27 changes: 0 additions & 27 deletions
27
vendor/github.com/google/s2a-go/internal/v2/testdata/client_key.pem
This file was deleted.
Oops, something went wrong.
24 changes: 0 additions & 24 deletions
24
vendor/github.com/google/s2a-go/internal/v2/testdata/server_cert.pem
This file was deleted.
Oops, something went wrong.
27 changes: 0 additions & 27 deletions
27
vendor/github.com/google/s2a-go/internal/v2/testdata/server_key.pem
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.