K 10 svn:author V 3 fox K 8 svn:date V 27 2021-01-29T22:11:11.381022Z K 7 svn:log V 670 security/wolfssl: Add DEBUG option and enable more features. - Set --enable-opensslall which is needed for wolfSSL_X509_NAME_print_ex() and friends. - Set --enable-certgen to allow certificate generation. - Define WOLFSSL_ALT_NAMES so one can generate certificates with the Subject Alternative Name extension. - Set --enable-sessioncerts to allow to inspect certificates with wolfSSL_get_peer_cert_chain(). - Set --enable-des3 so one can load PBES2-3DES-CBC-encoded keys. Additionally a patch to prevent memory leaks is included. PR: 252829 Submitted by: Fabian Keil Reported by: Fabian Keil Approved by: fox (maintainer) END