summaryrefslogtreecommitdiff
path: root/usr.bin/openssl/ts.c
AgeCommit message (Expand)Author
2024-03-25Clean up create_digest()Theo Buehler
2023-11-19openssl ts: convert to X509_ALGOR_set0()Theo Buehler
2023-03-06Rename struct ${app}_config to plain cfgTheo Buehler
2022-11-11Remove the legacy interactive mode from openssl(1).joshua
2022-09-11Adjust for opaque structs in ts.hTheo Buehler
2022-03-27Check EVP_Digest* functions return value in openssl(1) tsKinichiro Inoguchi
2022-03-24Check function return valueKinichiro Inoguchi
2022-03-24Compare pointer value with NULLKinichiro Inoguchi
2022-03-24Wrap long linesKinichiro Inoguchi
2022-03-24Remove space between asterisk and variable nameKinichiro Inoguchi
2022-03-24Convert openssl(1) ts option handlingKinichiro Inoguchi
2021-12-12Use correct spelling of NULLTheo Buehler
2021-12-12Make ts.c compile with opaque EVP_MD_CTX.Theo Buehler
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
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-10Initial support for pledges in openssl(1) commands.Doug Hogan
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-12Nuke SSLEAY_CONF -- a backwards compatibility environment variable thatLawrence Teo
2015-09-11Remove engine command and parameters from openssl(1).Brent Cook
2015-08-22Remove all duplicate prototypes for *_main functions (these are alreadyJoel Sing
2015-06-20Remove obsolete MDC-2DES from libcrypto.Doug Hogan
2014-10-22Use arc4random_buf() instead of RAND(_pseudo)?_bytes().Joel Sing
2014-08-28openssl_setup() calls SSL_load_error_strings(), which happens to callJoel Sing
2014-08-26Move openssl(1) from /usr/sbin/openssl to /usr/bin/openssl, since it is notJoel Sing