summaryrefslogtreecommitdiff
path: root/usr.bin/openssl/asn1pars.c
AgeCommit message (Expand)Author
2023-03-10openssl(1) asn1parse: avoid crash with ASN.1 BOOLEANSTheo Buehler
2023-03-07Basic cleanup in asn1pars.cTheo Buehler
2023-03-06Rename struct ${app}_config to plain cfgTheo Buehler
2022-11-11Remove the legacy interactive mode from openssl(1).joshua
2022-01-12zap some stray whitespaceTheo Buehler
2019-07-14Mark the initialized struct options arrays as both static and const.Philip Guenther
2018-02-07Indent labels with a single space so that diff prototypes are more useful.Joel Sing
2018-02-07Remove guards around *_free() calls since these functions handle NULL.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-10Initial support for pledges in openssl(1) commands.Doug Hogan
2015-08-19bring prototypes into scope, requires movement of a large global objectTheo de Raadt
2015-01-08Convert asn1pars.c to the new option handling.Doug Hogan
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