| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove all duplicate prototypes for *_main functions (these are already | jsing | 2015-08-22 | 42 | -185/+102 |
* | bring prototypes into scope, requires movement of a large global object | deraadt | 2015-08-19 | 8 | -202/+208 |
* | Improve openssl s_client -starttls xmpp support. | landry | 2015-08-11 | 2 | -7/+28 |
* | remove ssl3 bits; ok doug | jmc | 2015-08-02 | 1 | -58/+14 |
* | use file system path (.Pa) semantic markup macros where appropriate. | sobrado | 2015-07-27 | 1 | -7/+7 |
* | remove unused variable | chl | 2015-07-26 | 1 | -2/+2 |
* | Revert ca.c r1.7 - BN_to_ASN1_INTEGER() only allocates an ASN.1 integer | jsing | 2015-07-22 | 1 | -6/+2 |
* | Convert openssl(1) nseq to new option handling. | jsing | 2015-07-21 | 1 | -40/+51 |
* | Convert openssl(1) pkcs7 to new option handling. | jsing | 2015-07-21 | 1 | -93/+111 |
* | remove superfluous strings.h | bcook | 2015-07-21 | 1 | -2/+1 |
* | app_tminterval moved to apps_posix.c, we don't need sys/times.h | bcook | 2015-07-20 | 1 | -2/+1 |
* | No need to recheck for NULL in openssl(1) ecparam. | doug | 2015-07-20 | 1 | -5/+1 |
* | Don't try to run ECDH if ecdh_checks fails in openssl(1) speed. | doug | 2015-07-20 | 1 | -17/+23 |
* | Avoid NULL deref in openssl(1) s_cb. | doug | 2015-07-20 | 1 | -5/+14 |
* | Avoid possible NULL deref in openssl(1) s_server. | doug | 2015-07-20 | 1 | -2/+5 |
* | check the sigbuf value before using it. | rpointel | 2015-07-20 | 1 | -2/+7 |
* | Avoid dereferencing a NULL. | doug | 2015-07-20 | 1 | -5/+7 |
* | Remove condition that never happens and fix error handling. | doug | 2015-07-20 | 1 | -6/+5 |
* | Check return value for ENGINE_ctrl and ENGINE_ctrl_cmd. | doug | 2015-07-20 | 1 | -4/+15 |
* | Check return value in openssl(1) s_socket. | doug | 2015-07-20 | 1 | -3/+6 |
* | Remove check that is never true. | doug | 2015-07-20 | 1 | -3/+1 |
* | Warn when rename() fails in openssl(1) apps. | doug | 2015-07-20 | 1 | -8/+36 |
* | Free memory when finished. | doug | 2015-07-19 | 1 | -2/+6 |
* | Only close descriptor if not already closed. | doug | 2015-07-19 | 1 | -3/+5 |
* | Free variable before potentially reusing. | doug | 2015-07-19 | 1 | -1/+2 |
* | Free passin on error. | doug | 2015-07-19 | 1 | -4/+4 |
* | Fix coverity 105339, by correctly checking return from strtoll | beck | 2015-07-19 | 1 | -1/+1 |
* | 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 |