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
/
ca.c
Age
Commit message (
Expand
)
Author
2024-07-08
Remove spkac handling from openssl(1) ca
Theo Buehler
2024-06-23
openssl ca: avoid double free for spkac files without default section
Theo Buehler
2024-02-04
Zap a useless comment followed by a stray semicolon
Theo Buehler
2023-11-13
Kill last user of ASN1_time_parse() in the tree
Theo Buehler
2023-07-02
Teach openssl ca about Ed25519 certificates
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-02-03
Use X509_*get0_pubkey() wherever possible to simplify and clean up
Theo Buehler
2021-11-21
Tweak for opaque EVP_MD: use EVP_MD_type(dgst) instead of dgst->type.
Theo Buehler
2021-10-23
Stop reaching into structs that will become opaque in ca.c
Theo Buehler
2021-10-22
Stop setting enc.modified manually. It's no longer needed.
Theo Buehler
2021-09-05
Remove unused variable tmptm in do_body of openssl(1) ca
Kinichiro Inoguchi
2021-09-05
Using serial number instead as subject if it is empty in openssl(1) ca
Kinichiro Inoguchi
2021-09-05
Check extensions before setting version to v3
Kinichiro Inoguchi
2021-09-05
Use accessor method rather than direct X509 structure access
Kinichiro Inoguchi
2021-09-02
Use defined constants
Kinichiro Inoguchi
2021-09-02
Move subject check process after the subject edit process
Kinichiro Inoguchi
2021-08-30
Clean up end of do_body in openssl(1) ca
Kinichiro Inoguchi
2021-08-30
Remove NULL check before free in openssl(1) ca
Kinichiro Inoguchi
2021-08-28
Check X509_get_notAfter return value in openssl(1) ca.c
Kinichiro Inoguchi
2021-08-28
Use strndup instead of malloc, memcpy and NULL termination in openssl(1) ca.c
Kinichiro Inoguchi
2021-08-28
Remove ASN1_TIME_new and use NULL for X509_gmtime_adj, free tmptm in err path
Kinichiro Inoguchi
2021-08-28
Unwrap lines in openssl(1) ca.c
Kinichiro Inoguchi
2021-08-28
Avoid leak with X509_REVOKED variable in openssl(1) ca.c
Kinichiro Inoguchi
2021-08-28
Checking the return value in openssl(1) ca.c
Kinichiro Inoguchi
2021-07-24
Compare strcmp and strcasecmp return value with zero
Kinichiro Inoguchi
2021-07-20
Check pointer variable if it is NULL in ca.c
Kinichiro Inoguchi
2021-07-15
Wrap over 80 long lines in ca.c
Kinichiro Inoguchi
2021-07-15
Explicitly check pointer variable if it is NULL or not in ca.c
Kinichiro Inoguchi
2021-07-15
Remove space between '*' and pointer variable in ca.c
Kinichiro Inoguchi
2021-07-15
Use 'serial' rather than 'ser' in ca.c
Kinichiro Inoguchi
2021-07-15
Convert openssl(1) ca option handling
Kinichiro Inoguchi
2020-12-16
Remove a redundant memset call.
Theo Buehler
2019-07-03
snprintf/vsnprintf return < 0 on error, rather than -1.
Theo de Raadt
2018-02-07
Indent labels with a single space so that diff prototypes are more useful.
Joel Sing
2017-05-08
simplify startdate/enddate validation
Bob Beck
2017-05-04
Fix the ca command so that certs it generates have RFC5280 conformant time.
Bob Beck
2017-01-20
rearrange pledge promises into the canonical order; easier to eyeball
Theo de Raadt
2016-08-31
We don't need any VMS access tricks.
Theo de Raadt
2016-08-30
buf[][] with strange use all over the place is ridiculous, especially
Theo de Raadt
2015-12-24
more e-mail -> email
mmcc
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
add a couple of missing NULL checks
Brent Cook
2015-09-21
remove vestigial bits of sha-0 and md2 from openssl(1)
Brent Cook
2015-09-12
Nuke SSLEAY_CONF -- a backwards compatibility environment variable that
Lawrence Teo
2015-09-11
fix unchecked mallocs - coverity 130454 and 130455
Bob Beck
2015-09-11
Remove engine command and parameters from openssl(1).
Brent Cook
2015-09-10
Correct spelling of OPENSSL_cleanse.
Joel Sing
[next]