vault/builtin/logical/ssh
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
..
cmd/ssh [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
backend_test.go secrets/ssh: Return the allow_empty_principals field in read api (#28901) 2024-11-13 12:49:51 -05:00
backend.go [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
path_cleanup_dynamic_host_keys.go [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
path_config_ca_test.go Make reception of an empty valid principals configurable based on a role flag. (#28466) 2024-09-23 17:20:11 -05:00
path_config_ca.go Use go-secure-stdlib's RSA key generator backed by a DRBG (#29020) 2024-12-05 15:39:16 -06:00
path_config_zeroaddress.go add gosimport to make fmt and run it (#25383) 2024-02-13 14:07:02 -08:00
path_creds_create.go [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
path_fetch.go [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
path_issue_sign.go Make reception of an empty valid principals configurable based on a role flag. (#28466) 2024-09-23 17:20:11 -05:00
path_issue.go Make reception of an empty valid principals configurable based on a role flag. (#28466) 2024-09-23 17:20:11 -05:00
path_lookup.go [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
path_roles.go secrets/ssh: Return the allow_empty_principals field in read api (#28901) 2024-11-13 12:49:51 -05:00
path_sign.go [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
path_verify.go [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
secret_otp.go [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
util.go Use go-secure-stdlib's RSA key generator backed by a DRBG (#29020) 2024-12-05 15:39:16 -06:00