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
/
gendsa.c
Age
Commit message (
Expand
)
Author
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-01-14
Convert openssl(1) gendsa.c to opaque DSA
Theo Buehler
2019-07-24
Capitalize cipher name and mode in help message as sync with pkcs12
Kinichiro Inoguchi
2019-07-16
Move option handlers up to option definition struct in gendsa.c
Kinichiro Inoguchi
2019-07-14
Mark the initialized struct options arrays as both static and const.
Philip Guenther
2019-06-07
Convert openssl(1) gendsa to the newer style of option handling
Kinichiro Inoguchi
2018-02-07
Indent labels with a single space so that diff prototypes are more useful.
Joel Sing
2018-02-07
Remove guards around *_free() calls since these functions handle NULL.
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-11
Remove engine command and parameters from openssl(1).
Brent Cook
2015-09-10
Remove unused defines. No binary change.
Lawrence Teo
2015-08-22
Remove all duplicate prototypes for *_main functions (these are already
Joel Sing
2014-08-26
Move openssl(1) from /usr/sbin/openssl to /usr/bin/openssl, since it is not
Joel Sing