summaryrefslogtreecommitdiff
path: root/usr.bin/openssl
AgeCommit message (Expand)Author
2022-12-26spelling fix; from paul tagliamonteJason McIntyre
2022-12-22Denote multiple arguments with 'arg ...' not 'args'Klemens Nanni
2022-11-11Clean up openssl(1) command execution.joshua
2022-11-11Remove the legacy interactive mode from openssl(1).joshua
2022-10-04fix an obvious thinko without serious consequences in the display of eMarc Espie
2022-09-14remove an extraneous empty lineTheo Buehler
2022-09-11Adjust for opaque structs in ts.hTheo Buehler
2022-09-11Adjust for opaque structs in pkcs12.hTheo Buehler
2022-08-31Avoid division by zero if no connection was made.Theo Buehler
2022-08-31Check return values in ssl_print_tmp_key()Theo Buehler
2022-08-30Check HMAC() return value to avoid a later use of uninitializedTheo Buehler
2022-08-03Add workarounds for some symbols that are hidden under !LIBRESSL_INTERNALTheo Buehler
2022-07-19fix indentTheo Buehler
2022-07-19Document -tls1_{1,2,3} in openssl ciphersTheo Buehler
2022-07-19Allow displaying ciphers according to protocol versionTheo Buehler
2022-07-14Suppress output of the deprecated -tls1 option in usage() and helpTheo Buehler
2022-07-14Switch to using TLS_client_method()Theo Buehler
2022-07-14Document openssl ciphers -sTheo Buehler
2022-07-14Add -s option to openssl ciphersTheo Buehler
2022-04-28Fix comparison in openssl(1) pkcs12Kinichiro Inoguchi
2022-04-28Compare pointer value with NULL in openssl(1) pkcs12Kinichiro Inoguchi
2022-03-31man pages: add missing commas between subordinate and main clausesChristian Weisgerber
2022-03-28Change internal functions to static in openssl(1) pkcs12Kinichiro Inoguchi
2022-03-28Remove unused function cert_load in openssl(1) pkcs12Kinichiro Inoguchi
2022-03-27Check EVP_Digest* functions return value in openssl(1) tsKinichiro Inoguchi
2022-03-24Check function return valueKinichiro Inoguchi
2022-03-24Compare pointer value with NULLKinichiro Inoguchi
2022-03-24Wrap long linesKinichiro Inoguchi
2022-03-24Remove space between asterisk and variable nameKinichiro Inoguchi
2022-03-24Convert openssl(1) ts option handlingKinichiro Inoguchi
2022-03-23openssl cms: avoid NULL derefs on option parsingTheo Buehler
2022-02-18prefer https links in man pagesJonathan Gray
2022-02-03Unindent and unwrap lines. Pull up a NULL check. No functional change.Theo Buehler
2022-02-03Remove commented variable declarationsTheo Buehler
2022-02-03Use X509_*get0_pubkey() wherever possible to simplify and clean upTheo Buehler
2022-02-03Remove some stale comments.Theo Buehler
2022-01-16Avoid memory leak in error path with openssl(1) smimeKinichiro Inoguchi
2022-01-16Avoid memory leak in error path with openssl(1) cmsKinichiro Inoguchi
2022-01-14Enable openssl pkey -{,pub}check and pkeyparam -checkTheo Buehler
2022-01-14openssl(1) dgst: fix build after clones removalTheo Buehler
2022-01-14Convert openssl(1) speed for opaque EVP_AEAD_CTXTheo Buehler
2022-01-14Convert openssl(1) rsa.c for opaque RSATheo Buehler
2022-01-14openssl(1) genrsa: simplify access to rsa->eTheo Buehler
2022-01-14Convert openssl(1) gendsa.c to opaque DSATheo Buehler
2022-01-14Convert openssl(1) dsaparam to opaque dsaTheo Buehler
2022-01-14Convert openssl(1) dsa.c to opaque DSATheo Buehler
2022-01-14Convert openssl(1) dhparam to opaque DHTheo Buehler
2022-01-14Convert openssl(1) dh.c to opaque DHTheo Buehler
2022-01-12zap some stray whitespaceTheo Buehler
2022-01-11Wrap long linesKinichiro Inoguchi