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