open-vault/builtin/logical
ncabatoff 4a5d8fc212
Remove two unreliable tests from TestTransit_SignVerify_P256. (#7499)
* Remove two tests from TestTransit_SignVerify_P256.  These verify that
you can't verify something signed using JWS marshaling when claiming
it's ASN1, and vice versa.  The problem is that we rely on unmarshaling
failing, and it doesn't always.  Both encodings use base64, one with
padding, one without, so depending on the data sometimes unmarshaling
will work when we expect it to fail.  It would be nice to preserve
these tests if they could be made reliable, but I didn't see an easy way,
and I don't think they add enough value to warrant greater effort.

* Restore the tests I removed, and improve the verify function to broaden the notion of errExpected.

Co-authored-by: Vishal Nayak <vishalnayak@users.noreply.github.com>
2020-06-29 12:22:22 -04:00
..
aws Stepwise docker env (#9292) 2020-06-26 17:52:31 -05:00
cassandra enabling TLS 1.3 support for TCP listeners (#8305) 2020-02-15 11:40:18 -08:00
consul Define Consul version to test against in one place, and let it be overriden by environment. Exception: some tests that verify interoperability with older Consul versions still specify a version explicitly. (#8901) 2020-04-30 13:06:24 -04:00
database Fix database creds rotation panic for nil resp (#9258) 2020-06-18 13:49:42 -04:00
mongodb Merge multiple functions for creating consul containers into one. (#6612) 2019-04-22 12:26:10 -04:00
mssql VLT091 plugin testing framework stepwise (#9270) 2020-06-23 06:01:39 -05:00
mysql Merge multiple functions for creating consul containers into one. (#6612) 2019-04-22 12:26:10 -04:00
nomad Add TLS options per Nomad backend (#8083) 2020-01-15 11:03:38 +01:00
pki fix error message for when an invalid uri_sans is provided via the api (#8772) 2020-06-08 13:43:56 -04:00
postgresql VLT091 plugin testing framework stepwise (#9270) 2020-06-23 06:01:39 -05:00
rabbitmq VLT091 plugin testing framework stepwise (#9270) 2020-06-23 06:01:39 -05:00
ssh plugins/ssh: add diabled host key verification warning (#9304) 2020-06-24 08:40:19 -04:00
totp oss changes for entropy augmentation feature (#7670) 2019-10-17 10:33:00 -07:00
transit Remove two unreliable tests from TestTransit_SignVerify_P256. (#7499) 2020-06-29 12:22:22 -04:00