]> granicus.if.org Git - esp-idf/commit
components/openssl: SSL load cert with creating new cert object
authordongheng <dongheng@espressif.com>
Fri, 23 Sep 2016 02:33:31 +0000 (10:33 +0800)
committerdongheng <dongheng@espressif.com>
Fri, 23 Sep 2016 02:33:31 +0000 (10:33 +0800)
commit9fc054bb553c3df68eb3f956c4496ac178422c3f
treed7848acb519f6112f9473a245d2375e2c080607a
parent1bfedf9816a12581a35a053b964b40b8182c44d9
components/openssl: SSL load cert with creating new cert object

1. when 'SSL_new' SSL's cert is pointed to SSL context cert
           If SSL load new cert, it will create a new cert object
        2. change some debug informaion
components/openssl/include/internal/ssl_types.h
components/openssl/library/ssl_cert.c
components/openssl/library/ssl_lib.c
components/openssl/library/ssl_pkey.c
components/openssl/library/ssl_x509.c
components/openssl/platform/ssl_pm.c