| Commit message (Expand) | Author | Age | Files | Lines |
* | Add support for OPTION_DISCARD. | doug | 2015-06-16 | 1 | -1/+4 |
* | Remove ancient compat hack SSL_OP_NETSCAPE_DEMO_CIPHER_CHANGE_BUG. | doug | 2015-06-15 | 1 | -29/+1 |
* | Only set the cipher list if one was specified and actually check the return | jsing | 2015-04-15 | 1 | -7/+12 |
* | Move verify externs into the header file. | jsing | 2015-04-14 | 4 | -12/+8 |
* | Convert openssl(1) s_time to new option handling. | jsing | 2015-04-14 | 1 | -201/+178 |
* | Clean up and improve openssl(1) errstr: | jsing | 2015-04-14 | 1 | -21/+28 |
* | Convert openssl(1) errstr to new option handling. | jsing | 2015-04-13 | 1 | -6/+34 |
* | Put back a goto end that was unintentionally removed. | jsing | 2015-04-11 | 1 | -1/+2 |
* | Convert openssl(1) pkeyparam to new option handling. | jsing | 2015-04-11 | 1 | -61/+74 |
* | The code in socks.c writes multiple times in a row to a socket. If the | tobias | 2015-03-26 | 1 | -3/+6 |
* | Fix error message in case of write failure. | tobias | 2015-03-26 | 1 | -3/+3 |
* | Check for short writes in fdpass(). Clean up while at it. | tobias | 2015-03-26 | 1 | -4/+3 |
* | Sync camel case of "ProxyUseFdpass" with ssh_config(5). | tobias | 2015-03-26 | 1 | -3/+3 |
* | Since Windows needs BIO_sock_init() before you can call any networking | bcook | 2015-03-22 | 2 | -12/+7 |
* | subtraction is not comparison. the difference of two longs is not good | tedu | 2015-03-05 | 1 | -1/+1 |
* | use correct formatter (int, because of type promotion after operations) | bcook | 2015-03-02 | 1 | -2/+2 |
* | Reduce usage of predefined strings in manpages. | bentley | 2015-02-28 | 1 | -7/+7 |
* | No need to use O_DIRECTORY when opening ".", O_RDONLY will suffice. | millert | 2015-02-25 | 1 | -1/+1 |
* | Avoid NULL pointer deref in hashinfo_free() when calling from error paths. | doug | 2015-02-25 | 1 | -2/+3 |
* | While slick, this isn't accessing multiple directories concurrently, so | guenther | 2015-02-22 | 1 | -29/+35 |
* | fix coverity 105350 and 10345 | beck | 2015-02-18 | 1 | -1/+2 |
* | Use "In" to mark up include files, instead of wrongly wrapping with Aq. | bentley | 2015-02-15 | 1 | -3/+3 |
* | Support for nc -T on IPv6 addresses. | jca | 2015-02-14 | 1 | -7/+16 |
* | qsort() compare functions MUST use memcmp() instead of bcmp() to have | guenther | 2015-02-12 | 1 | -2/+4 |
* | swap limits.h for sys/limits.h | bcook | 2015-02-12 | 1 | -1/+1 |
* | Enable building with -DOPENSSL_NO_DEPRECATED. | doug | 2015-02-11 | 1 | -1/+2 |
* | Introduce an openssl(1) certhash command. | jsing | 2015-02-10 | 3 | -9/+685 |
* | Remember to zero the ciphers configuration. | jsing | 2015-02-09 | 1 | -2/+4 |
* | Rewrite the openssl(1) ciphers command. | jsing | 2015-02-09 | 1 | -158/+128 |
* | Delete commented out code from openssl(1) apps. | doug | 2015-02-08 | 8 | -95/+11 |
* | Modify BSIZE to BUFLEN to avoid redefinition on HP-UX. | bcook | 2015-02-07 | 2 | -15/+15 |
* | Convert openssl(1) sess_id to the new option handling. | doug | 2015-01-24 | 1 | -88/+113 |
* | Convert openssl(1)'s rsa.c to the new option handling code. | doug | 2015-01-24 | 1 | -184/+251 |
* | Document the openssl s_client -proxy feature. | bluhm | 2015-01-13 | 1 | -2/+14 |
* | Add the possibility to use the openssl s_client tool with an http | bluhm | 2015-01-13 | 1 | -4/+24 |
* | Implement more thorough error checks: | lteo | 2015-01-13 | 1 | -12/+38 |
* | Convert spkac.c to the new option handling code. | doug | 2015-01-08 | 1 | -100/+137 |
* | Convert pkcs8.c to the new option handling code. | doug | 2015-01-08 | 1 | -157/+220 |
* | Convert asn1pars.c to the new option handling. | doug | 2015-01-08 | 1 | -137/+206 |
* | Convert openssl(1) passwd to new option handling. | jsing | 2015-01-05 | 1 | -119/+151 |
* | Zap a reference to .rnd, which is likely the last RANDFILE remnant on | lteo | 2015-01-05 | 1 | -3/+2 |
* | Check the return values of several reallocarray() calls. While here, | lteo | 2015-01-03 | 3 | -3/+17 |
* | Remove ifdef statements for TIMES and USE_TOD; they don't do anything, | lteo | 2015-01-02 | 1 | -5/+1 |
* | Provide option types for binary AND, binary OR and silently discarding an | jsing | 2015-01-01 | 2 | -2/+13 |
* | Convert the openssl(1) enc command to the new option parsing and usage. | jsing | 2015-01-01 | 1 | -250/+382 |
* | Fix subtle typo. | jsing | 2014-12-28 | 1 | -2/+2 |
* | Allow a default option to be specified by having a NULL name, but a valid | jsing | 2014-12-28 | 1 | -4/+4 |
* | Provide an option type that allows for a callback function to consume an | jsing | 2014-12-28 | 2 | -3/+12 |
* | Teach option parsing that a single hyphen denotes the end of named options | jsing | 2014-12-28 | 1 | -2/+14 |
* | Provide a mechanism for option parsing to return the number of arguments | jsing | 2014-12-28 | 7 | -14/+22 |