-
Notifications
You must be signed in to change notification settings - Fork 701
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
generate TLS test certs with SAN for go1.15 (#325)
* generate TLS test certs with SAN for go1.15 Fixes #324. The certificates need to have SAN fields instead of relying on the CommonName due to X.509 CommonName deprecation in go1.15. The certificate is generated on the fly and cached in github.com/grpc-ecosystem/go-grpc-middleware/testing/testcert utility package. Reference: https://golang.org/doc/go1.15#commonname * move test cert generation to interceptor_suite.go
- Loading branch information
Showing
6 changed files
with
72 additions
and
133 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,8 @@ go: | |
- 1.11.x | ||
- 1.12.x | ||
- 1.13.x | ||
- 1.14.x | ||
- 1.15.x | ||
|
||
env: | ||
global: | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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