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