| Commit message (Expand) | Author | Age | Files | Lines |
* | There is no need to include <openssl/e_os2.h> here, except for the fact |  jsing | 2014-05-26 | 5 | -5/+2 |
* | Fix resource descriptor leaks. |  logan | 2014-05-25 | 1 | -0/+4 |
* | -noout mentions a CRL, which is incorrect. Use "no output of encoded session |  logan | 2014-05-25 | 1 | -1/+1 |
* | There is little interest in supporting Watt-32 TCP/IP debugging. For |  deraadt | 2014-05-25 | 1 | -7/+0 |
* | signal.h is not needed here. |  jsing | 2014-05-23 | 1 | -1/+0 |
* | Stop pulling signal.h into apps.h - just include it from openssl.c where |  jsing | 2014-05-23 | 2 | -2/+1 |
* | Calling signal once to ignore SIGPIPE is sufficient - we do not need to do |  jsing | 2014-05-23 | 37 | -67/+0 |
* | Move include to the top and nuke pointless comments. |  jsing | 2014-05-23 | 1 | -8/+1 |
* | if (x) free(x) -> free(x); semantic patch generated with coccinelle, carefully |  miod | 2014-05-22 | 1 | -2/+1 |
* | More KNF. |  jsing | 2014-05-19 | 1 | -60/+60 |
* | More whack-a-mole^Wfips. |  jsing | 2014-05-19 | 2 | -18/+1 |
* | It is perfectly valid to call free(NULL), so stop checking for non-NULL |  jsing | 2014-05-19 | 29 | -128/+80 |
* | Out of all the openssl apps, just one of them has code to mess around with |  jsing | 2014-05-18 | 1 | -12/+0 |
* | W_OK comes via unistd.h - nuke several #ifndef W_OK that attempt to handle |  jsing | 2014-05-18 | 1 | -13/+2 |
* | Remove unused include. |  jsing | 2014-05-18 | 3 | -3/+0 |
* | Group and sort includes. |  jsing | 2014-05-18 | 50 | -214/+308 |
* | bio_err is initialised in main, hence there is no need to initialise it |  jsing | 2014-05-18 | 46 | -168/+16 |
* | add missing header needed for mem{cpy,cmp}() |  chl | 2014-05-17 | 1 | -0/+1 |
* | no no md2 |  tedu | 2014-05-17 | 3 | -39/+0 |
* | deleted seed some time ago |  tedu | 2014-05-17 | 9 | -85/+0 |
* | switch RSA key generation default to 2048 bits (matching ssh); ok miod@ |  sthen | 2014-05-17 | 1 | -1/+1 |
* | less than jpake |  tedu | 2014-05-07 | 4 | -317/+4 |
* | "stay backwards-compatible with 0.9.5; this should go away soon" |  tedu | 2014-05-06 | 1 | -8/+0 |
* | remove Kerberos |  tedu | 2014-05-06 | 2 | -41/+0 |
* | move a comment to make unifdef happier |  tedu | 2014-05-06 | 1 | -2/+3 |
* | bye bye SRP |  tedu | 2014-05-06 | 4 | -975/+0 |
* | During the great e_os.h nukathon we stopped pulling in <sys/filio.h> via |  jsing | 2014-05-05 | 3 | -35/+6 |
* | Kill memory debug calls that are now noops. While here, nuke an #if 0 and |  jsing | 2014-05-05 | 1 | -22/+3 |
* | OpenBSD has_SC_CLK_TCK. |  jsing | 2014-05-05 | 1 | -27/+0 |
* | Nuke more defines - we have setvbuf() and _IONBF. |  jsing | 2014-05-03 | 2 | -16/+0 |
* | Add ChaCha as a cipher. |  jsing | 2014-05-02 | 1 | -0/+3 |
* | remove crazy #undefs; ok jsing |  deraadt | 2014-05-02 | 10 | -13/+0 |
* | Nuke OPENSSL_NO_SOCK since any half sane operating system has sockets. |  jsing | 2014-05-02 | 3 | -19/+0 |
* | Sort and group includes. We also do not need to include openssl/evp.h more |  jsing | 2014-05-02 | 1 | -45/+47 |
* | Sort function prototypes and group/sort entries within the functions array. |  jsing | 2014-05-02 | 1 | -237/+125 |
* | 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 |