Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Link x509_algor test statically and switch to the internal | tb | 2024-02-29 | 1 | -8/+16 |
| | | | | X509_ALGOR_set0_evp_md() | ||||
* | Provide prototype for X509_ALGOR_set_md() | tb | 2023-10-26 | 1 | -1/+3 |
| | | | | | | Once we remove X509_ALGOR_set_md() we can link this test statically and use X509_ALGOR_set_evp_md() but for now make sure the documented workaround for this garbage API works. | ||||
* | x509_algor: fix error message | tb | 2023-10-12 | 1 | -7/+7 |
| | |||||
* | x509_algor: add a few missing includes | tb | 2023-10-12 | 1 | -1/+4 |
| | |||||
* | x509_algor: Turn expected failure into actual failure now that the API is | tb | 2023-10-11 | 1 | -3/+3 |
| | | | | fixed. | ||||
* | Add preallocation dance for X509_ALGOR_set_md() as documented | tb | 2023-10-11 | 1 | -1/+5 |
| | |||||
* | Add regress coverage for X509_ALGOR_* | tb | 2023-10-11 | 1 | -0/+374 |
This covers the setters and getters. Serialization and deserialization as well as comparison is already well covered by the pieces of regress using certs. There is currently one printf indicating failure. This will be fixed shortly. |