summaryrefslogtreecommitdiff
path: root/src/usr.bin/openssl/openssl.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Hook openssl(1) cms back up.jsing2019-11-041-1/+4
* Add the SM4 block cipher from the Chinese standard GB/T 32907-2016.tb2019-03-171-1/+8
* Add sm3 to the 'openssl dgst' command.tb2018-11-111-1/+5
* Add automatic threading initialization for libcrypto.bcook2018-11-111-53/+1
* Indent labels with a single space so that diff prototypes are more useful.jsing2018-02-071-4/+4
* rearrange pledge promises into the canonical order; easier to eyeballderaadt2017-01-201-2/+2
* Nuke one more cms tendrilbeck2016-09-041-4/+1
* Undo previous, pledge("dns") was already present. The problem was in s_server.jca2015-12-011-2/+2
* pledge dns so openssl can use dns.. noticed and fix by todd@beck2015-12-011-2/+2
* In pledge(), put "dns" right after "inet".jca2015-11-211-2/+2
* Unbreak s_client, which should be allowed by pledge(2) to do DNS requests.jca2015-11-211-2/+2
* add "tty" for several subcommands of opensslsemarie2015-10-171-2/+2
* 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-101-1/+7
* 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
* remove vestigial bits of sha-0 and md2 from openssl(1)bcook2015-09-211-4/+1
* Temporarily revive MD4 for MS CHAP support.doug2015-09-141-1/+4
* Remove MD4 support from LibreSSL.doug2015-09-131-4/+1
* Factor out setup_up / destroy_ui functions.bcook2015-09-131-3/+3
* Nuke SSLEAY_CONF -- a backwards compatibility environment variable thatlteo2015-09-121-3/+1
* unifdef -DOPENSSL_NO_RC5jsing2015-09-111-8/+1
* Remove engine command and parameters from openssl(1).bcook2015-09-111-17/+1
* Remove call to CRYPTO_malloc_init(), which does nothing.jsing2015-09-101-2/+1
* Remove all duplicate prototypes for *_main functions (these are alreadyjsing2015-08-221-1/+16
* bring prototypes into scope, requires movement of a large global objectderaadt2015-08-191-1/+195
* Since Windows needs BIO_sock_init() before you can call any networkingbcook2015-03-221-1/+6
* Use arc4random_buf() instead of RAND(_pseudo)?_bytes().jsing2014-10-221-3/+1
* Move openssl(1) from /usr/sbin/openssl to /usr/bin/openssl, since it is notjsing2014-08-261-0/+639