summaryrefslogtreecommitdiff
path: root/usr.bin/openssl
AgeCommit message (Expand)Author
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
2019-06-07tidy up the formatting of gendsa synopsis a little;Jason McIntyre
2019-06-07Convert openssl(1) gendsa to the newer style of option handlingKinichiro Inoguchi
2019-04-01Sort.Joel Sing
2019-04-01Make the openssl(1) enc -iter flag actually work.Joel Sing
2019-03-17Add the SM4 block cipher from the Chinese standard GB/T 32907-2016.Theo Buehler
2019-02-17Convert openssl(1) pkeyutl to the newer style of option handling.Kinichiro Inoguchi
2019-02-09Fix weird wrap showing cipher list in interactive modeKinichiro Inoguchi
2019-02-09Summarize the 4 same name functions and move it to apps.cKinichiro Inoguchi
2019-02-05Add islower check to show_ciphers in pkey.c and rsa.c.Kinichiro Inoguchi
2019-02-05Convert openssl(1) pkey to the newer style of option handling.Kinichiro Inoguchi
2019-02-04Document missing command line options for the rsautl command.Theo Buehler
2019-02-03zap spaces before tabsTheo Buehler
2019-02-03Convert openssl(1) rsautl to the newer style of option handling.Joel Sing
2019-01-29Remove SSLv23 padding mode from rsautl's usage (left behind in a removalTheo Buehler
2019-01-28spelling;Jason McIntyre
2019-01-20Fix BN_is_prime_* calls in openssl(1), the API returns -1 on error.Theo Buehler
2019-01-19change the default digest used byJonathan Gray
2019-01-18switch the default algorithm for the dgst command from MD5 to SHA256Christian Weisgerber
2019-01-18Add -iter and -pbkdf2 to the usage synopsis.Christian Weisgerber
2019-01-18tweak previous;Jason McIntyre
2019-01-18Add the -iter and -pbkdf2 argumenst to encBob Beck
2019-01-18Change the default digest type to sha256, and add support forBob Beck
2018-12-09Keep usage in sync with logic if OPENSSL_NO_DES is set.Tobias Stoeckmann
2018-11-14didn't found -> didn't find.Theo Buehler
2018-11-11Add sm3 to the 'openssl dgst' command.Theo Buehler
2018-11-11Add automatic threading initialization for libcrypto.Brent Cook
2018-11-06Unbreak following elliptic curves to supported groups rename.Joel Sing
2018-11-01Make the documentation of -conv_form match reality. It defaultsTheo Buehler
2018-09-17Move tally mark printing out of the main benchmark loop; ok tb@cheloha
2018-08-28Drop SSLv2, SSLv3 support.cheloha
2018-08-28Check for SSL_write(3) error.cheloha