summaryrefslogtreecommitdiff
path: root/usr.bin/openssl/openssl.c
AgeCommit message (Expand)Author
2023-06-11remove unused args_st structJonathan Gray
2023-06-11Unifdef ZLIBTheo Buehler
2023-04-25Remove the nseq commandTheo Buehler
2022-11-11Clean up openssl(1) command execution.joshua
2022-11-11Remove the legacy interactive mode from openssl(1).joshua
2019-11-04Hook openssl(1) cms back up.Joel Sing
2019-03-17Add the SM4 block cipher from the Chinese standard GB/T 32907-2016.Theo Buehler
2018-11-11Add sm3 to the 'openssl dgst' command.Theo Buehler
2018-11-11Add automatic threading initialization for libcrypto.Brent Cook
2018-02-07Indent labels with a single space so that diff prototypes are more useful.Joel Sing
2017-01-20rearrange pledge promises into the canonical order; easier to eyeballTheo de Raadt
2016-09-04Nuke one more cms tendrilBob Beck
2015-12-01Undo previous, pledge("dns") was already present. The problem was in s_server.Jeremie Courreges-Anglas
2015-12-01pledge dns so openssl can use dns.. noticed and fix by todd@Bob Beck
2015-11-21In pledge(), put "dns" right after "inet".Jeremie Courreges-Anglas
2015-11-21Unbreak s_client, which should be allowed by pledge(2) to do DNS requests.Jeremie Courreges-Anglas
2015-10-17add "tty" for several subcommands of opensslSebastien Marie
2015-10-16Implement real "flock" request and add it to userland programs thatTodd C. Miller
2015-10-10Initial support for pledges in openssl(1) commands.Doug Hogan
2015-10-10normalize the ordering of tame requests (particularily, "rpath wpath cpath",Theo de Raadt
2015-10-09Change all tame callers to namechange to pledge(2).Theo de Raadt
2015-10-07tame "stdio inet rpath cpath wpath proc" seems to be sufficient forTheo de Raadt
2015-09-21remove vestigial bits of sha-0 and md2 from openssl(1)Brent Cook
2015-09-14Temporarily revive MD4 for MS CHAP support.Doug Hogan
2015-09-13Remove MD4 support from LibreSSL.Doug Hogan
2015-09-13Factor out setup_up / destroy_ui functions.Brent Cook
2015-09-12Nuke SSLEAY_CONF -- a backwards compatibility environment variable thatLawrence Teo
2015-09-11unifdef -DOPENSSL_NO_RC5Joel Sing
2015-09-11Remove engine command and parameters from openssl(1).Brent Cook
2015-09-10Remove call to CRYPTO_malloc_init(), which does nothing.Joel Sing
2015-08-22Remove all duplicate prototypes for *_main functions (these are alreadyJoel Sing
2015-08-19bring prototypes into scope, requires movement of a large global objectTheo de Raadt
2015-03-22Since Windows needs BIO_sock_init() before you can call any networkingBrent Cook
2014-10-22Use arc4random_buf() instead of RAND(_pseudo)?_bytes().Joel Sing
2014-08-26Move openssl(1) from /usr/sbin/openssl to /usr/bin/openssl, since it is notJoel Sing