summaryrefslogtreecommitdiff
path: root/src/usr.bin (follow)
Commit message (Expand)AuthorAgeFilesLines
* Handle NIST curve names in openssl(1) ecparam.jsing2015-06-201-1/+4
* Less mdc2.jsing2015-06-201-4/+1
* Remove obsolete MDC-2DES from libcrypto.doug2015-06-205-43/+13
* Add missing message digests to function table.jsing2015-06-191-3/+27
* Remove fallback dynamic engine loading support.bcook2015-06-191-18/+2
* spelling fixes from theo buehler;jmc2015-06-181-4/+4
* Add support for OPTION_DISCARD.doug2015-06-161-1/+4
* Remove ancient compat hack SSL_OP_NETSCAPE_DEMO_CIPHER_CHANGE_BUG.doug2015-06-151-29/+1
* Only set the cipher list if one was specified and actually check the returnjsing2015-04-151-7/+12
* Move verify externs into the header file.jsing2015-04-144-12/+8
* Convert openssl(1) s_time to new option handling.jsing2015-04-141-201/+178
* Clean up and improve openssl(1) errstr:jsing2015-04-141-21/+28
* Convert openssl(1) errstr to new option handling.jsing2015-04-131-6/+34
* Put back a goto end that was unintentionally removed.jsing2015-04-111-1/+2
* Convert openssl(1) pkeyparam to new option handling.jsing2015-04-111-61/+74
* The code in socks.c writes multiple times in a row to a socket. If thetobias2015-03-261-3/+6
* Fix error message in case of write failure.tobias2015-03-261-3/+3
* Check for short writes in fdpass(). Clean up while at it.tobias2015-03-261-4/+3
* Sync camel case of "ProxyUseFdpass" with ssh_config(5).tobias2015-03-261-3/+3
* Since Windows needs BIO_sock_init() before you can call any networkingbcook2015-03-222-12/+7
* subtraction is not comparison. the difference of two longs is not goodtedu2015-03-051-1/+1
* use correct formatter (int, because of type promotion after operations)bcook2015-03-021-2/+2
* Reduce usage of predefined strings in manpages.bentley2015-02-281-7/+7
* No need to use O_DIRECTORY when opening ".", O_RDONLY will suffice.millert2015-02-251-1/+1
* Avoid NULL pointer deref in hashinfo_free() when calling from error paths.doug2015-02-251-2/+3
* While slick, this isn't accessing multiple directories concurrently, soguenther2015-02-221-29/+35
* fix coverity 105350 and 10345beck2015-02-181-1/+2
* Use "In" to mark up include files, instead of wrongly wrapping with Aq.bentley2015-02-151-3/+3
* Support for nc -T on IPv6 addresses.jca2015-02-141-7/+16
* qsort() compare functions MUST use memcmp() instead of bcmp() to haveguenther2015-02-121-2/+4
* swap limits.h for sys/limits.hbcook2015-02-121-1/+1
* Enable building with -DOPENSSL_NO_DEPRECATED.doug2015-02-111-1/+2
* Introduce an openssl(1) certhash command.jsing2015-02-103-9/+685
* Remember to zero the ciphers configuration.jsing2015-02-091-2/+4
* Rewrite the openssl(1) ciphers command.jsing2015-02-091-158/+128
* Delete commented out code from openssl(1) apps.doug2015-02-088-95/+11
* Modify BSIZE to BUFLEN to avoid redefinition on HP-UX.bcook2015-02-072-15/+15
* Convert openssl(1) sess_id to the new option handling.doug2015-01-241-88/+113
* Convert openssl(1)'s rsa.c to the new option handling code.doug2015-01-241-184/+251
* Document the openssl s_client -proxy feature.bluhm2015-01-131-2/+14
* Add the possibility to use the openssl s_client tool with an httpbluhm2015-01-131-4/+24
* Implement more thorough error checks:lteo2015-01-131-12/+38
* Convert spkac.c to the new option handling code.doug2015-01-081-100/+137
* Convert pkcs8.c to the new option handling code.doug2015-01-081-157/+220
* Convert asn1pars.c to the new option handling.doug2015-01-081-137/+206
* Convert openssl(1) passwd to new option handling.jsing2015-01-051-119/+151
* Zap a reference to .rnd, which is likely the last RANDFILE remnant onlteo2015-01-051-3/+2
* Check the return values of several reallocarray() calls. While here,lteo2015-01-033-3/+17
* Remove ifdef statements for TIMES and USE_TOD; they don't do anything,lteo2015-01-021-5/+1
* Provide option types for binary AND, binary OR and silently discarding anjsing2015-01-012-2/+13