summaryrefslogtreecommitdiff
path: root/src/usr.bin/openssl (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* In January, the default digest used in the openssl enc command wastb2019-12-181-7/+4
* Add manual for openssl(1) cmsinoguchi2019-11-281-2/+518
* More return value check in openssl(1) cmsinoguchi2019-11-191-23/+29
* Add manual descriptions for openssl(1) req -addextinoguchi2019-11-191-2/+10
* Remove typedef and check sk_push return value in openssl(1) cmsinoguchi2019-11-181-23/+33
* Add -keyopt opiton to openssl(1) cms subcommandinoguchi2019-11-181-8/+128
* Check return value and remove unnecessary variableinoguchi2019-11-061-7/+7
* Add -addext option to openssl(1) req subcommandinoguchi2019-11-061-3/+133
* Indent labels for diffability.jsing2019-11-041-5/+5
* Remove spaces between * and variable names.jsing2019-11-041-25/+25
* Remove explicit NULL checks before *_free() calls.jsing2019-11-041-21/+14
* Hook openssl(1) cms back up.jsing2019-11-043-4/+8
* Currently we need to include pem.h before cms.h...jsing2019-11-041-2/+3
* Remove engine argument from load_cert() calls.jsing2019-11-041-8/+8
* Bring openssl(1) cms back from the attic.jsing2019-11-041-0/+1142
* Avoid a path traversal bug in s_server on Windows.bcook2019-10-041-3/+3
* the formatting for the mini synopses in this page did not render welljmc2019-10-041-115/+179
* Remove unnecessary NULL check before free function in openssl(1) dgstinoguchi2019-08-301-11/+6
* Wrap lines over 80 cols and put space before goto label in openssl(1) dgstinoguchi2019-08-301-20/+30
* Simplify checking and more readable descriptions in openssl(1) dgstinoguchi2019-08-301-8/+8
* Convert openssl(1) dgst to the newer style of option handlinginoguchi2019-08-301-99/+216
* Remove -port option from s_server since it is same as -acceptinoguchi2019-08-051-4/+3
* Moving variables into struct in openssl(1) dgstinoguchi2019-07-291-86/+99
* Code clean up openssl(1) pkcs12inoguchi2019-07-261-61/+86
* Remove unnecessary NULL checks before free in openssl(1) pkcs12inoguchi2019-07-261-14/+7
* remove superfluous commentbcook2019-07-251-2/+1
* zero tmpkeyiv buffer after use when encryptingbcook2019-07-251-2/+4
* Capitalize cipher name and mode in help message as sync with pkcs12inoguchi2019-07-242-20/+20
* Convert openssl(1) pkcs12 to the newer style of option handlinginoguchi2019-07-241-214/+409
* Moving variables into struct in openssl(1) pkcs12inoguchi2019-07-231-125/+136
* Fix long line by wrapping with 80 charsinoguchi2019-07-161-6/+9
* Move option handlers up to option definition struct in gendsa.cinoguchi2019-07-161-53/+50
* Fix typo and -keyform argument in openssl(1) manualinoguchi2019-07-161-6/+8
* Mark the initialized struct options arrays as both static and const.guenther2019-07-1434-71/+71
* Fix manual openssl(1) s_serverinoguchi2019-07-121-18/+94
* Fix manual openssl(1) s_clientinoguchi2019-07-111-14/+80
* Add missing option openssl dsa -modulusinoguchi2019-07-101-2/+8
* Fix manual openssl(1) genrsainoguchi2019-07-091-6/+14
* Convert openssl(1) genrsa to the newer style of option handlinginoguchi2019-07-091-70/+183
* Fix manual openssl(1) dsa, ocsp, rsa and smimeinoguchi2019-07-081-12/+56
* Fix manual openssl(1) pkcs12, req, verify and x509inoguchi2019-07-071-13/+76
* Fix manual openssl(1) ec, enc and pkcs7inoguchi2019-07-051-2/+9
* Fix manual openssl(1) dgstinoguchi2019-07-051-3/+5
* Fix manual openssl(1) crlinoguchi2019-07-041-1/+13
* Fix manual openssl(1) cainoguchi2019-07-041-8/+15
* snprintf/vsnprintf return < 0 on error, rather than -1.deraadt2019-07-034-15/+15
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-284-23/+23
* Move variables into struct in openssl(1) genrsainoguchi2019-06-191-25/+33
* tidy up the formatting of gendsa synopsis a little;jmc2019-06-071-5/+3
* Convert openssl(1) gendsa to the newer style of option handlinginoguchi2019-06-072-84/+178