On Wed, Dec 9, 2015 at 10:54 AM, Dave Zhu (yanbzhu) <[email protected]> wrote:
> > I was able to add functionality for loading multiple certs when the crt > bind option is a directory. That’s in patch 4. Patch 2 now contains 4, 5, > and 6. > > Still passing basic tests for me including the crt directory support. Thanks for that! https://github.com/btalbot/dual-stack-test btalbot-lt:dual-stack-test$ vagrant ssh -c ./share/testit.sh Configuration file is valid old OpenSSL to dual-stack port expecting 2048 bit RSA cert ... success old OpenSSL to ecc-only port expecting error ... success old OpenSSL to rsa-only port expecting 2048 bit RSA cert ... success old OpenSSL to crt-dir port expecting 2048 bit RSA cert ... success new OpenSSL to dual-stack port expecting 256 bit ECDSA cert ... success new OpenSSL to ecc-only port expecting 256 bit ECDSA cert ... success new OpenSSL to rsa-only port expecting 2048 bit RSA cert ... success new OpenSSL to dual-stack port expecting 2048 bit RSA cert ... success new OpenSSL to crt-dir port expecting 256 bit ECDSA cert ... success new OpenSSL to crt-dir port expecting 2048 bit RSA cert ... success

