| Commit message (Expand) | Author | Age | Files | Lines |
| * | c-file-style hints, begone; ok beck | deraadt | 2014-06-11 | 1 | -1/+1 |
| * | Stop using DSO_global_lookup to reach getaddrinfo() and friends | deraadt | 2014-06-08 | 1 | -40/+3 |
| * | Fix memory leak. | logan | 2014-06-03 | 1 | -0/+1 |
| * | Remove __bio_h__attr__ wrapper around __attribute__, since earlier statements | miod | 2014-06-01 | 1 | -10/+4 |
| * | Fix some more nasty stringyness in here by using asprintf instead of cruft. | beck | 2014-05-30 | 1 | -10/+7 |
| * | more: no need for null check before free | deraadt | 2014-05-30 | 8 | -41/+19 |
| * | remove CONST_STRICT. ok beck deraadt | tedu | 2014-05-30 | 1 | -7/+0 |
| * | Everything sane has stdio, and FILE *. we don't need ifdefs for this. | beck | 2014-05-29 | 2 | -8/+0 |
| * | Any sane platform has stdio. Stop pretending we will ever use a platform | beck | 2014-05-29 | 2 | -4/+0 |
| * | Almost nothing actually needs to include <openssl/e_os2.h>, however by | jsing | 2014-05-24 | 1 | -1/+1 |
| * | Spell ssize_t correctly (the incorrect spelling is ossl_ssize_t). | jsing | 2014-05-24 | 1 | -9/+9 |
| * | mark BIO_snprintf as deprecated, so warnings will be generated for it's | beck | 2014-05-22 | 1 | -2/+2 |
| * | Sort and group includes. | jsing | 2014-05-05 | 2 | -10/+11 |
| * | Repair BIO_socket_nbio operation. | jsing | 2014-05-05 | 1 | -2/+3 |
| * | Use C99 initializers for the various FOO_METHOD structs. More readable, and | miod | 2014-04-27 | 14 | -148/+132 |
| * | Replace all use of ERR_add_error_data with ERR_asprintf_error_data. | beck | 2014-04-26 | 3 | -20/+19 |
| * | This is not FreeBSD. | jsing | 2014-04-26 | 1 | -18/+0 |
| * | The usual idiom to cope with systems not defining socklen_t is to add a | miod | 2014-04-23 | 2 | -49/+8 |
| * | close socket in failure cases too | tedu | 2014-04-23 | 1 | -0/+3 |
| * | if realloc failed, BIO_accept would leak memory and return NULL, causing | tedu | 2014-04-23 | 1 | -2/+11 |
| * | wrong calloc, see people do care | deraadt | 2014-04-21 | 1 | -1/+2 |
| * | Replace entire printf-like guts with calls to libc snprintf. | deraadt | 2014-04-21 | 1 | -769/+46 |
| * | Bring malloc/calloc/realloc sequences to modern standard | deraadt | 2014-04-21 | 8 | -27/+19 |
| * | We'll interpret a (void) cast on snprintf() to mean it's been verified that | guenther | 2014-04-19 | 4 | -23/+23 |
| * | use intrinsic strlcpy and strlcat everywhere so we only have one set of | beck | 2014-04-19 | 2 | -12/+12 |
| * | unifdef NO_SOCK | tedu | 2014-04-18 | 4 | -8/+0 |
| * | Put the final pieces from e_os.h in the required places, and remove it. | deraadt | 2014-04-18 | 3 | -36/+3 |
| * | unistd.h for protos where needed | deraadt | 2014-04-18 | 6 | -0/+6 |
| * | don't fake up SSIZE_MAX | tedu | 2014-04-17 | 1 | -8/+0 |
| * | more windows/netware leftovers | tedu | 2014-04-17 | 2 | -22/+3 |
| * | delete if 0 code | tedu | 2014-04-17 | 4 | -77/+14 |
| * | kill REF_PRINT/REF_CHECK debugging framework noone would use | deraadt | 2014-04-17 | 1 | -9/+0 |
| * | Mostly gut e_os.h: | deraadt | 2014-04-17 | 6 | -13/+13 |
| * | some KNF cleanup following the script | deraadt | 2014-04-17 | 15 | -70/+70 |
| * | Change library to use intrinsic memory allocation functions instead of | beck | 2014-04-17 | 11 | -68/+68 |
| * | Revert unintended whitespace changes. | jsing | 2014-04-17 | 1 | -4/+4 |
| * | tag some functions with bounded. idea and ok djm | tedu | 2014-04-17 | 1 | -3/+6 |
| * | Clean up dangerous strncpy use. This included a use where the resulting | beck | 2014-04-16 | 1 | -3/+1 |
| * | - Why do we hide from the OpenSSL police, dad? | miod | 2014-04-16 | 5 | -109/+23 |
| * | > As I walk through the valley of the shadow of death | tedu | 2014-04-16 | 10 | -606/+4 |
| * | More KNF. | jsing | 2014-04-16 | 10 | -104/+109 |
| * | Clean up non-fatal error handling - we know which error numbers we have | jsing | 2014-04-16 | 3 | -105/+0 |
| * | we don't use these files for building | tedu | 2014-04-15 | 1 | -87/+0 |
| * | Send the rotIBM stream cipher (ebcdic) to Valhalla to party for eternity | beck | 2014-04-15 | 1 | -6/+0 |
| * | Toss a `unifdef -U OPENSSL_SYS_WINDOWS' bomb into crypto/bio. | jsing | 2014-04-15 | 5 | -169/+3 |
| * | Remove VMS code. | jsing | 2014-04-15 | 1 | -320/+0 |
| * | First pass at applying KNF to the OpenSSL code, which almost makes it | jsing | 2014-04-15 | 22 | -4669/+4676 |
| * | Part 1 of eliminating BIO_snprintf(). This fixes mechanical conversions | beck | 2014-04-15 | 4 | -24/+24 |
| * | remove auto-generated dependencies from the old unused build system, so | deraadt | 2014-04-14 | 1 | -135/+0 |
| * | two SHUTDOWN2 got away; noticed by beck | deraadt | 2014-04-14 | 2 | -2/+4 |