summaryrefslogtreecommitdiff
path: root/src/usr.bin/openssl (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* rework DESCRIPTION a little: no-command seems clearer than no-XXX;jmc2016-07-211-17/+12
* rename NOTES to COMMON SYNTAX (explains itself better); rework thejmc2016-07-211-43/+44
* strip back openssl crl somewhat: remove the examplesjmc2016-07-211-41/+21
* strip back openssl ciphers:jmc2016-07-201-106/+60
* strip back openssl ca: in particular remove some excessively wordy sections,jmc2016-07-191-337/+120
* strip back asn1parse; ok beck jsingjmc2016-07-171-108/+27
* since we no longer pull source directly from openssl, the time isjmc2016-07-161-427/+57
* Fix a bug loading the default certificate path locations.bcook2016-06-211-9/+7
* add "dns" to openssl ocspsemarie2016-04-261-2/+2
* hexidecimal->hexadecimal; from mmccjmc2016-04-071-4/+4
* word fix from previous; ok sthenjmc2016-02-121-3/+3
* sslv3 has been removed;jmc2016-02-081-16/+21
* more e-mail -> emailmmcc2015-12-242-5/+5
* remove NULL-check before free()mmcc2015-12-231-3/+2
* s_server also needs DNS; reported by tb@jca2015-12-011-2/+2
* Undo previous, pledge("dns") was already present. The problem was in s_server.jca2015-12-012-4/+4
* pledge dns so openssl can use dns.. noticed and fix by todd@beck2015-12-012-4/+4
* In pledge(), put "dns" right after "inet".jca2015-11-212-4/+4
* Unbreak s_client, which should be allowed by pledge(2) to do DNS requests.jca2015-11-212-4/+4
* do not need sys/param.hderaadt2015-11-201-1/+0
* mutli -> multimiod2015-11-142-4/+4
* Exit if a pledge call fails in non-interactive mode.doug2015-10-1745-89/+179
* add "tty" for several subcommands of opensslsemarie2015-10-1724-48/+48
* Implement real "flock" request and add it to userland programs thatmillert2015-10-161-2/+2
* Initial support for pledges in openssl(1) commands.doug2015-10-1047-46/+281
* normalize the ordering of tame requests (particularily, "rpath wpath cpath",deraadt2015-10-101-2/+2
* Change all tame callers to namechange to pledge(2).deraadt2015-10-091-3/+3
* tame "stdio inet rpath cpath wpath proc" seems to be sufficient forderaadt2015-10-071-1/+7
* 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