summaryrefslogtreecommitdiff
path: root/usr.bin/openssl
AgeCommit message (Expand)Author
2016-08-01shorten the openssl dgst text; in particular, do not try toJason McIntyre
2016-07-28remove HISTORY: it was a nonsense;Jason McIntyre
2016-07-28some text cutting, after feedback from jsing;Jason McIntyre
2016-07-23rework crl2pkcs7; with help from jsingJason McIntyre
2016-07-21rework DESCRIPTION a little: no-command seems clearer than no-XXX;Jason McIntyre
2016-07-21rename NOTES to COMMON SYNTAX (explains itself better); rework theJason McIntyre
2016-07-21strip back openssl crl somewhat: remove the examplesJason McIntyre
2016-07-20strip back openssl ciphers:Jason McIntyre
2016-07-19strip back openssl ca: in particular remove some excessively wordy sections,Jason McIntyre
2016-07-17strip back asn1parse; ok beck jsingJason McIntyre
2016-07-16since we no longer pull source directly from openssl, the time isJason McIntyre
2016-06-21Fix a bug loading the default certificate path locations.Brent Cook
2016-04-26add "dns" to openssl ocspSebastien Marie
2016-04-07hexidecimal->hexadecimal; from mmccJason McIntyre
2016-02-12word fix from previous; ok sthenJason McIntyre
2016-02-08sslv3 has been removed;Jason McIntyre
2015-12-24more e-mail -> emailmmcc
2015-12-23remove NULL-check before free()mmcc
2015-12-01s_server also needs DNS; reported by tb@Jeremie Courreges-Anglas
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-11-20do not need sys/param.hTheo de Raadt
2015-11-14mutli -> multiMiod Vallat
2015-10-17Exit if a pledge call fails in non-interactive mode.Doug Hogan
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-10-06these do not use ioctl.hTheo de Raadt
2015-10-03BIO_get_fd() could return fd 0; fix error condition. Found atTheo de Raadt
2015-10-02avoid sys/param.h, by using PATH_MAXTheo de Raadt
2015-10-01Another s/M_ASN1_INTEGER_free/ASN1_INTEGER_free/.Joel Sing
2015-09-21add a missing NULL checkBrent Cook
2015-09-21add a couple of missing NULL checksBrent Cook
2015-09-21remove vestigial bits of sha-0 and md2 from openssl(1)Brent Cook
2015-09-20Pack the algorithm numbers, to avoid printing a useless (null) 0 0 0 0Miod Vallat
2015-09-14Temporarily revive MD4 for MS CHAP support.Doug Hogan
2015-09-13Remove MD4 support from LibreSSL.Doug Hogan
2015-09-13nc(1) seems worth an Xr in SEE ALSO now;Jason McIntyre
2015-09-13Factor out setup_up / destroy_ui functions.Brent Cook
2015-09-13document extra algorithms available with openssl speed commandBrent Cook
2015-09-13tweak STANDARDS;Jason McIntyre
2015-09-12Nuke SSLEAY_CONF -- a backwards compatibility environment variable thatLawrence Teo
2015-09-12Add openssl(1) speed support for AEAD algorithms.Brent Cook
2015-09-12Fix the openssl(1) prime command: When checking a decimal number forLawrence Teo
2015-09-11unifdef -DOPENSSL_NO_RC5Joel Sing