| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Remove unnecessary NULL checks before free in openssl(1) pkcs12 | inoguchi | 2019-07-26 | 1 | -14/+7 |
* | remove superfluous comment | bcook | 2019-07-25 | 1 | -2/+1 |
* | zero tmpkeyiv buffer after use when encrypting | bcook | 2019-07-25 | 1 | -2/+4 |
* | Capitalize cipher name and mode in help message as sync with pkcs12 | inoguchi | 2019-07-24 | 2 | -20/+20 |
* | Convert openssl(1) pkcs12 to the newer style of option handling | inoguchi | 2019-07-24 | 1 | -214/+409 |
* | Moving variables into struct in openssl(1) pkcs12 | inoguchi | 2019-07-23 | 1 | -125/+136 |
* | Fix long line by wrapping with 80 chars | inoguchi | 2019-07-16 | 1 | -6/+9 |
* | Move option handlers up to option definition struct in gendsa.c | inoguchi | 2019-07-16 | 1 | -53/+50 |
* | Fix typo and -keyform argument in openssl(1) manual | inoguchi | 2019-07-16 | 1 | -6/+8 |
* | Mark the initialized struct options arrays as both static and const. | guenther | 2019-07-14 | 34 | -71/+71 |
* | Fix manual openssl(1) s_server | inoguchi | 2019-07-12 | 1 | -18/+94 |
* | Fix manual openssl(1) s_client | inoguchi | 2019-07-11 | 1 | -14/+80 |
* | Add missing option openssl dsa -modulus | inoguchi | 2019-07-10 | 1 | -2/+8 |
* | Fix manual openssl(1) genrsa | inoguchi | 2019-07-09 | 1 | -6/+14 |
* | Convert openssl(1) genrsa to the newer style of option handling | inoguchi | 2019-07-09 | 1 | -70/+183 |
* | Fix manual openssl(1) dsa, ocsp, rsa and smime | inoguchi | 2019-07-08 | 1 | -12/+56 |
* | Fix manual openssl(1) pkcs12, req, verify and x509 | inoguchi | 2019-07-07 | 1 | -13/+76 |
* | Fix manual openssl(1) ec, enc and pkcs7 | inoguchi | 2019-07-05 | 1 | -2/+9 |
* | Fix manual openssl(1) dgst | inoguchi | 2019-07-05 | 1 | -3/+5 |
* | Fix manual openssl(1) crl | inoguchi | 2019-07-04 | 1 | -1/+13 |
* | Fix manual openssl(1) ca | inoguchi | 2019-07-04 | 1 | -8/+15 |
* | snprintf/vsnprintf return < 0 on error, rather than -1. | deraadt | 2019-07-03 | 5 | -18/+18 |
* | When system calls indicate an error they return -1, not some arbitrary | deraadt | 2019-06-28 | 5 | -39/+39 |
* | Some asprintf() calls were checked < 0, rather than the precise == -1. | deraadt | 2019-06-27 | 1 | -3/+3 |
* | Move variables into struct in openssl(1) genrsa | inoguchi | 2019-06-19 | 1 | -25/+33 |
* | 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 | 2 | -84/+178 |
* | Sort. | jsing | 2019-04-01 | 1 | -3/+3 |
* | Make the openssl(1) enc -iter flag actually work. | jsing | 2019-04-01 | 1 | -2/+2 |
* | Add the SM4 block cipher from the Chinese standard GB/T 32907-2016. | tb | 2019-03-17 | 1 | -1/+8 |
* | Correctly handle tls_read() and tls_write() failures. | jsing | 2019-02-26 | 1 | -5/+9 |
* | Convert openssl(1) pkeyutl to the newer style of option handling. | inoguchi | 2019-02-17 | 1 | -198/+278 |
* | Fix weird wrap showing cipher list in interactive mode | inoguchi | 2019-02-09 | 6 | -13/+23 |
* | Summarize the 4 same name functions and move it to apps.c | inoguchi | 2019-02-09 | 7 | -72/+26 |
* | Add islower check to show_ciphers in pkey.c and rsa.c. | inoguchi | 2019-02-05 | 2 | -2/+10 |
* | Convert openssl(1) pkey to the newer style of option handling. | inoguchi | 2019-02-05 | 1 | -96/+171 |
* | Document missing command line options for the rsautl command. | tb | 2019-02-04 | 2 | -9/+16 |
* | zap spaces before tabs | tb | 2019-02-03 | 1 | -5/+5 |
* | Convert openssl(1) rsautl to the newer style of option handling. | jsing | 2019-02-03 | 1 | -121/+196 |
* | Remove SSLv23 padding mode from rsautl's usage (left behind in a removal | tb | 2019-01-29 | 1 | -2/+1 |
* | spelling; | jmc | 2019-01-28 | 1 | -3/+3 |
* | Fix BN_is_prime_* calls in openssl(1), the API returns -1 on error. | tb | 2019-01-20 | 1 | -4/+8 |
* | change the default digest used by | jsg | 2019-01-19 | 2 | -4/+4 |
* | switch the default algorithm for the dgst command from MD5 to SHA256 | naddy | 2019-01-18 | 2 | -6/+6 |
* | Add -iter and -pbkdf2 to the usage synopsis. | naddy | 2019-01-18 | 1 | -15/+17 |
* | tweak previous; | jmc | 2019-01-18 | 1 | -7/+7 |
* | Add the -iter and -pbkdf2 argumenst to enc | beck | 2019-01-18 | 1 | -2/+11 |
* | Change the default digest type to sha256, and add support for | beck | 2019-01-18 | 1 | -5/+44 |
* | Revert back previous commit and stop including strings.h | mestre | 2019-01-10 | 2 | -9/+7 |
* | Include strings.h for bzero in usr.bin/nc | inoguchi | 2019-01-09 | 2 | -2/+4 |