summaryrefslogtreecommitdiffstats
path: root/vespalib/src/tests/crypto
Commit message (Collapse)AuthorAgeFilesLines
* Consolidate search for GTest.Tor Egge2020-07-071-1/+0
|
* Use find_package to find gtest library.Tor Egge2020-06-291-1/+2
|
* Move crypto utility code out into vespalib and use for test credentialsTor Brede Vekterli2020-02-202-0/+47
Currently offers only the following functionality: * Generate P-256 EC private keys and export to PEM * Generate X509 certificates and export to PEM Instead of using hardcoded private key/certs for unit tests, use crypto utility code to generate new credentials once per test process. Since these certs now use a SAN of `localhost` it also means we no longer need to disable hostname validation for networked unit tests.