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
Age
Commit message (
Expand
)
Author
2020-02-19
Tag subcommand sections
kn
2020-02-16
Add -tls1_3 and -notls1_3 options to openssl(1) s_client.
Joel Sing
2020-01-25
add a couple of XXX for future cleanup
Theo Buehler
2020-01-24
Teach openssl s_client a bit about TLSv1.3.
Theo Buehler
2020-01-23
Make -peekaboo mode also use SSL_pending after peeking, to ensure
Bob Beck
2020-01-22
Simplify the peekaboo code.
Joel Sing
2020-01-22
Add -peekaboo option to s_client, to test SSL_peek
Bob Beck
2020-01-04
Check CMS API return value in openssl(1) cms
Kinichiro Inoguchi
2019-12-18
use "Currently" in the doc for "openssl enc" when talking about default
Stuart Henderson
2019-12-18
In January, the default digest used in the openssl enc command was
Theo Buehler
2019-11-28
Add manual for openssl(1) cms
Kinichiro Inoguchi
2019-11-19
More return value check in openssl(1) cms
Kinichiro Inoguchi
2019-11-19
Add manual descriptions for openssl(1) req -addext
Kinichiro Inoguchi
2019-11-18
Remove typedef and check sk_push return value in openssl(1) cms
Kinichiro Inoguchi
2019-11-18
Add -keyopt opiton to openssl(1) cms subcommand
Kinichiro Inoguchi
2019-11-06
Check return value and remove unnecessary variable
Kinichiro Inoguchi
2019-11-06
Add -addext option to openssl(1) req subcommand
Kinichiro Inoguchi
2019-11-04
Indent labels for diffability.
Joel Sing
2019-11-04
Remove spaces between * and variable names.
Joel Sing
2019-11-04
Remove explicit NULL checks before *_free() calls.
Joel Sing
2019-11-04
Hook openssl(1) cms back up.
Joel Sing
2019-11-04
Currently we need to include pem.h before cms.h...
Joel Sing
2019-11-04
Remove engine argument from load_cert() calls.
Joel Sing
2019-11-04
Bring openssl(1) cms back from the attic.
Joel Sing
2019-10-04
Avoid a path traversal bug in s_server on Windows.
Brent Cook
2019-10-04
the formatting for the mini synopses in this page did not render well
Jason McIntyre
2019-08-30
Remove unnecessary NULL check before free function in openssl(1) dgst
Kinichiro Inoguchi
2019-08-30
Wrap lines over 80 cols and put space before goto label in openssl(1) dgst
Kinichiro Inoguchi
2019-08-30
Simplify checking and more readable descriptions in openssl(1) dgst
Kinichiro Inoguchi
2019-08-30
Convert openssl(1) dgst to the newer style of option handling
Kinichiro Inoguchi
2019-08-05
Remove -port option from s_server since it is same as -accept
Kinichiro Inoguchi
2019-07-29
Moving variables into struct in openssl(1) dgst
Kinichiro Inoguchi
2019-07-26
Code clean up openssl(1) pkcs12
Kinichiro Inoguchi
2019-07-26
Remove unnecessary NULL checks before free in openssl(1) pkcs12
Kinichiro Inoguchi
2019-07-25
remove superfluous comment
Brent Cook
2019-07-25
zero tmpkeyiv buffer after use when encrypting
Brent Cook
2019-07-24
Capitalize cipher name and mode in help message as sync with pkcs12
Kinichiro Inoguchi
2019-07-24
Convert openssl(1) pkcs12 to the newer style of option handling
Kinichiro Inoguchi
2019-07-23
Moving variables into struct in openssl(1) pkcs12
Kinichiro Inoguchi
2019-07-16
Fix long line by wrapping with 80 chars
Kinichiro Inoguchi
2019-07-16
Move option handlers up to option definition struct in gendsa.c
Kinichiro Inoguchi
2019-07-16
Fix typo and -keyform argument in openssl(1) manual
Kinichiro Inoguchi
2019-07-14
Mark the initialized struct options arrays as both static and const.
Philip Guenther
2019-07-12
Fix manual openssl(1) s_server
Kinichiro Inoguchi
2019-07-11
Fix manual openssl(1) s_client
Kinichiro Inoguchi
2019-07-10
Add missing option openssl dsa -modulus
Kinichiro Inoguchi
2019-07-09
Fix manual openssl(1) genrsa
Kinichiro Inoguchi
2019-07-09
Convert openssl(1) genrsa to the newer style of option handling
Kinichiro Inoguchi
2019-07-08
Fix manual openssl(1) dsa, ocsp, rsa and smime
Kinichiro Inoguchi
2019-07-07
Fix manual openssl(1) pkcs12, req, verify and x509
Kinichiro Inoguchi
[next]