Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Botan 2.19.2 has removed support for the OpenSSL crypto provider. | bluhm | 2022-06-28 | 1 | -21/+0 |
| | | | | | | | It was incompatible with OpenSSL 3.0. Remove the regression test to check that LibreSSL crypto works with Botan tests. This is better than to keep an outdated Botan in ports. discussed with tb@ beck@ | ||||
* | Use propper regress target to integrate better into test framework. | bluhm | 2019-05-14 | 1 | -2/+4 |
| | |||||
* | The Botan library from ports an be configured to use OpenSSL or | bluhm | 2018-11-09 | 1 | -0/+19 |
LibreSSL as crypto provider. When we run their regression tests, we are actually testing our library. This is far from perfect. A lot of LibreSSL features have not been implemented as Botan provider. Even if provider openssl is specified, botan-test runs a lot of non-openssl tests. This can be improved later. |