Purnesh Dixit
|
04e78b0faf
|
.*: fix lint issues of not having comments for exported funcs and vars along with any remaining issues and enable remaining disabled rules (#7575)
* .*: fix lint issues of not having comments for exported funcs and vars along with any remaining issues and enable remaining disabled rules
|
2024-09-16 09:09:49 +05:30 |
Gregory Cooke
|
dbd24a9e81
|
[advancedTLS] Removed deprecated APIs in advancedTLS (#7303)
* remove deprecated APIs from advancedTLS
|
2024-06-06 14:33:42 -04:00 |
Matthew Stevenson
|
11872f1162
|
advancedtls: add CipherSuites to Options (#7269)
|
2024-05-29 09:02:03 -07:00 |
Ramesh M
|
5ffe0ef48c
|
advancedtls: populate verified chains when using custom buildVerifyFunc (#7181)
* populate verified chains when using custom buildVerifyFunc
|
2024-05-22 17:23:35 -04:00 |
Gregory Cooke
|
2d2f417db3
|
advancedTLS: unset a deprecated field after copying it (#7239)
|
2024-05-20 21:25:48 -07:00 |
Gregory Cooke
|
0020ccf9d9
|
advancedTLS: Documentation (#7213)
Add documentation for advancedTLS package
|
2024-05-13 14:03:03 -04:00 |
Gregory Cooke
|
3bf7e9a6b8
|
advancedTLS: Add in deprecated name for transitionary period (#7221)
|
2024-05-09 14:38:56 -07:00 |
Gregory Cooke
|
c76f686c51
|
advancedTLS: Rename get root certs related pieces (#7207)
|
2024-05-08 07:59:33 -07:00 |
Gregory Cooke
|
911d5499f7
|
advancedTLS: Combine `ClientOptions` and `ServerOptions` to just `Options` (#7202)
* rename to Options
* added some documentation
* typos
|
2024-05-06 16:46:59 -04:00 |
Gregory Cooke
|
befc29de93
|
advancedTLS: Rename {Min/Max}Version to {Min/Max}TLSVersion (#7173)
* rename `MinVersion` and `MaxVersion` to `MinTLSVersion` and `MaxTLSVersion`
|
2024-05-06 12:59:03 -04:00 |
Gregory Cooke
|
b433b9467d
|
advancedtls: Rename RevocationConfig (#7151)
|
2024-04-30 11:00:35 -07:00 |
Arjan Singh Bal
|
4e8f9d4a1e
|
advancedtls: fix docstring for VerificationResults (#7168)
|
2024-04-24 07:41:14 -07:00 |
Gregory Cooke
|
d75b5e2f5e
|
advancedtls: Rename custom verification function APIs (#7140)
* Rename custom verification function APIs
|
2024-04-23 14:20:28 -04:00 |
Gregory Cooke
|
5fe2e74bf4
|
advancedtls: Rename VType (#7149)
* renamed VType to VerificationType and add deprecation note
|
2024-04-19 14:02:42 -04:00 |
Gregory Cooke
|
fc8da03081
|
advancedtls: unexport parts of API not meant to be public (#7118)
|
2024-04-17 08:32:56 -07:00 |
Joel Jeske
|
81b30924fc
|
security/advancedtls: add TlsVersionOption to select desired min/max TLS versions (#6007)
Co-authored-by: ZhenLian <zhenlian.cs@gmail.com>
|
2023-04-10 12:27:04 -07:00 |
Doug Fawley
|
778860e606
|
testing: update Go to 1.19 (#5717)
|
2022-10-17 15:04:34 -07:00 |
ZhenLian
|
710419d32b
|
advancedtls: add revocation support to client/server options (#4781)
|
2021-09-27 16:42:32 -07:00 |
ZhenLian
|
2efef8fd12
|
advancedtls: fix default host name check issue (#4069)
* advancedtls: fix default hostname check issue
|
2020-12-03 09:52:30 -08:00 |
ZhenLian
|
3c400e7fcc
|
advancedtls: clean up test files and shared code (#3897)
* advancedtls: clean up test files and shared code
|
2020-10-10 13:47:49 -07:00 |
ZhenLian
|
0f7e218c2c
|
advancedtls: add fields for root and identity providers in API (#3863)
* add provider in advancedtls API for pem file reloading
|
2020-09-17 12:08:03 -07:00 |
Menghan Li
|
d8ef479ab7
|
internal: fix build for gae (#3852)
|
2020-08-28 09:59:40 -07:00 |
cindyxue
|
b830b5f361
|
advancedtls: fixed SNI testing and put SNI functions back in advancedtls.go (#3774)
* Fixed sni unit test
|
2020-08-06 11:10:47 -07:00 |
cindyxue
|
446b4dba54
|
advancedtls: add spiffe support in aTLS (#3777)
* Add SPIFFE ID in TLSInfo
|
2020-08-06 10:40:31 -07:00 |
cindyxue
|
dfc0c05b2d
|
advancedtls: Add SNI logic to ServerOptions.GetCertificate (#3697)
* Add SNI support in the user-provided GetCertificate callback
|
2020-07-27 23:50:43 -07:00 |
cindyxue
|
68098483a7
|
advancedtls: Add system default CAs to config function (#3663)
* Add system default CAs to config function
|
2020-06-27 16:05:33 -07:00 |
ZhenLian
|
eedec2c1c3
|
advancedtls: add leaf cert in verify params (#3571)
|
2020-04-29 11:00:02 -07:00 |
ZhenLian
|
f313ade84c
|
advancedtls: add fine-grained verification levels in XXXOptions (#3454)
|
2020-04-22 13:44:18 -07:00 |
ZhenLian
|
648cf9b00e
|
advancedtls: use grpc 1.27.0 and small fixes (#3360)
|
2020-02-04 12:46:21 -08:00 |
ZhenLian
|
f97821dd2f
|
advancedtls: add end to end tests (#3318)
|
2020-01-28 14:24:27 -08:00 |
ZhenLian
|
4a4d179f28
|
advancedtls: add new module for advanced TLS handshaker (#3187)
|
2020-01-07 15:47:01 -08:00 |