]> granicus.if.org Git - esp-idf/commit
Merge branch 'feature/openssl_option' into 'master'
authorAngus Gratton <angus@espressif.com>
Fri, 27 Jan 2017 00:37:02 +0000 (08:37 +0800)
committerAngus Gratton <angus@espressif.com>
Fri, 27 Jan 2017 00:37:02 +0000 (08:37 +0800)
commit0a678ebe8c8bb78053f2a2dc4bd26124adde9122
tree2712292f15611bf55ba9302521ce1eace46e1072
parent21c7fc624af3a9eea287c51eee943732111d7b10
parent93395a3370c362dc1ac1e13efaa3591aa7a08551
Merge branch 'feature/openssl_option' into 'master'

components/openssl: refactor openssl debugging and assert function

1. add openssl option at menuconfig
2. remove SSL_ERR to reduce complexity
3. add more functions about debugging and assert

According these, our coders and customers may use and debug the OpenSSL code easily.

See merge request !400