vault/builtin/logical/database
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
..
dbplugin Refactor plugin catalog and plugin runtime catalog into their own package (#24403) 2023-12-07 12:36:17 +00:00
schedule Relplat 897 copywrite fixes for mutliple licenses (#23722) 2023-10-20 08:40:43 -07:00
backend_get_test.go database: Avoid race condition in connection creation (#26147) 2024-03-26 16:58:07 +00:00
backend_test.go VAULT-29784: Skip connection verification on DB config read (#28139) 2024-08-21 16:43:37 -04:00
backend.go VAULT-29784: Skip connection verification on DB config read (#28139) 2024-08-21 16:43:37 -04:00
credentials_test.go [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
credentials.go Use go-secure-stdlib's RSA key generator backed by a DRBG (#29020) 2024-12-05 15:39:16 -06:00
mocks_test.go [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
mockv4.go [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
mockv5.go database: Avoid race condition in connection creation (#26147) 2024-03-26 16:58:07 +00:00
path_config_connection_test.go secrets/db: add rotation error path test (#23182) 2023-09-20 14:07:17 -05:00
path_config_connection.go VAULT-29784: Skip connection verification on DB config read (#28139) 2024-08-21 16:43:37 -04:00
path_creds_create.go Fix Issue with Lost Timezone in Metadata for Database Secret Engines (#28509) 2024-09-25 18:40:50 -04:00
path_roles_test.go Update DB Static role rotation logic to generate new password if retried password fails (#28989) 2024-12-03 11:29:13 -08:00
path_roles.go Add OSS stub functions for Self-Managed Static Roles (#28199) 2024-08-29 10:01:01 -07:00
path_rotate_credentials.go database: Emit event notifications (#24718) 2024-02-05 10:30:00 -08:00
rollback_test.go db: refactor postgres test helpers (#27811) 2024-07-19 09:47:34 -05:00
rollback.go [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
rotation_test.go db: refactor postgres test helpers (#27811) 2024-07-19 09:47:34 -05:00
rotation.go Update DB Static role rotation logic to generate new password if retried password fails (#28989) 2024-12-03 11:29:13 -08:00
secret_creds.go VAULT-27384 Fix faulty assignments and unchecked errors (#27810) 2024-07-22 16:53:02 -04:00
version_wrapper_test.go [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
version_wrapper.go [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
versioning_large_test.go Support reloading database plugins across multiple mounts (#24512) 2024-01-08 12:21:13 +00:00