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