vault/sdk/helper
Scott Miller 86ba0dbdeb
Use go-secure-stdlib's RSA key generator backed by a DRBG (#29020)
* Use DRBG based RSA key generation everywhere

* switch to the conditional generator

* Use DRBG based RSA key generation everywhere

* switch to the conditional generator

* Add an ENV var to disable the DRBG in a pinch

* update go.mod

* Use DRBG based RSA key generation everywhere

* switch to the conditional generator

* Add an ENV var to disable the DRBG in a pinch

* Use DRBG based RSA key generation everywhere

* update go.mod

* fix import

* Remove rsa2 alias, remove test code

* move cryptoutil/rsa.go to sdk

* move imports too

* remove makefile change

* rsa2->rsa

* more rsa2->rsa, remove test code

* fix some overzelous search/replace

* Update to a real tag

* changelog

* copyright

* work around copyright check

* work around copyright check pt2

* bunch of dupe imports

* missing import

* wrong license

* fix go.mod conflict

* missed a spot

* dupe import
2024-12-05 15:39:16 -06:00
..
authmetadata adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
backoff Interface for event subscription plugins; SQS plugin (#24352) 2024-02-05 13:17:07 -08:00
base62 adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
certutil Use go-secure-stdlib's RSA key generator backed by a DRBG (#29020) 2024-12-05 15:39:16 -06:00
cidrutil adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
clientcountutil Remove all references to current fragments, standbyfragments and partialMonthTracker (#29066) 2024-12-02 11:44:03 -08:00
compressutil VAULT-20405 chunk decompression to prevent loading full decompressed data into memory at once (#26464) 2024-04-18 10:13:56 -04:00
consts Overload error support for Adaptive Overload Protection (Enterprise) (#26688) 2024-04-29 22:11:23 +01:00
cryptoutil Use go-secure-stdlib's RSA key generator backed by a DRBG (#29020) 2024-12-05 15:39:16 -06:00
custommetadata add gosimport to make fmt and run it (#25383) 2024-02-13 14:07:02 -08:00
dbtxn adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
docker sdk: updating to docker v27.2.1 (#28456) 2024-10-17 14:14:35 -07:00
errutil adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
hclutil adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
identitytpl Replace all remaining time.ParseDurations with parseutil.ParseDurationSeconds (#21357) 2023-06-20 14:37:46 -04:00
jsonutil adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
kdf adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
keysutil Use go-secure-stdlib's RSA key generator backed by a DRBG (#29020) 2024-12-05 15:39:16 -06:00
ldaputil auth/ldap: fix login errors (#26200) 2024-03-28 13:45:43 -05:00
license adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
locksutil add deadlock detection in barrier and sealwrap (#26198) 2024-04-09 14:56:57 +00:00
logging adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
metricregistry Allow explicit metric registration. Fixes #11732 (#27966) 2024-08-30 14:54:57 +00:00
mlock adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
ocsp Dont add the error from validating via issuer signature if the subsequent verification from extraCas succeeds (#28597) 2024-10-04 18:59:40 +00:00
parseutil adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
password adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
pathmanager adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
pluginidentityutil Add stubs for plugin WIF (#25657) 2024-02-27 12:10:43 -08:00
pluginruntimeutil Support rootless plugin containers (#24236) 2023-11-28 14:07:07 +00:00
pluginutil Fix protoc issue (#28928) 2024-11-15 19:33:48 +00:00
pointerutil Replace all remaining time.ParseDurations with parseutil.ParseDurationSeconds (#21357) 2023-06-20 14:37:46 -04:00
policyutil Fix case handling in policyutil.EquivalentPolicies() (#16484) 2024-05-31 09:58:03 -04:00
roottoken adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
salt adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
strutil adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
template VAULT-20396 Add limit of 100,000 to string templates (#26110) 2024-03-25 10:04:12 -04:00
testcluster Add ENVs using NewTestDockerCluster (#27457) 2024-08-16 13:18:47 -07:00
testhelpers Removal of go-testing-interface (CE changes) (#27578) 2024-07-04 11:09:41 -04:00
tlsutil adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
tokenutil UI: remove references to comma separation for string array edit types (#20163) 2023-04-19 16:16:30 +00:00
useragent adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
wrapping adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
xor adding copyright header (#19555) 2023-03-15 09:00:52 -07:00