| Commit message (Expand) | Author | Age | Files | Lines |
* | openssl(1) is only built as a single monolithic binary, so just call |  jsing | 2014-07-12 | 39 | -154/+47 |
* | Remove the PSK code. We don't need to drag around this |  beck | 2014-07-11 | 3 | -201/+3 |
* | Tame the tedu... we still want to know that Compression and Expansion are |  jsing | 2014-07-10 | 1 | -1/+5 |
* | forgot to decompress here too |  tedu | 2014-07-10 | 2 | -17/+2 |
* | check return value of write. |  bcook | 2014-07-10 | 1 | -4/+15 |
* | unfidef RL_DEBUG. hopefully it's been debugged by now |  tedu | 2014-07-09 | 2 | -50/+2 |
* | firebomb some MDEBUG leftovers |  tedu | 2014-07-09 | 1 | -87/+1 |
* | unifdef a whole bunch of NO RSA/DSA/ECDH defines i deleted from libssl |  tedu | 2014-07-09 | 12 | -190/+12 |
* | clean up if 0/if 1 code. we don't care anymore. |  tedu | 2014-07-09 | 2 | -119/+3 |
* | move a comment |  tedu | 2014-07-09 | 1 | -3/+3 |
* | Remove typecasts on password_callback. |  bcook | 2014-07-09 | 3 | -20/+15 |
* | Free "data" when it's no longer in use. |  logan | 2014-06-29 | 1 | -1/+2 |
* | Fix file descriptor leak |  logan | 2014-06-29 | 1 | -1/+2 |
* | Use strtonum() instead of atoi(), and then impose what are we think |  deraadt | 2014-06-28 | 13 | -102/+211 |
* | Fix memory leak. |  logan | 2014-06-24 | 1 | -2/+4 |
* | Remove support for the `opaque PRF input' extension, which draft has expired |  miod | 2014-06-13 | 3 | -18/+3 |
* | tags as requested by miod and tedu |  deraadt | 2014-06-12 | 55 | -57/+55 |
* | c-file-style hints, begone; ok beck |  deraadt | 2014-06-11 | 2 | -2/+2 |
* | /* on some platforms time_t may be a float */ |  deraadt | 2014-06-07 | 1 | -3/+3 |
* | malloc() result does not need a cast. |  deraadt | 2014-06-07 | 10 | -17/+17 |
* | Remove RANDFILE remnants. |  jsing | 2014-06-02 | 2 | -3/+0 |
* | Stop pretending that openssl(1) applications support the -rand option. |  jsing | 2014-06-02 | 15 | -123/+11 |
* | Make usage for -quiet match the manpage and fix a misspelling |  guenther | 2014-06-01 | 1 | -2/+2 |
* | Rework parse_name() so that variable declaration is separate from function |  jsing | 2014-05-30 | 1 | -37/+50 |
* | no need for null check before free. from Brendan MacDonell |  tedu | 2014-05-30 | 1 | -6/+3 |
* | trivial realloc -> reallocarray |  deraadt | 2014-05-29 | 1 | -2/+1 |
* | ok, next pass after review: when possible, put the reallocarray arguments |  deraadt | 2014-05-29 | 3 | -3/+3 |
* | convert 53 malloc(a*b) to reallocarray(NULL, a, b). that is 53 |  deraadt | 2014-05-29 | 5 | -9/+9 |
* | 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 |