Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a prototype for OBJ_bsearch_ so this test will keep working | tb | 2022-01-12 | 1 | -1/+6 |
| | | | | | after the bump. Since this tests the public interfaces, we do not want to use LIBRESSL_INTERNAL/LIBRESSL_CRYPTO_INTERNAL here. | ||||
* | tweak for the generated source | tb | 2021-12-14 | 1 | -2/+2 |
| | |||||
* | Remove workaround for missing d2i_DSAPrivateKey_fp prototype | tb | 2021-03-31 | 1 | -5/+1 |
| | |||||
* | avoid two overlong lines and drop an unused printf argument | tb | 2020-10-12 | 1 | -4/+4 |
| | |||||
* | zap redundant line | tb | 2020-09-18 | 1 | -2/+1 |
| | |||||
* | Check availability of the symbols in Symbols.list | tb | 2020-09-18 | 2 | -0/+182 |
This regress parses Symbols.list and pulls all public headers out of libcrypto's Makefile to generate a simple program that uses all public symbols. A number of symbols need to be declared extern since they are unavailable in public headers and a handful must be skipped since they are apparently architecture dependent. This would have caught the recent breakage due to the accidental removal of the NAME_CONSTRAINTS_check() function and points out a number of places where cleanup may happen in the future. discussed with beck |