| Commit message (Expand) | Author | Age | Files | Lines |
* | Fold in the zlib_cleanup macro. |  jsing | 2014-04-25 | 2 | -7/+4 |
* | do_pipe_sig is now only used in openssl.c - just call signal() directly |  jsing | 2014-04-25 | 2 | -3/+1 |
* | NON_MAIN no longer means anything so remove it, along with APP_INIT. |  jsing | 2014-04-25 | 3 | -17/+0 |
* | The apps_{startup,shutdown} macro mess is now only used in openssl.c - |  jsing | 2014-04-25 | 2 | -36/+42 |
* | Try to clean the maze of <openssl/bn.h> defines regarding the BN internals. |  miod | 2014-04-24 | 1 | -1/+1 |
* | unifdef -U LINT |  jsing | 2014-04-24 | 6 | -18/+0 |
* | When OPENSSL_C is not defined, apps_startup becomes a |  jsing | 2014-04-24 | 38 | -72/+72 |
* | Remove more FIPS tenticles. |  jsing | 2014-04-24 | 1 | -12/+1 |
* | Rip a bunch of ifdefs from speed. We know we can fork, have SIGALRM and |  jsing | 2014-04-24 | 1 | -267/+2 |
* | Support for the -ssl2 option has been removed, so remove it from usage |  lteo | 2014-04-24 | 1 | -1/+0 |
* | Unifdef -UPEDANTIC. ok beck@ tedu@ |  miod | 2014-04-23 | 13 | -75/+0 |
* | We do not need ARGV, Argc and Argv - just use argc and argv like normal |  jsing | 2014-04-23 | 1 | -12/+9 |
* | Nuke the last of the windows related defines from the openssl apps. |  jsing | 2014-04-22 | 9 | -66/+0 |
* | KNF. |  jsing | 2014-04-22 | 5 | -803/+815 |
* | More KNF. |  jsing | 2014-04-22 | 4 | -95/+92 |
* | More KNF. |  jsing | 2014-04-22 | 1 | -31/+37 |
* | More KNF. |  jsing | 2014-04-22 | 6 | -56/+74 |
* | More KNF. |  jsing | 2014-04-22 | 1 | -150/+225 |
* | More KNF. |  jsing | 2014-04-22 | 2 | -79/+127 |
* | you must have S_ISDIR to play |  deraadt | 2014-04-21 | 1 | -16/+4 |
* | remove the openssl_fdset wrapper, and a variety of VMS'ism's like |  deraadt | 2014-04-19 | 6 | -48/+19 |
* | Remove a gethostbyname() cache layer. The internet works better these |  deraadt | 2014-04-19 | 1 | -50/+1 |
* | ReadFile() and GetStdHandle() are not very POSIX. |  deraadt | 2014-04-19 | 4 | -45/+6 |
* | truncation check some snprintf calls (over-cautiously in case) |  deraadt | 2014-04-19 | 4 | -19/+78 |
* | Fix some serious pointer-arithmatic-magic-number-unchecked-return eyebleed |  beck | 2014-04-19 | 1 | -53/+44 |
* | Repair some indent to be more KNF, and break instead of fallthrough to |  deraadt | 2014-04-19 | 1 | -12/+14 |
* | Remove hacky workaround for Cray T3E. |  deraadt | 2014-04-19 | 1 | -11/+0 |
* | oops, typo got into change |  deraadt | 2014-04-19 | 1 | -1/+1 |
* | malloc + strlcpy -> strdup |  deraadt | 2014-04-19 | 1 | -3/+2 |
* | unifdef ENOTDIR, everyone has it |  deraadt | 2014-04-19 | 1 | -15/+3 |
* | We'll interpret a (void) cast on snprintf() to mean it's been verified that |  guenther | 2014-04-19 | 5 | -23/+23 |
* | use intrinsic strlcpy and strlcat everywhere so we only have one set of |  beck | 2014-04-19 | 7 | -26/+26 |
* | collateral damage |  tedu | 2014-04-18 | 1 | -0/+1 |
* | $HOME/.rnd will never be a good source of entropy. ok beck |  tedu | 2014-04-18 | 23 | -392/+2 |
* | Use the cleaned up asprintf-based make_config_name() to make the name of |  lteo | 2014-04-18 | 2 | -18/+8 |
* | Check the return value of make_config_name() before attempting to use |  lteo | 2014-04-18 | 1 | -1/+6 |
* | another |  tedu | 2014-04-18 | 1 | -3/+0 |
* | another "string to make the random number generator think it has entropy" |  tedu | 2014-04-18 | 1 | -23/+0 |
* | Finish zapping SSL_OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATION usage; only keep |  guenther | 2014-04-18 | 2 | -7/+9 |
* | use the portable construct around asprintf; pointed out by halex |  deraadt | 2014-04-18 | 1 | -1/+2 |
* | Put the final pieces from e_os.h in the required places, and remove it. |  deraadt | 2014-04-18 | 3 | -28/+3 |
* | These files were never installed in the past, and are not generally |  deraadt | 2014-04-18 | 45 | -1465/+0 |
* | Use asprintf() for generating path, instead of multiple |  deraadt | 2014-04-18 | 1 | -7/+1 |
* | egd support is too dangerous to leave where somebody might find it. |  tedu | 2014-04-18 | 1 | -16/+2 |
* | KNF, since this is no longer script generated |  deraadt | 2014-04-18 | 1 | -172/+171 |
* | simplify file:file:... stuff |  deraadt | 2014-04-18 | 12 | -14/+13 |
* | whitespace normalization |  tedu | 2014-04-18 | 8 | -91/+81 |
* | repair whitespace. this is what happens when functions take 20 params. |  tedu | 2014-04-18 | 1 | -20/+20 |
* | Remove MAIN and PROG defines now that we do not compile non-monolithic. |  jsing | 2014-04-18 | 47 | -180/+93 |
* | undef NETWARE_CLIB and NETWARE_LIBC |  tedu | 2014-04-18 | 1 | -15/+0 |