HTTP_PROXY: make usable
[platform/upstream/libwebsockets.git] / lib / ssl-client.c
2017-06-14 Andy GreenHTTP_PROXY: make usable
2017-04-06 Martin MilataSubject: ssl: fix OpenSSL client method detection
2017-04-06 Andy Greenssl: OpenSSL v1.1 deprecated TLSv1_2_client_method
2017-03-31 Andy Greenesp32: separate factory setup
2017-03-11 Andy Greenesp32: openssl
2017-03-01 Andy Greenadoption: make union for socket and file fds
2017-02-22 Andy Greenmbedtls: remove abortive attempt to avoid confusing...
2017-02-21 Joel Winarskeclient: allow setting client ssl certs from lwsws and...
2017-02-21 Joel Winarskessl config for http client
2017-02-18 Namowencosmetic CR missing on some errs
2017-02-18 Namowenclient: fix X509_V_ERR_CERT_HAS_EXPIRED
2017-02-06 Andy Greencoverity 175435: seems bogus
2017-02-05 Martin MilataSubject: gcc format strings: Make GCC check format...
2017-01-16 Andy Greenplat-optee and boringssl adaptations
2017-01-10 Namowenssl: add LWS_CALLBACK_OPENSSL_PERFORM_SERVER_CERT_VERIF...
2016-12-20 Andy Greenclient ssl hostname check: trim any port on host header
2016-12-16 Joachim BauchAdded flag to allow expired certificates.
2016-09-26 Benjamin Nessfix build problem on systems without X509_VERIFY_PARAM...
2016-08-14 Patrick GanstererAdd error handling for SSL_new() of clients
2016-07-14 Andy Greenclient ssl add flag to control server cert hostname...
2016-07-14 Andy Greenclient confirm server hostname in cert
2016-05-19 Andy Greenlws_ssl_client_connect2 remove duplicate close on error...
2016-05-13 Andy Greenlws_context_init_client_ssl ssl lib init already done...
2016-05-12 Andy Greenadd lws_init_vhost_client_ssl api to allow client ssl...
2016-05-02 Andy Greenclient fix reaction to tls failure
2016-04-18 Andy Greenpolarssl implementation
2016-03-29 Andy Greenmbedtls and polarssl first part
2016-03-29 Andy Greenssl split out common server and client ssl sources