summaryrefslogtreecommitdiff
path: root/usr.bin/openssl
AgeCommit message (Expand)Author
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
2015-09-11kill evil commentBob Beck
2015-09-11fix unchecked mallocs - coverity 130454 and 130455Bob Beck
2015-09-11"Shutdown" should be "Shut down" in the usage for s_time's -no_shutdownLawrence Teo
2015-09-11Remove engine command and parameters from openssl(1).Brent Cook
2015-09-11remove stupid castsTheo de Raadt
2015-09-11shutdown (n.) -> shut down (v.);Jason McIntyre
2015-09-11Change the default behavior of the s_time command so that it willLawrence Teo
2015-09-11*** empty log message ***Lawrence Teo
2015-09-10Nuke references to DTLS1_BAD_VER and unbreak the tree.Joel Sing
2015-09-10Remove call to CRYPTO_malloc_init(), which does nothing.Joel Sing
2015-09-10Correct spelling of OPENSSL_cleanse.Joel Sing
2015-09-10Fix shadowed verify_error in s_server by removing the unused global.Brent Cook
2015-09-10Remove SOCKET_PROTOCOL, a redundant define that was only used once.Lawrence Teo
2015-09-10Remove unused defines. No binary change.Lawrence Teo
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