Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove BUF_[a-z]* API | tb | 2023-07-28 | 1 | -79/+0 |
| | | | | | | | | This are a bunch of strange string handlers with NULL checks that make no real sense except to some devs who like to sprinkle them everywhere. Fortunately, nothing uses these anymore, so they can go. ok jsing | ||||
* | Explicitly test for NULL. | jsing | 2017-04-09 | 1 | -4/+4 |
| | | | | ok beck@ | ||||
* | Send the function codes from the error functions to the bit bucket, | beck | 2017-01-29 | 1 | -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. | jsing | 2014-07-11 | 1 | -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. | jsing | 2014-04-26 | 1 | -1/+4 |
| | |||||
* | I've replaced everything in this file. ISC liscense it with my copyright | beck | 2014-04-17 | 1 | -54/+13 |
| | |||||
* | KNF. | jsing | 2014-04-17 | 1 | -3/+3 |
| | |||||
* | simply wrap around intrinsics, and knf cleanup. | beck | 2014-04-17 | 1 | -57/+54 |
| | | | | ok miod@ deraadt@ | ||||
* | Change library to use intrinsic memory allocation functions instead of | beck | 2014-04-17 | 1 | -2/+2 |
| | | | | | | | | OPENSSL_foo wrappers. This changes: OPENSSL_malloc->malloc OPENSSL_free->free OPENSSL_relloc->realloc OPENSSL_freeFunc->free | ||||
* | import files that CVS missed; sigh | djm | 2012-10-13 | 1 | -0/+119 |
| | |||||
* | resolve conflicts, fix local changes | djm | 2010-10-01 | 1 | -116/+0 |
| | |||||
* | import openssl-0.9.8j | djm | 2009-01-09 | 1 | -0/+116 |