summaryrefslogtreecommitdiff
path: root/usr.bin/openssl
AgeCommit message (Expand)Author
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
2015-08-11Improve openssl s_client -starttls xmpp support.Landry Breuil
2015-08-02remove ssl3 bits; ok dougJason McIntyre
2015-07-27use file system path (.Pa) semantic markup macros where appropriate.Igor Sobrado
2015-07-22Revert ca.c r1.7 - BN_to_ASN1_INTEGER() only allocates an ASN.1 integerJoel Sing
2015-07-21Convert openssl(1) nseq to new option handling.Joel Sing
2015-07-21Convert openssl(1) pkcs7 to new option handling.Joel Sing
2015-07-21remove superfluous strings.hBrent Cook
2015-07-20app_tminterval moved to apps_posix.c, we don't need sys/times.hBrent Cook
2015-07-20No need to recheck for NULL in openssl(1) ecparam.Doug Hogan