Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-09-04 | Port test_tortls_verify to not depend on openssl internals | Nick Mathewson | |
2018-09-04 | Several unit tests to improve test coverage of x509*.c | Nick Mathewson | |
2018-08-22 | NSS support for x509 certs | Nick Mathewson | |
7 unit tests are failing at this point, but they're all TLS-related. | |||
2018-08-21 | Make some x509 functions generic; remove some fields NSS doesn't need | Nick Mathewson | |
2018-08-21 | Extract internal-only parts of x509.h | Nick Mathewson | |
2018-08-21 | Split tls modules and their tests into openssl and generic. | Nick Mathewson | |
Also, add a stubbed-out nss version of the modules. The tests won't pass with NSS yet since the NSS modules don't do anything. This is a good patch to read with --color-moved. |