summaryrefslogtreecommitdiff
path: root/src/usr.bin/openssl (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* these do not use ioctl.hderaadt2015-10-062-4/+2
* BIO_get_fd() could return fd 0; fix error condition. Found atderaadt2015-10-031-2/+2
* avoid sys/param.h, by using PATH_MAXderaadt2015-10-021-1/+1
* Another s/M_ASN1_INTEGER_free/ASN1_INTEGER_free/.jsing2015-10-011-2/+2
* add a missing NULL checkbcook2015-09-211-1/+5
* add a couple of missing NULL checksbcook2015-09-211-3/+3
* remove vestigial bits of sha-0 and md2 from openssl(1)bcook2015-09-215-23/+17
* Pack the algorithm numbers, to avoid printing a useless (null) 0 0 0 0miod2015-09-201-34/+34
* Temporarily revive MD4 for MS CHAP support.doug2015-09-145-16/+49
* Remove MD4 support from LibreSSL.doug2015-09-135-48/+15
* nc(1) seems worth an Xr in SEE ALSO now;jmc2015-09-131-1/+2
* Factor out setup_up / destroy_ui functions.bcook2015-09-134-58/+58
* document extra algorithms available with openssl speed commandbcook2015-09-131-1/+4
* tweak STANDARDS;jmc2015-09-131-3/+3
* Nuke SSLEAY_CONF -- a backwards compatibility environment variable thatlteo2015-09-124-14/+5
* Add openssl(1) speed support for AEAD algorithms.bcook2015-09-121-17/+96
* Fix the openssl(1) prime command: When checking a decimal number forlteo2015-09-121-3/+2
* unifdef -DOPENSSL_NO_RC5jsing2015-09-112-42/+2
* kill evil commentbeck2015-09-111-3/+1
* fix unchecked mallocs - coverity 130454 and 130455beck2015-09-111-6/+15
* "Shutdown" should be "Shut down" in the usage for s_time's -no_shutdownlteo2015-09-111-2/+2
* Remove engine command and parameters from openssl(1).bcook2015-09-1140-1726/+184
* remove stupid castsderaadt2015-09-111-4/+4
* shutdown (n.) -> shut down (v.);jmc2015-09-111-2/+2
* Change the default behavior of the s_time command so that it willlteo2015-09-111-2/+7
* *** empty log message ***lteo2015-09-111-19/+24
* Nuke references to DTLS1_BAD_VER and unbreak the tree.jsing2015-09-101-5/+2
* Remove call to CRYPTO_malloc_init(), which does nothing.jsing2015-09-101-2/+1
* Correct spelling of OPENSSL_cleanse.jsing2015-09-106-17/+17
* Fix shadowed verify_error in s_server by removing the unused global.bcook2015-09-104-10/+8
* Remove SOCKET_PROTOCOL, a redundant define that was only used once.lteo2015-09-101-4/+2
* Remove unused defines. No binary change.lteo2015-09-102-9/+2
* Remove all duplicate prototypes for *_main functions (these are alreadyjsing2015-08-2242-185/+102
* bring prototypes into scope, requires movement of a large global objectderaadt2015-08-198-202/+208
* Improve openssl s_client -starttls xmpp support.landry2015-08-112-7/+28
* remove ssl3 bits; ok dougjmc2015-08-021-58/+14
* use file system path (.Pa) semantic markup macros where appropriate.sobrado2015-07-271-7/+7
* Revert ca.c r1.7 - BN_to_ASN1_INTEGER() only allocates an ASN.1 integerjsing2015-07-221-6/+2
* Convert openssl(1) nseq to new option handling.jsing2015-07-211-40/+51
* Convert openssl(1) pkcs7 to new option handling.jsing2015-07-211-93/+111
* remove superfluous strings.hbcook2015-07-211-2/+1
* app_tminterval moved to apps_posix.c, we don't need sys/times.hbcook2015-07-201-2/+1
* No need to recheck for NULL in openssl(1) ecparam.doug2015-07-201-5/+1
* Don't try to run ECDH if ecdh_checks fails in openssl(1) speed.doug2015-07-201-17/+23
* Avoid NULL deref in openssl(1) s_cb.doug2015-07-201-5/+14
* Avoid possible NULL deref in openssl(1) s_server.doug2015-07-201-2/+5
* check the sigbuf value before using it.rpointel2015-07-201-2/+7
* Avoid dereferencing a NULL.doug2015-07-201-5/+7
* Remove condition that never happens and fix error handling.doug2015-07-201-6/+5
* Check return value for ENGINE_ctrl and ENGINE_ctrl_cmd.doug2015-07-201-4/+15