google-nomulus/networking
Weimin Yu b9c63da753 Use CA cert in tests (#475)
* Use CA cert in tests

Our tests were using a self-signed cert created by a netty utility.
That cert is not CA, and cannot be used with newer JDK versions
(starting from u242 with Ubuntu openjdk).

Now we generate a unsafe cert for tests. The new cert,
SelfSignedCaCertificate, needs to be made test-only.
To do so we need to refactor both prober and proxy.
2020-02-07 10:23:24 -05:00
..
gradle/dependency-locks Upgradle JUnit to 4.13 (#442) 2020-01-14 10:54:09 -05:00
src Use CA cert in tests (#475) 2020-02-07 10:23:24 -05:00
build.gradle Use CA cert in tests (#475) 2020-02-07 10:23:24 -05:00