open-vault/sdk/helper
Alexander Scheel 809957aac0
Refactor OCSP client to support better retries (#19345)
Mirror NSS's GET-vs-POST selection criteria, wherein GET is preferred
over POST (as the former might be a response from a cached CDN entry,
whereas the latter might hit a live responder). However, only accept it
if it definitively says "Good" or "Revoked" -- trigger a POST request
when an unknown or failure status is seen.

Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com>
2023-02-24 13:18:37 -05:00
..
authmetadata
base62
certutil Address pki::TestAutoRebuild flakiness (#18903) 2023-01-30 21:38:38 +00:00
cidrutil only check Contains if IP address (#14487) 2022-03-15 09:55:50 -06:00
compressutil reformat using 'make fmt' (#13794) 2022-01-27 10:06:34 -08:00
consts Make API not depend on SDK (#18962) 2023-02-06 09:41:56 -05:00
cryptoutil
custommetadata VAULT-7256: Add custom_metadata to namespaces (#16640) 2022-08-09 11:38:03 -04:00
dbtxn refactor: replace strings.Replace with strings.ReplaceAll (#15392) 2022-08-03 15:22:48 -04:00
errutil
hclutil
identitytpl
jsonutil
kdf reformat using 'make fmt' (#13794) 2022-01-27 10:06:34 -08:00
keysutil Add some managed key build tags to support incoming enterprise feature work. (#18902) 2023-01-30 14:57:01 -06:00
ldaputil Add Paging Interface for LDAP Connection (#17640) 2022-10-26 14:05:53 -05:00
license
locksutil update gofumpt to 0.3.1 and reformat the repo (#17055) 2022-09-07 17:31:20 -07:00
logging Removed the legacy env var: LOGXI_FORMAT (#17822) 2022-11-04 22:16:18 +00:00
mlock
ocsp Refactor OCSP client to support better retries (#19345) 2023-02-24 13:18:37 -05:00
parseutil
password
pathmanager Use %q for quoted strings where appropriate (#15216) 2022-08-03 12:32:45 -06:00
pluginutil Allow Token Create Requests To Be Replicated (#18689) 2023-01-24 14:00:27 -05:00
pointerutil
policyutil
roottoken
salt
strutil
template update gofumpt to 0.3.1 and reformat the repo (#17055) 2022-09-07 17:31:20 -07:00
testhelpers/schema Validate response schema for integration tests (#19043) 2023-02-15 14:57:57 -05:00
tlsutil
tokenutil
useragent Remove the last vestiges of sdk/version. (#19068) 2023-02-08 12:30:27 -05:00
wrapping
xor