Age | Commit message (Expand) | Author |
2015-07-19 | Free memory when finished. | Doug Hogan |
2015-07-19 | Only close descriptor if not already closed. | Doug Hogan |
2015-07-19 | Free variable before potentially reusing. | Doug Hogan |
2015-07-19 | Free passin on error. | Doug Hogan |
2015-07-19 | Fix coverity 105339, by correctly checking return from strtoll | Bob Beck |
2015-07-19 | Remove effectively unused variable. | Doug Hogan |
2015-07-17 | fix leak, found by coverity, ID 78877 | Bob Beck |
2015-07-17 | Remove SSLv3 support from openssl(1) s_time. | Doug Hogan |
2015-07-17 | Remove SSLv3 support from openssl(1) s_server. | Doug Hogan |
2015-07-17 | Remove SSLv3 support from openssl(1) s_client. | Doug Hogan |
2015-07-17 | Remove support for SSLv3 from openssl(1) ciphers. | Doug Hogan |
2015-07-17 | Remove workaround for TLS padding bug from SSLeay days. | Doug Hogan |
2015-07-16 | fix coverity leak - ID 78921 | Bob Beck |
2015-07-16 | kill leak, found by coverity, ID 105348 | Bob Beck |
2015-07-15 | Add OPTION_ARG_LONG for handling of options with a long type. | Joel Sing |
2015-07-15 | Make 'openssl pkeyutl -verify' return exit code 0 on success. | Brent Cook |
2015-07-12 | Convert openssl(1) dh to the new option handling. | Doug Hogan |
2015-07-12 | Convert openssl(1) dsa to the new option handling. | Doug Hogan |
2015-07-12 | Convert openssl(1) ec to the new option handling. | Doug Hogan |
2015-07-12 | Convert gendh.c to the new option handling. | Doug Hogan |
2015-07-12 | Convert openssl(1) dsaparam to the new option handling. | Doug Hogan |
2015-07-12 | Convert openssl(1) crl2pkcs7 to the new option handling. | Doug Hogan |
2015-07-11 | Convert openssl(1) dhparam to new option handling. | Joel Sing |
2015-07-08 | switch "openssl dhparam" default from 512 to 2048 bits, ok jsing@ | Stuart Henderson |
2015-07-03 | Repair algorithm name array after 1.6. | Miod Vallat |
2015-06-20 | Handle NIST curve names in openssl(1) ecparam. | Joel Sing |
2015-06-20 | Less mdc2. | Joel Sing |
2015-06-20 | Remove obsolete MDC-2DES from libcrypto. | Doug Hogan |
2015-06-19 | Add missing message digests to function table. | Joel Sing |
2015-06-19 | Remove fallback dynamic engine loading support. | Brent Cook |
2015-06-18 | spelling fixes from theo buehler; | Jason McIntyre |
2015-06-16 | Add support for OPTION_DISCARD. | Doug Hogan |
2015-06-15 | Remove ancient compat hack SSL_OP_NETSCAPE_DEMO_CIPHER_CHANGE_BUG. | Doug Hogan |
2015-04-15 | Only set the cipher list if one was specified and actually check the return | Joel Sing |
2015-04-14 | Move verify externs into the header file. | Joel Sing |
2015-04-14 | Convert openssl(1) s_time to new option handling. | Joel Sing |
2015-04-14 | Clean up and improve openssl(1) errstr: | Joel Sing |
2015-04-13 | Convert openssl(1) errstr to new option handling. | Joel Sing |
2015-04-11 | Put back a goto end that was unintentionally removed. | Joel Sing |
2015-04-11 | Convert openssl(1) pkeyparam to new option handling. | Joel Sing |
2015-03-22 | Since Windows needs BIO_sock_init() before you can call any networking | Brent Cook |
2015-03-05 | subtraction is not comparison. the difference of two longs is not good | Ted Unangst |
2015-03-02 | use correct formatter (int, because of type promotion after operations) | Brent Cook |
2015-02-28 | Reduce usage of predefined strings in manpages. | Anthony J. Bentley |
2015-02-25 | No need to use O_DIRECTORY when opening ".", O_RDONLY will suffice. | Todd C. Miller |
2015-02-25 | Avoid NULL pointer deref in hashinfo_free() when calling from error paths. | Doug Hogan |
2015-02-22 | While slick, this isn't accessing multiple directories concurrently, so | Philip Guenther |
2015-02-18 | fix coverity 105350 and 10345 | Bob Beck |
2015-02-15 | Use "In" to mark up include files, instead of wrongly wrapping with Aq. | Anthony J. Bentley |
2015-02-12 | qsort() compare functions MUST use memcmp() instead of bcmp() to have | Philip Guenther |