Commit graph

12 commits

Author SHA1 Message Date
Michael Nordmeyer
a13e8da9e7
Adds tests for secrets serving 2023-08-05 10:51:34 +02:00
Johann150
e764d03458
make repo compatible with windows again
Apparently windows (or probably more precisely NTFS) can not deal with special
characters in file names.
2021-11-15 19:42:55 +01:00
Johann150
010d020ba1
add tests for directory listing 2021-11-07 15:24:01 +01:00
Matthew Ingwersen
7b1e83ec82
Add regression test for directory traversal 2021-06-08 08:22:42 +02:00
Johann150
14e15d430a
add tests for symbolically linked files & directories
trying to reproduce issue #60
2021-06-06 10:49:20 +02:00
Johann150
2213b055dc
add automatic certificate generation 2021-03-27 00:52:50 +01:00
Johann150
782e043083
fix tests for multiple certificates
The tests now actually check that a specific certificate is being used by only
loading the correct one into the trust chain while running the test. The
problem before was that openssl-req by default generates CA-capable certs which
are not accepted by rustls.
2021-03-11 22:24:10 +01:00
Johann150
f03e8e8596
add test for multicert 2021-03-03 18:57:41 +01:00
Johann150
06819eeabd
add loading fallback certificates 2021-02-28 15:12:20 +01:00
Johann150
43014748bf
optimise tests
added comments on the tests to document what they tests because some also test
multiple things
2021-02-27 09:54:56 +01:00
Johann150
9925d927a4
add more tests 2021-02-20 11:14:14 +01:00
Johann150
f6ba98aa24
add test framework and a basic test 2021-02-19 19:31:59 +01:00