| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove effectively unused variable. | doug | 2015-07-19 | 1 | -4/+1 |
* | fix leak, found by coverity, ID 78877 | beck | 2015-07-17 | 1 | -3/+3 |
* | Remove SSLv3 support from openssl(1) s_time. | doug | 2015-07-17 | 1 | -13/+3 |
* | Remove SSLv3 support from openssl(1) s_server. | doug | 2015-07-17 | 1 | -7/+2 |
* | Remove SSLv3 support from openssl(1) s_client. | doug | 2015-07-17 | 1 | -4/+1 |
* | Remove support for SSLv3 from openssl(1) ciphers. | doug | 2015-07-17 | 1 | -27/+5 |
* | Remove workaround for TLS padding bug from SSLeay days. | doug | 2015-07-17 | 1 | -5/+1 |
* | fix coverity leak - ID 78921 | beck | 2015-07-16 | 1 | -3/+11 |
* | kill leak, found by coverity, ID 105348 | beck | 2015-07-16 | 1 | -2/+5 |
* | Add OPTION_ARG_LONG for handling of options with a long type. | jsing | 2015-07-15 | 2 | -3/+16 |
* | Make 'openssl pkeyutl -verify' return exit code 0 on success. | bcook | 2015-07-15 | 1 | -4/+5 |
* | Convert openssl(1) dh to the new option handling. | doug | 2015-07-12 | 1 | -98/+111 |
* | Convert openssl(1) dsa to the new option handling. | doug | 2015-07-12 | 1 | -154/+208 |
* | Convert openssl(1) ec to the new option handling. | doug | 2015-07-12 | 1 | -170/+247 |
* | Convert gendh.c to the new option handling. | doug | 2015-07-12 | 1 | -54/+79 |
* | Convert openssl(1) dsaparam to the new option handling. | doug | 2015-07-12 | 1 | -154/+123 |
* | Convert openssl(1) crl2pkcs7 to the new option handling. | doug | 2015-07-12 | 1 | -95/+110 |
* | Convert openssl(1) dhparam to new option handling. | jsing | 2015-07-11 | 1 | -121/+160 |
* | switch "openssl dhparam" default from 512 to 2048 bits, ok jsing@ | sthen | 2015-07-08 | 2 | -6/+6 |
* | Repair algorithm name array after 1.6. | miod | 2015-07-03 | 1 | -4/+4 |
* | Handle NIST curve names in openssl(1) ecparam. | jsing | 2015-06-20 | 1 | -1/+4 |
* | Less mdc2. | jsing | 2015-06-20 | 1 | -4/+1 |
* | Remove obsolete MDC-2DES from libcrypto. | doug | 2015-06-20 | 5 | -43/+13 |
* | Add missing message digests to function table. | jsing | 2015-06-19 | 1 | -3/+27 |
* | Remove fallback dynamic engine loading support. | bcook | 2015-06-19 | 1 | -18/+2 |
* | spelling fixes from theo buehler; | jmc | 2015-06-18 | 1 | -4/+4 |
* | 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 |