Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add whitespace and replace OPENSSL_free with free in documentation. | doug | 2015-04-29 | 1 | -2/+2 |
| | | | | ok jsing@ | ||||
* | Call CBS_mem_equal() rather than reimplementing it. | doug | 2015-04-29 | 1 | -3/+2 |
| | | | | ok jsing@ | ||||
* | KNF bytestring files. | doug | 2015-02-06 | 1 | -179/+211 |
| | | | | | | | | I checked that this doesn't change anything. Compiled with clang using -Wno-pointer-sign -g0 to reduce the differences. Only difference in the asm is due to assert(0) line number changes in bs_cbs.c and bs_cbb.c. miod is ok with the general process. | ||||
* | Import BoringSSL's crypto bytestring and crypto bytebuilder APIs. | doug | 2015-02-06 | 1 | -0/+220 |
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@ |