Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2023-04-26 | Add RCS tag | tb | 1 | -0/+1 | |
2023-04-26 | Take X509_POLICY_NODE_print() behind the barn | tb | 4 | -100/+3 | |
This used to be public API but is now only used for debug code that has certainly never been used since it was released to the public. It drags that debug nonsense with it. ok beck | |||||
2023-04-26 | Add the new policy code to the build. | beck | 1 | -1/+2 | |
ok tb@ jsing@ | |||||
2023-04-26 | Make the new policy code in x509_policy.c to be selectable at compile time. | beck | 12 | -15/+106 | |
The old policy codes remains the default, with the new policy code selectable by defining LIBRESSL_HAS_POLICY_DAG. ok tb@ jsing@ | |||||
2023-04-26 | Add a shim to mimic the BoringSSL sk_delete_if function. | beck | 1 | -0/+23 | |
We add this locally as a function to avoid delving into the unholy macro madness of STACK_OF(3). ok tb@ jsing@ | |||||
2023-04-26 | Add lookup name+function pointer table for improved diagnostics | job | 1 | -4/+29 | |
OK tb@ | |||||
2023-04-26 | Adapt the sk_find calls from BoringSSL's api to ours. | beck | 1 | -6/+5 | |
ok tb@ jsing@ | |||||
2023-04-26 | Add the STACK_OF declarations we require. | beck | 1 | -2/+46 | |
ok tb@ jsing@ | |||||
2023-04-26 | Change OPENSSL_malloc|free|memset and friends to the normal versions. | beck | 1 | -6/+6 | |
ok tb@ jsing@ | |||||
2023-04-26 | Fix error code goop | beck | 1 | -5/+8 | |
ok tb@ jsing@ | |||||
2023-04-26 | Use the correct headers to compile with libressl | beck | 1 | -5/+4 | |