Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-11-09 | Add test for req -addext in appstest.sh | inoguchi | 1 | -1/+2 | |
2019-11-06 | Check return value and remove unnecessary variable | inoguchi | 1 | -7/+7 | |
- Check NCONF_new() return value - Remove unnecessary 'i' comments from jsing@ | |||||
2019-11-06 | Add -addext option to openssl(1) req subcommand | inoguchi | 1 | -3/+133 | |
First step of adding -addext option to openssl(1) req from OpenSSL 1.1.1d. ok jsing@ | |||||
2019-11-06 | use curly braces for consistency | tb | 1 | -2/+2 | |
2019-11-05 | Remove trailing space in appstest.sh | inoguchi | 1 | -15/+15 | |
2019-11-05 | Add test for cms in appstest.sh | inoguchi | 1 | -1/+57 | |
2019-11-04 | Allow ip addresses as argument to SSL_set1_host() but be careful to not | otto | 1 | -2/+14 | |
poison the context. ok and help jsing@ tb@ | |||||
2019-11-04 | Fix an out of bound read/write when using a proxy. | millert | 2 | -11/+21 | |
From Lucas AT sexy DOT is. OK job@ kn@ | |||||
2019-11-04 | Indent labels for diffability. | jsing | 1 | -5/+5 | |
2019-11-04 | Remove spaces between * and variable names. | jsing | 1 | -25/+25 | |
2019-11-04 | Remove explicit NULL checks before *_free() calls. | jsing | 1 | -21/+14 | |
2019-11-04 | Hook openssl(1) cms back up. | jsing | 3 | -4/+8 | |
2019-11-04 | Currently we need to include pem.h before cms.h... | jsing | 1 | -2/+3 | |
2019-11-04 | Remove engine argument from load_cert() calls. | jsing | 1 | -8/+8 | |
This was cleaned up after cms went to the attic. |