Age | Commit message (Expand) | Author |
2014-05-24 | Almost nothing actually needs to include <openssl/e_os2.h>, however by | Joel Sing |
2014-05-24 | Spell ssize_t correctly (the incorrect spelling is ossl_ssize_t). | Joel Sing |
2014-05-22 | mark BIO_snprintf as deprecated, so warnings will be generated for it's | Bob Beck |
2014-05-05 | Sort and group includes. | Joel Sing |
2014-05-05 | Repair BIO_socket_nbio operation. | Joel Sing |
2014-04-27 | Use C99 initializers for the various FOO_METHOD structs. More readable, and | Miod Vallat |
2014-04-26 | Replace all use of ERR_add_error_data with ERR_asprintf_error_data. | Bob Beck |
2014-04-26 | This is not FreeBSD. | Joel Sing |
2014-04-23 | The usual idiom to cope with systems not defining socklen_t is to add a | Miod Vallat |
2014-04-23 | close socket in failure cases too | Ted Unangst |
2014-04-23 | if realloc failed, BIO_accept would leak memory and return NULL, causing | Ted Unangst |
2014-04-21 | wrong calloc, see people do care | Theo de Raadt |
2014-04-21 | Replace entire printf-like guts with calls to libc snprintf. | Theo de Raadt |
2014-04-21 | Bring malloc/calloc/realloc sequences to modern standard | Theo de Raadt |
2014-04-19 | We'll interpret a (void) cast on snprintf() to mean it's been verified that | Philip Guenther |
2014-04-19 | use intrinsic strlcpy and strlcat everywhere so we only have one set of | Bob Beck |
2014-04-18 | unifdef NO_SOCK | Ted Unangst |
2014-04-18 | Put the final pieces from e_os.h in the required places, and remove it. | Theo de Raadt |
2014-04-18 | unistd.h for protos where needed | Theo de Raadt |
2014-04-17 | don't fake up SSIZE_MAX | Ted Unangst |
2014-04-17 | more windows/netware leftovers | Ted Unangst |
2014-04-17 | delete if 0 code | Ted Unangst |
2014-04-17 | kill REF_PRINT/REF_CHECK debugging framework noone would use | Theo de Raadt |
2014-04-17 | Mostly gut e_os.h: | Theo de Raadt |
2014-04-17 | some KNF cleanup following the script | Theo de Raadt |
2014-04-17 | Change library to use intrinsic memory allocation functions instead of | Bob Beck |
2014-04-17 | Revert unintended whitespace changes. | Joel Sing |
2014-04-17 | tag some functions with bounded. idea and ok djm | Ted Unangst |
2014-04-16 | Clean up dangerous strncpy use. This included a use where the resulting | Bob Beck |
2014-04-16 | - Why do we hide from the OpenSSL police, dad? | Miod Vallat |
2014-04-16 | > As I walk through the valley of the shadow of death | Ted Unangst |
2014-04-16 | More KNF. | Joel Sing |
2014-04-16 | More KNF. | Joel Sing |
2014-04-16 | Clean up non-fatal error handling - we know which error numbers we have | Joel Sing |
2014-04-15 | we don't use these files for building | Ted Unangst |
2014-04-15 | Send the rotIBM stream cipher (ebcdic) to Valhalla to party for eternity | Bob Beck |
2014-04-15 | Toss a `unifdef -U OPENSSL_SYS_WINDOWS' bomb into crypto/bio. | Joel Sing |
2014-04-15 | Remove VMS code. | Joel Sing |
2014-04-15 | First pass at applying KNF to the OpenSSL code, which almost makes it | Joel Sing |
2014-04-15 | Part 1 of eliminating BIO_snprintf(). This fixes mechanical conversions | Bob Beck |
2014-04-14 | remove auto-generated dependencies from the old unused build system, so | Theo de Raadt |
2014-04-14 | two SHUTDOWN2 got away; noticed by beck | Theo de Raadt |
2014-04-13 | Use shutdown(s, SHUT_RDWR) instead of shutdown(s, 2). | Matthew Dempsky |
2014-04-13 | Remove various horrible socket syscall wrappers, especially SHUTDOWN* | Theo de Raadt |
2014-04-13 | Flense a variety of windows support stuff, and a strange gettimeofday function. | Bob Beck |
2014-04-13 | Remove some stuff that isn't needed. | Bob Beck |
2014-04-13 | Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery. | Miod Vallat |
2012-10-13 | resolve conflicts | Damien Miller |
2012-01-05 | OpenSSL 1.0.0f: merge | Damien Miller |
2011-11-03 | openssl-1.0.0e: resolve conflicts | Damien Miller |