| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove the libssl/src directory |  beck | 2016-09-03 | 1 | -348/+0 |
* | Move openssl(1) from /usr/sbin/openssl to /usr/bin/openssl, since it is not |  jsing | 2014-08-26 | 55 | -33619/+0 |
* | Include <sys/select.h> to get select |  bcook | 2014-08-24 | 4 | -4/+9 |
* | Let SSL_CIPHER_description() allocate the buffer for the description, |  jsing | 2014-08-24 | 1 | -4/+6 |
* | Fix a usage string; the proper spelling of 'alot' is 'a lot'. |  blambert | 2014-07-29 | 1 | -2/+2 |
* | Remove SRP code. It contains a bug (this should not surprise anyone), but |  tedu | 2014-07-28 | 1 | -2/+1 |
* | BIO_free() returns immediately when the sole input is NULL. |  doug | 2014-07-25 | 12 | -46/+29 |
* | Handle failure of NETSCAPE_SPKI_b64_encode() and don't leak memory |  guenther | 2014-07-22 | 1 | -6/+10 |
* | Fix strtonum range to unbreak -pass fd:0 |  lteo | 2014-07-19 | 1 | -2/+2 |
* | missing newline |  deraadt | 2014-07-18 | 1 | -2/+2 |
* | avoid errx(); Jonas Termansen |  deraadt | 2014-07-17 | 1 | -3/+5 |
* | whitespace |  deraadt | 2014-07-14 | 44 | -170/+170 |
* | The bell tolls for BUF_strdup - Start the migration to using |  beck | 2014-07-13 | 4 | -13/+15 |
* | In openssl_startup(), call SSL_library_init() and SSL_load_error_strings(). |  jsing | 2014-07-12 | 8 | -28/+10 |
* | 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 |