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
/
x509.c
Age
Commit message (
Expand
)
Author
2021-12-12
A few more simplifications using get0_pubkey instead of get_pubkey + free.
Theo Buehler
2021-12-12
Simplify x509.c slightly by using X509_get0_pubkey() instead of
Theo Buehler
2021-12-12
Make x509.c compile with opaque EVP_PKEY.
Theo Buehler
2021-11-26
openssl(1): drop support for netscape certificates and server gated keys.
Theo Buehler
2021-10-23
Preapre x509.c for upcoming libcrypto bump
Theo Buehler
2021-08-29
Do not call X509_alias_get0(3) with NULL as the second argument.
Ingo Schwarze
2021-04-07
Check function return value in openssl(1) x509.c
Kinichiro Inoguchi
2021-04-07
Avoid leak in error path
Kinichiro Inoguchi
2021-04-01
Compare the pointer variable explicitly with NULL in if condition
Kinichiro Inoguchi
2021-03-26
Sort header files and wrap long lines in x509.c
Kinichiro Inoguchi
2021-03-24
Convert openssl(1) x509 option handling
Kinichiro Inoguchi
2020-05-10
Make openssl X509 handle the failure case return code from X509_time_cmp.
Bob Beck
2019-01-19
change the default digest used by
Jonathan Gray
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
2016-12-30
Expand ASN1_ITEM_rptr macros here as well... used with NETSCAPE_X509 of all
Joel Sing
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-10-01
Another s/M_ASN1_INTEGER_free/ASN1_INTEGER_free/.
Joel Sing
2015-09-21
add a missing NULL check
Brent Cook
2015-09-21
remove vestigial bits of sha-0 and md2 from openssl(1)
Brent Cook
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-07-19
Free variable before potentially reusing.
Doug Hogan
2015-06-20
Remove obsolete MDC-2DES from libcrypto.
Doug Hogan
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