index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
openssl
/
ts.c
Age
Commit message (
Expand
)
Author
2024-03-25
Clean up create_digest()
Theo Buehler
2023-11-19
openssl ts: convert to X509_ALGOR_set0()
Theo Buehler
2023-03-06
Rename struct ${app}_config to plain cfg
Theo Buehler
2022-11-11
Remove the legacy interactive mode from openssl(1).
joshua
2022-09-11
Adjust for opaque structs in ts.h
Theo Buehler
2022-03-27
Check EVP_Digest* functions return value in openssl(1) ts
Kinichiro Inoguchi
2022-03-24
Check function return value
Kinichiro Inoguchi
2022-03-24
Compare pointer value with NULL
Kinichiro Inoguchi
2022-03-24
Wrap long lines
Kinichiro Inoguchi
2022-03-24
Remove space between asterisk and variable name
Kinichiro Inoguchi
2022-03-24
Convert openssl(1) ts option handling
Kinichiro Inoguchi
2021-12-12
Use correct spelling of NULL
Theo Buehler
2021-12-12
Make ts.c compile with opaque EVP_MD_CTX.
Theo Buehler
2018-02-07
Indent labels with a single space so that diff prototypes are more useful.
Joel Sing
2017-01-20
rearrange pledge promises into the canonical order; easier to eyeball
Theo de Raadt
2015-10-17
Exit if a pledge call fails in non-interactive mode.
Doug Hogan
2015-10-17
add "tty" for several subcommands of openssl
Sebastien Marie
2015-10-10
Initial support for pledges in openssl(1) commands.
Doug Hogan
2015-09-21
remove vestigial bits of sha-0 and md2 from openssl(1)
Brent Cook
2015-09-14
Temporarily revive MD4 for MS CHAP support.
Doug Hogan
2015-09-13
Remove MD4 support from LibreSSL.
Doug Hogan
2015-09-12
Nuke SSLEAY_CONF -- a backwards compatibility environment variable that
Lawrence Teo
2015-09-11
Remove engine command and parameters from openssl(1).
Brent Cook
2015-08-22
Remove all duplicate prototypes for *_main functions (these are already
Joel Sing
2015-06-20
Remove obsolete MDC-2DES from libcrypto.
Doug Hogan
2014-10-22
Use arc4random_buf() instead of RAND(_pseudo)?_bytes().
Joel Sing
2014-08-28
openssl_setup() calls SSL_load_error_strings(), which happens to call
Joel Sing
2014-08-26
Move openssl(1) from /usr/sbin/openssl to /usr/bin/openssl, since it is not
Joel Sing