Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix manual openssl(1) dgst | inoguchi | 2019-07-05 | 1 | -3/+5 | |
| | | | | | | - Add undocumented option -r ok jmc@ | |||||
* | Fix manual openssl(1) crl | inoguchi | 2019-07-04 | 1 | -1/+13 | |
| | | | | | | - Add undocumented options -crlnumber, -hash_old, -nameopt and -verify ok jmc@ | |||||
* | Fix manual openssl(1) ca | inoguchi | 2019-07-04 | 1 | -8/+15 | |
| | | | | | | | - Add undocumented options -crlsec and -sigopt - Sync argument name between usage and options description ok jmc@ | |||||
* | tidy up the formatting of gendsa synopsis a little; | jmc | 2019-06-07 | 1 | -5/+3 | |
| | ||||||
* | Convert openssl(1) gendsa to the newer style of option handling | inoguchi | 2019-06-07 | 1 | -7/+14 | |
| | | | | | | | | - Adapt openssl(1) gendsa command to new option handling. - Add lacking ciphers and passout description in openssl.1 manpage. - Describe paramfile as argument in openssl.1 manpage. ok bcook@ | |||||
* | Document missing command line options for the rsautl command. | tb | 2019-02-04 | 1 | -5/+12 | |
| | | | | ok jsing, "looks good!" jmc | |||||
* | spelling; | jmc | 2019-01-28 | 1 | -3/+3 | |
| | ||||||
* | switch the default algorithm for the dgst command from MD5 to SHA256 | naddy | 2019-01-18 | 1 | -4/+4 | |
| | | | | ok deraadt@ | |||||
* | tweak previous; | jmc | 2019-01-18 | 1 | -7/+7 | |
| | ||||||
* | Add the -iter and -pbkdf2 argumenst to enc | beck | 2019-01-18 | 1 | -2/+11 | |
| | ||||||
* | Make the documentation of -conv_form match reality. It defaults | tb | 2018-11-01 | 1 | -6/+6 | |
| | | | | | | to uncompressed rather than compressed. From Jacqueline Jolicoeur | |||||
* | The broken pkcs8 formats generated by openssl pkcs -{embed,nooct,nsdb} | tb | 2018-08-24 | 1 | -22/+2 | |
| | | | | | | are no longer supported. Remove their documentation. ok jsing | |||||
* | Delete the description of the argument of the "ciphers" command | schwarze | 2018-04-10 | 1 | -145/+13 | |
| | | | | | | | | | because it was (1) woefully incomplete, (2) partially outdated and wrong, (3) in parts imprecisely worded and hard to understand, (4) excessively technical for a section 1 manual, (5) of excessive size for this particular page, (6) and didn't belong here in the first place because it essentially tried to document a C API - SSL_CTX_set_cipher_list(3), which is now documented, so point to it. | |||||
* | Improve description of openssl(1) ciphers. | schwarze | 2018-03-31 | 1 | -9/+5 | |
| | | | | | | * Remove -tls1 option which has no effect. * For -V, sort the fields in the order they are printed, and do not talk about key size restrictions, nothing like that is printed. | |||||
* | Updates to the description of "openssl ca" from OpenSSL. | schwarze | 2018-03-30 | 1 | -23/+82 | |
| | | | | | Some options were missing, some were in the wrong section (CRL-related or not), and there were some minor errors, typos, and omissions. | |||||
* | checked the content against the current version of OpenSSL openssl.pod; | schwarze | 2018-03-30 | 1 | -5/+5 | |
| | | | | | resulting fixes: markup of "command" below SYNOPSIS and links to the config file formats below SEE ALSO | |||||
* | organizationUnitName -> organizationalUnitName; | jmc | 2018-03-22 | 1 | -3/+3 | |
| | | | | from matt schwartz | |||||
* | ca start/enddates require all 4 yyyy from 2050 on; first two | jmc | 2018-02-28 | 1 | -6/+6 | |
| | | | | | | are otherwise optional diff from holger mikolon, tweaked a bit by me | |||||
* | document s_client -groups; | jmc | 2018-02-18 | 1 | -2/+5 | |
| | ||||||
* | Remove SSLv23 padding mode. | jsing | 2017-08-28 | 1 | -4/+4 | |
| | ||||||
* | typo: ket -> key. | tb | 2017-05-16 | 1 | -3/+3 | |
| | | | | from "fenderq" on freenode via tj | |||||
* | consistently spell ASN.1; | jmc | 2017-01-03 | 1 | -12/+12 | |
| | ||||||
* | typo | naddy | 2016-10-06 | 1 | -3/+3 | |
| | ||||||
* | trim STANDARDS; ok jsing | jmc | 2016-09-22 | 1 | -13/+1 | |
| | ||||||
* | some minor cleanup; | jmc | 2016-09-22 | 1 | -47/+17 | |
| | ||||||
* | shorten x509; | jmc | 2016-09-22 | 1 | -755/+414 | |
| | ||||||
* | shorten version; | jmc | 2016-09-20 | 1 | -17/+4 | |
| | ||||||
* | shorten the verify error list; | jmc | 2016-09-20 | 1 | -42/+41 | |
| | ||||||
* | put the spkac section in the right place; | jmc | 2016-09-19 | 1 | -60/+60 | |
| | ||||||
* | shorten verify; | jmc | 2016-09-19 | 1 | -154/+96 | |
| | ||||||
* | remove comment about CMS; ok jsing | deraadt | 2016-09-17 | 1 | -3/+2 | |
| | ||||||
* | add some Xr for acme-client(1); | jmc | 2016-09-15 | 1 | -1/+2 | |
| | ||||||
* | some spkac shortening; ok beck | jmc | 2016-09-15 | 1 | -68/+13 | |
| | ||||||
* | shorten ts; | jmc | 2016-09-15 | 1 | -283/+63 | |
| | ||||||
* | shorten speed; | jmc | 2016-09-12 | 1 | -48/+14 | |
| | | | | help/ok guenther bcook | |||||
* | shorten smime; | jmc | 2016-09-08 | 1 | -344/+83 | |
| | ||||||
* | shorten sess_id; | jmc | 2016-09-04 | 1 | -84/+44 | |
| | ||||||
* | shorten s_time; help/ok bcook | jmc | 2016-09-03 | 1 | -91/+22 | |
| | ||||||
* | shorten s_server; | jmc | 2016-09-02 | 1 | -134/+72 | |
| | ||||||
* | shorten s_client; | jmc | 2016-09-01 | 1 | -142/+50 | |
| | ||||||
* | shorten rsautl; | jmc | 2016-08-30 | 1 | -152/+13 | |
| | ||||||
* | shorten the rsa text; of note, i've also reduced the description | jmc | 2016-08-28 | 1 | -278/+44 | |
| | | | | | for -inform/-outform/-text and removed the oft-repeated header/footer blurb; | |||||
* | shorten the req text; | jmc | 2016-08-27 | 1 | -452/+189 | |
| | ||||||
* | shorten the pkeyutl text; | jmc | 2016-08-25 | 1 | -83/+40 | |
| | | | | help/ok guenther | |||||
* | shorten the pkeyparam text; | jmc | 2016-08-24 | 1 | -23/+8 | |
| | ||||||
* | shorten the pkey text; | jmc | 2016-08-24 | 1 | -73/+25 | |
| | ||||||
* | shorten pkcs12; | jmc | 2016-08-23 | 1 | -187/+42 | |
| | ||||||
* | shorten the pkcs8 text; | jmc | 2016-08-22 | 1 | -179/+63 | |
| | ||||||
* | shorten pkcs7 text; | jmc | 2016-08-20 | 1 | -58/+37 | |
| | ||||||
* | shorten the passwd text; ok jsing | jmc | 2016-08-20 | 1 | -48/+14 | |
| |