summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/buffer/buf_str.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Explicitly test for NULL.jsing2017-04-091-4/+4
| | | | ok beck@
* Send the function codes from the error functions to the bit bucket,beck2017-01-291-4/+4
| | | | | | as was done earlier in libssl. Thanks inoguchi@ for noticing libssl had more reacharounds into this. ok jsing@ inoguchi@
* Only import cryptlib.h in the four source files that actually need it.jsing2014-07-111-2/+3
| | | | | | | | Remove the openssl public includes from cryptlib.h and add a small number of includes into the source files that actually need them. While here, also sort/group/tidy the includes. ok beck@ miod@
* More KNF.jsing2014-04-261-1/+4
|
* I've replaced everything in this file. ISC liscense it with my copyrightbeck2014-04-171-54/+13
|
* KNF.jsing2014-04-171-3/+3
|
* simply wrap around intrinsics, and knf cleanup.beck2014-04-171-57/+54
| | | | ok miod@ deraadt@
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-171-2/+2
| | | | | | | | OPENSSL_foo wrappers. This changes: OPENSSL_malloc->malloc OPENSSL_free->free OPENSSL_relloc->realloc OPENSSL_freeFunc->free
* import files that CVS missed; sighdjm2012-10-131-0/+119
|
* resolve conflicts, fix local changesdjm2010-10-011-116/+0
|
* import openssl-0.9.8jdjm2009-01-091-0/+116