summaryrefslogtreecommitdiff
path: root/src/usr.bin (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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-035-18/+18
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-285-39/+39
* Some asprintf() calls were checked < 0, rather than the precise == -1.deraadt2019-06-271-3/+3
* 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
* Sort.jsing2019-04-011-3/+3
* Make the openssl(1) enc -iter flag actually work.jsing2019-04-011-2/+2
* Add the SM4 block cipher from the Chinese standard GB/T 32907-2016.tb2019-03-171-1/+8
* Correctly handle tls_read() and tls_write() failures.jsing2019-02-261-5/+9
* Convert openssl(1) pkeyutl to the newer style of option handling.inoguchi2019-02-171-198/+278
* Fix weird wrap showing cipher list in interactive modeinoguchi2019-02-096-13/+23
* Summarize the 4 same name functions and move it to apps.cinoguchi2019-02-097-72/+26
* Add islower check to show_ciphers in pkey.c and rsa.c.inoguchi2019-02-052-2/+10
* Convert openssl(1) pkey to the newer style of option handling.inoguchi2019-02-051-96/+171
* Document missing command line options for the rsautl command.tb2019-02-042-9/+16
* zap spaces before tabstb2019-02-031-5/+5
* Convert openssl(1) rsautl to the newer style of option handling.jsing2019-02-031-121/+196
* Remove SSLv23 padding mode from rsautl's usage (left behind in a removaltb2019-01-291-2/+1
* spelling;jmc2019-01-281-3/+3
* Fix BN_is_prime_* calls in openssl(1), the API returns -1 on error.tb2019-01-201-4/+8
* change the default digest used byjsg2019-01-192-4/+4
* switch the default algorithm for the dgst command from MD5 to SHA256naddy2019-01-182-6/+6
* Add -iter and -pbkdf2 to the usage synopsis.naddy2019-01-181-15/+17
* tweak previous;jmc2019-01-181-7/+7
* Add the -iter and -pbkdf2 argumenst to encbeck2019-01-181-2/+11
* Change the default digest type to sha256, and add support forbeck2019-01-181-5/+44
* Revert back previous commit and stop including strings.hmestre2019-01-102-9/+7
* Include strings.h for bzero in usr.bin/ncinoguchi2019-01-092-2/+4