summaryrefslogtreecommitdiff
path: root/usr.bin/openssl
AgeCommit message (Expand)Author
2020-01-04Check CMS API return value in openssl(1) cmsKinichiro Inoguchi
2019-12-18use "Currently" in the doc for "openssl enc" when talking about defaultStuart Henderson
2019-12-18In January, the default digest used in the openssl enc command wasTheo Buehler
2019-11-28Add manual for openssl(1) cmsKinichiro Inoguchi
2019-11-19More return value check in openssl(1) cmsKinichiro Inoguchi
2019-11-19Add manual descriptions for openssl(1) req -addextKinichiro Inoguchi
2019-11-18Remove typedef and check sk_push return value in openssl(1) cmsKinichiro Inoguchi
2019-11-18Add -keyopt opiton to openssl(1) cms subcommandKinichiro Inoguchi
2019-11-06Check return value and remove unnecessary variableKinichiro Inoguchi
2019-11-06Add -addext option to openssl(1) req subcommandKinichiro Inoguchi
2019-11-04Indent labels for diffability.Joel Sing
2019-11-04Remove spaces between * and variable names.Joel Sing
2019-11-04Remove explicit NULL checks before *_free() calls.Joel Sing
2019-11-04Hook openssl(1) cms back up.Joel Sing
2019-11-04Currently we need to include pem.h before cms.h...Joel Sing
2019-11-04Remove engine argument from load_cert() calls.Joel Sing
2019-11-04Bring openssl(1) cms back from the attic.Joel Sing
2019-10-04Avoid a path traversal bug in s_server on Windows.Brent Cook
2019-10-04the formatting for the mini synopses in this page did not render wellJason McIntyre
2019-08-30Remove unnecessary NULL check before free function in openssl(1) dgstKinichiro Inoguchi
2019-08-30Wrap lines over 80 cols and put space before goto label in openssl(1) dgstKinichiro Inoguchi
2019-08-30Simplify checking and more readable descriptions in openssl(1) dgstKinichiro Inoguchi
2019-08-30Convert openssl(1) dgst to the newer style of option handlingKinichiro Inoguchi
2019-08-05Remove -port option from s_server since it is same as -acceptKinichiro Inoguchi
2019-07-29Moving variables into struct in openssl(1) dgstKinichiro Inoguchi
2019-07-26Code clean up openssl(1) pkcs12Kinichiro Inoguchi
2019-07-26Remove unnecessary NULL checks before free in openssl(1) pkcs12Kinichiro Inoguchi
2019-07-25remove superfluous commentBrent Cook
2019-07-25zero tmpkeyiv buffer after use when encryptingBrent Cook
2019-07-24Capitalize cipher name and mode in help message as sync with pkcs12Kinichiro Inoguchi
2019-07-24Convert openssl(1) pkcs12 to the newer style of option handlingKinichiro Inoguchi
2019-07-23Moving variables into struct in openssl(1) pkcs12Kinichiro Inoguchi
2019-07-16Fix long line by wrapping with 80 charsKinichiro Inoguchi
2019-07-16Move option handlers up to option definition struct in gendsa.cKinichiro Inoguchi
2019-07-16Fix typo and -keyform argument in openssl(1) manualKinichiro Inoguchi
2019-07-14Mark the initialized struct options arrays as both static and const.Philip Guenther
2019-07-12Fix manual openssl(1) s_serverKinichiro Inoguchi
2019-07-11Fix manual openssl(1) s_clientKinichiro Inoguchi
2019-07-10Add missing option openssl dsa -modulusKinichiro Inoguchi
2019-07-09Fix manual openssl(1) genrsaKinichiro Inoguchi
2019-07-09Convert openssl(1) genrsa to the newer style of option handlingKinichiro Inoguchi
2019-07-08Fix manual openssl(1) dsa, ocsp, rsa and smimeKinichiro Inoguchi
2019-07-07Fix manual openssl(1) pkcs12, req, verify and x509Kinichiro Inoguchi
2019-07-05Fix manual openssl(1) ec, enc and pkcs7Kinichiro Inoguchi
2019-07-05Fix manual openssl(1) dgstKinichiro Inoguchi
2019-07-04Fix manual openssl(1) crlKinichiro Inoguchi
2019-07-04Fix manual openssl(1) caKinichiro Inoguchi
2019-07-03snprintf/vsnprintf return < 0 on error, rather than -1.Theo de Raadt
2019-06-28When system calls indicate an error they return -1, not some arbitraryTheo de Raadt
2019-06-19Move variables into struct in openssl(1) genrsaKinichiro Inoguchi