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-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
2019-07-05
Fix manual openssl(1) ec, enc and pkcs7
Kinichiro Inoguchi
2019-07-05
Fix manual openssl(1) dgst
Kinichiro Inoguchi
2019-07-04
Fix manual openssl(1) crl
Kinichiro Inoguchi
2019-07-04
Fix manual openssl(1) ca
Kinichiro Inoguchi
2019-07-03
snprintf/vsnprintf return < 0 on error, rather than -1.
Theo de Raadt
2019-06-28
When system calls indicate an error they return -1, not some arbitrary
Theo de Raadt
2019-06-19
Move variables into struct in openssl(1) genrsa
Kinichiro Inoguchi
[next]