Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use relative paths so beck can run regress in his git tree and have | tb | 2022-06-29 | 1 | -2/+3 |
| | | | | the correct ssl_local.h etc be picked up. | ||||
* | Some tests require internal symbols; have them link with the static | guenther | 2016-11-04 | 1 | -2/+2 |
| | | | | | | | libssl or libtls so they can continue to see them after the shared library namespace is cleaned up ok jsing@ | ||||
* | Fix build of regress after source moves | beck | 2016-09-02 | 1 | -2/+2 |
| | |||||
* | Don't hardcode /usr/src, use BSDSRCDIR | tobiasu | 2015-07-31 | 1 | -2/+2 |
| | |||||
* | Remove unnecessary regress target. | doug | 2015-06-23 | 1 | -7/+2 |
| | |||||
* | Import BoringSSL's crypto bytestring and crypto bytebuilder APIs. | doug | 2015-02-06 | 1 | -0/+14 |
This is imported with as few changes as possible for the initial commit. I removed OPENSSL_EXPORT, replaced OPENSSL_malloc() etc with malloc() and changed a few header includes. BoringSSL has this as part of their public API. We're leaving it internal to libssl for now. Based on BoringSSL's CBB/CBS API as of commit c5cc15b4f5b1d6e9b9112cb8d30205a638aa2c54. input + ok jsing@, miod@ |