aboutsummaryrefslogtreecommitdiff
path: root/src/testing/certs.c
Commit message (Collapse)AuthorAge
* Test certificate / key for RSA do not match.Garrett D'Amore2025-10-19
| | | | | | It turns out that somehow these values are not compatible. Noticed with work in progress to use OpenSSL, which refuses to configure if the key and certificate do not match.
* tls: add ecdsa test caseGarrett D'Amore2024-11-17
|
* fixes #1588 TLS should log errorsGarrett D'Amore2024-04-14
| | | | | This isn't complete, but it should go much further in assisting debugging TLS related errors.
* New NUTS test framework (NNG Unit Test Support).Garrett D'Amore2020-11-23
This is based on testutil/acutest, but is cleaner and fixes some short-comings. We will be adding more support for additional common paradigms to better facilitate transport tests. While here we added some more test cases, and fixed a possible symbol collision in the the stats framework (due to Linux use of a macro definition of "si_value" in a standard OS header). Test coverage may regress slightly as we are no longer using some of the legacy APIs.