Justin Santa Barbara
9e765a75bf
Generate much smaller keys in integration tests
...
We expose the default key size, and temporarily set it to 512 (from
2048) during testing. This is much faster, and key generation was the
primary bottleneck.
2018-10-03 08:33:46 -07:00
Justin Santa Barbara
f7b7fed125
Reduce log levels: parsing pem block
...
These messages are not very useful, even for v=8
2018-03-10 16:15:07 -05:00
Stephen Nelson
6cc046f96c
Added test for environment variable overriding of private key size
2018-02-26 14:35:44 -08:00
Stephen Nelson
5ef58e3b57
Make key size determined by environment variable RSA_PRIVATE_KEY_SIZE
2018-02-20 18:58:36 -08:00
Stephen Nelson
6f2baeb5f4
Increase key size in GeneratePrivateKey() to 3072
2018-01-29 16:46:04 -08:00
chrislovecnm
1e418c3e13
more goimport updates
2017-11-04 10:03:02 -06:00
Justin Santa Barbara
a16c8b1500
Refactor PKI classes into their own package
...
This will support generation of keys on the node.
2017-08-27 08:14:55 -04:00