| Commit message (Expand) | Author | Age | Files | Lines |
| * | No original OpenSSL code remains in this file. Relicense | beck | 2017-04-30 | 1 | -54/+13 |
| * | Make BIO_get_host_ip just yet another getaddrinfo wrapper | beck | 2017-04-30 | 1 | -27/+20 |
| * | Rework BIO_accept to be more like modern code. | beck | 2017-04-30 | 1 | -54/+19 |
| * | Microsoft Windows hates BIO_get_accept_socket in portable. Fix it to | beck | 2017-04-30 | 1 | -115/+35 |
| * | trailing ; on end of macro definition is wrong; ok guenther | deraadt | 2017-04-06 | 1 | -4/+4 |
| * | Send the function codes from the error functions to the bit bucket, | beck | 2017-01-29 | 10 | -115/+75 |
| * | Delete completely useless crap and just use getaddrinfo. Fix man page | beck | 2016-12-20 | 1 | -44/+7 |
| * | remove NULL-checks before free() | mmcc | 2015-12-23 | 1 | -5/+3 |
| * | Pull in <sys/types.h> to get ssize_t or <stdint.h> to get uint32_t, instead of | miod | 2015-10-30 | 1 | -1/+2 |
| * | Correct #if/else logic in BIO's dgram_ctrl. | doug | 2015-07-20 | 1 | -3/+3 |
| * | Drop stupid (int) casts for the arguments of malloc() and friends. This is | miod | 2015-07-19 | 2 | -6/+6 |
| * | Fix Coverity 72742 - ret is overwritten immediately after this. | beck | 2015-07-19 | 1 | -2/+1 |
| * | Dead code, Coverity 78798 | beck | 2015-07-18 | 1 | -3/+1 |
| * | Fix warning on vax due to old gcc. | doug | 2015-06-20 | 1 | -4/+4 |
| * | Do not need to buf[0] = 0 before strlcpy(buf, ... | deraadt | 2015-04-23 | 1 | -2/+1 |
| * | Fix indentation that incorrectly implies a different control flow. | doug | 2015-03-21 | 1 | -2/+2 |
| * | If you do not support POSIX I/O then you're not tall enough to ride... | jsing | 2015-02-12 | 1 | -8/+1 |
| * | Remove more IMPLEMENT_STACK_OF noops that have been hiding for the last | jsing | 2015-02-10 | 1 | -3/+1 |
| * | Jettison SCTP support in BIO dgram. | jsing | 2015-02-09 | 2 | -1052/+2 |
| * | Delete a lot of #if 0 code in libressl. | doug | 2015-02-07 | 1 | -11/+4 |
| * | Fix a memory leak in bss_dgram. | doug | 2015-01-12 | 1 | -3/+13 |
| * | Fix incorrect OPENSSL_assert() usage. | doug | 2015-01-03 | 1 | -24/+53 |
| * | Use platform-defined method of printing a pointer. | bcook | 2014-12-08 | 1 | -2/+2 |
| * | Move Windows OS-specific functions to make porting easier. | bcook | 2014-12-03 | 2 | -24/+89 |
| * | We're not supporting 16-bit Windows, remove cast. | bcook | 2014-12-03 | 1 | -3/+2 |
| * | remove superflous gettimeofday wrapper. | bcook | 2014-11-26 | 1 | -9/+2 |
| * | memset like a normal human. | bcook | 2014-11-26 | 1 | -10/+10 |
| * | normalize set/getsockopt usage. | bcook | 2014-11-26 | 3 | -45/+27 |
| * | Linux has had IP_MTU since 2005, don't force it. | bcook | 2014-11-26 | 1 | -8/+4 |
| * | MPE support, begone. ok tedu | deraadt | 2014-11-21 | 1 | -2/+2 |
| * | f{read,write} take a number of items and an item size as arguments, and | miod | 2014-11-11 | 2 | -14/+7 |
| * | Use arc4random_buf() instead of RAND_bytes() or RAND_pseudo_bytes(). | jsing | 2014-10-22 | 1 | -4/+4 |
| * | The return value on success of fcntl(F_SETFL) is not actually specified, | bcook | 2014-10-13 | 1 | -3/+3 |
| * | Use O_NONBLOCK over FIONBIO. | bcook | 2014-10-13 | 1 | -2/+8 |
| * | Include <sys/time.h> to get struct timeval | bcook | 2014-08-24 | 1 | -1/+2 |
| * | BIO_free() returns immediately when the sole input is NULL. | doug | 2014-07-25 | 2 | -8/+5 |
| * | Mark the format string argument to BIO_*printf as not being allowed to be NULL | guenther | 2014-07-20 | 1 | -5/+7 |
| * | do not need a variable to track locking, since all code paths have it | deraadt | 2014-07-16 | 1 | -5/+2 |
| * | The bell tolls for BUF_strdup - Start the migration to using | beck | 2014-07-13 | 3 | -8/+8 |
| * | unbreak build this needed to be an and.. | beck | 2014-07-13 | 1 | -2/+2 |
| * | Take out __bounded__ in the include files we use it in when not on OpenBSD. | beck | 2014-07-13 | 1 | -2/+4 |
| * | Fix a memory leak in BIO_free() which no current BIO can trigger; OpenSSL | miod | 2014-07-11 | 1 | -4/+3 |
| * | Missing calloc() return value check in dgram_sctp_ctrl(); from Kurt Roeckx via | miod | 2014-07-11 | 1 | -11/+21 |
| * | Only import cryptlib.h in the four source files that actually need it. | jsing | 2014-07-11 | 17 | -47/+40 |
| * | Explicitly include <openssl/opensslconf.h> in every file that references | jsing | 2014-07-10 | 3 | -3/+10 |
| * | Simplify realloc() usage; ok tedu@ | miod | 2014-07-10 | 1 | -15/+6 |
| * | Stop including standard headers via cryptlib.h - pull in the headers that | jsing | 2014-07-10 | 12 | -39/+57 |
| * | delete some casts. ok miod | tedu | 2014-07-10 | 1 | -2/+2 |
| * | replace getservbyname_r with getaddrinfo for portability | bcook | 2014-07-10 | 1 | -6/+11 |
| * | include <limits.h> for LONG_MIN/LONG_MAX. | bcook | 2014-07-09 | 1 | -2/+2 |