mirror of
https://github.com/mirror/wget.git
synced 2026-08-22 19:03:27 +08:00
Implement tests for new pinnedpubkey option
* testenv/Makefile.am: Add new tests * testenv/Test-pinnedpubkey-der-https.py: New test * testenv/Test-pinnedpubkey-der-no-check-https.py: New Test * testenv/Test-pinnedpubkey-hash-https.py: New test * testenv/Test-pinnedpubkey-hash-no-check-fail-https.py: New test * testenv/Test-pinnedpubkey-pem-fail-https.py: New test * testenv/Test-pinnedpubkey-pem-https.py: New test * testenv/certs/README: How to generate public keys with openssl tool * testenv/certs/server-pubkey.der: New key file (DER format) * testenv/certs/server-pubkey.pem: New key file (PEM format)
This commit is contained in:
committed by
Tim Rühsen
parent
54746578e9
commit
99fc712f21
@@ -97,6 +97,7 @@ Environment Variables:
|
||||
the test suite will execute all the tests via this command.
|
||||
If it is set to "1", valgrind memcheck is enabled with hard coded options.
|
||||
This variable is set by ./configure --enable-valgrind-tests.
|
||||
* SSL_TESTS: This must be set to run any https tests.
|
||||
|
||||
|
||||
File Structure:
|
||||
|
||||
Reference in New Issue
Block a user