valgrind: stop openssl still reachable complaints
[platform/upstream/libwebsockets.git] / lib / ssl.c
2017-07-18 Andy Greenvalgrind: stop openssl still reachable complaints
2017-06-20 Andy Greensupport openssl info callback
2017-06-09 WebsocketUserwin32: enable 64-bit file lengths
2017-05-14 Andy Greenstats: ah and ssl restriction stats
2017-05-13 Andy Greenesp32: multi ap slots
2017-05-11 Andy Greenesp32: multi ap slots plus PEM certs and parallel build...
2017-05-09 Andy GreenLWS_WITH_STATS
2017-05-07 Andy Greenesp32: reapply pending count just for esp32
2017-05-03 Andy Greensnprintf: move contributed ssl patch to lws_snprintf
2017-04-19 dspnamewindows: constify first arg of plat fops open
2017-04-07 Andy Greenssl: only apply restriction if nonzero for vhost
2017-04-03 Andy Greenesp32: enforce ssl nonblocking
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-26 Namowenssl: avoid EVP errors
2017-02-22 Andy Greenmbedtls: remove abortive attempt to avoid confusing...
2017-02-20 Andy Greenraw: adoption and processing
2017-01-23 Denis Osvaldssl pass real wsi to verify cert cb
2017-01-17 Andy Greenwindows: reduce C99isms to something MS compiler can...
2017-01-16 Andy Greenplat-optee and boringssl adaptations
2017-01-07 Andy Greenssl: correct version detection
2016-12-21 Alan Conwayssl: improved error reporting for SSL_accept.
2016-12-20 Andy Greencontext deprecation
2016-10-04 Peter PentchevRemove the cleanup functions with OpenSSL 1.1.
2016-08-10 Andy Greenws ping pong on idle connections
2016-05-19 Andy Greenreplace LWS_MAX_SOCKET_IO_BUF with context creation...
2016-05-05 Enno Bolandlib/ssl.c: fix libre- and boringssl
2016-05-02 Andy Greenclient fix reaction to tls failure
2016-04-18 Andy Greenpolarssl implementation
2016-04-15 Andy Greenvhost collect rx tx stats
2016-04-14 Andy Greenssl server init failure info
2016-04-14 Andy Greenssl store vhost in ssl private data not context
2016-04-13 Andy Greenhttp2 update integration
2016-03-29 Andy Greenmbedtls and polarssl first part
2016-03-29 Andy Greenssl split out common server and client ssl sources
2016-03-28 Andy Greenssl migrate client pieces to ssl.c
2016-03-28 Andy Greenintroduce vhosts
2016-03-26 Andy GreenSNI for server side: receive callback
2016-03-23 Andy GreenLWS_SERVER_OPTION_DO_SSL_GLOBAL_INIT to default to...
2016-03-17 Andy Greenssl option for auto redir to https
2016-03-12 Joakim Soderbergssl ecdh adapt if missing ecdh.h include
2016-02-20 Andy Greenssl get rid of build_cert_chain
2016-02-18 Andy Greencontext creation info add ecdh_curve
2016-02-18 Andy Greenssl add server ecdh curve init
2016-02-17 Andy Greenssl ecdh check errors properly
2016-02-15 Andy Greentimeout settable from info
2016-02-14 Andy Greenlibuv integration
2016-01-29 Andy Greencoverity 157402 explicitly disallow handling invalid...
2016-01-29 Andy Greencoverity 157404 get rid of needless NULL check
2016-01-26 Andy Greenmultithread stability
2016-01-19 Andy Greenmultithreaded service
2016-01-15 Vijay Khurdiyassl add ECDH server support
2015-12-17 Andy Greenlws_get_context not _ctx
2015-12-17 Andy Greenclean internal refactor
2015-12-16 Andy Greenpublic api remove context from user callback API BREAK
2015-12-16 Andy Greenpublic api remove superfluous context params API BREAK
2015-12-15 Andy Greenrefactor needless context with wsi paramater passing
2015-12-14 Andy Greenwhitespace trailing mass cleanout
2015-12-06 Andy Greenclean reduce windows build warnings
2015-12-05 Andy Greenmore server close processing error handling precisions
2015-12-04 Andy Greenclean tidy the worst whitespace alignment probs due...
2015-12-04 Andy Greenapi rationalization: eliminate all libwebsocket[s]_...
2015-12-04 Andy Greenapi rationalization eliminate oldstyle internal api...
2015-12-04 Andy Greenapi rationalization use new names internally
2015-12-03 Andy Greenssl zero return indicates shutdown
2015-12-03 Andrew Canadayssl set ssl to NULL on close
2015-11-14 Andy Greenmbed3 workable plus or minus mbed3 net stack bug
2015-11-06 Andy Greennon ssl on ssl port zero recv ambiguous
2015-10-30 Andy Greennon ssl on ssl port fixes
2015-10-29 Stephan EberleImplemented fixes allowing libwebsockets to be built...
2015-10-22 Andy Greencheck errno for ssl non ssl
2015-10-16 Andy Greenif ssl and non ssl allowed insist to wait for something...
2015-10-15 Andy GreenLWS_SERVER_OPTION_PEER_CERT_NOT_REQUIRED
2015-10-15 Andy Greenssl set session id context
2015-10-14 Andy Greenimprove callback close checking
2015-10-12 Roger A. LightAttempt to fix server problems receiving large https...
2015-10-12 =?UTF-8?q?Joakim... Bugfix: SSL code should not free wsi
2015-10-12 ABruinesAllow using CyaSSL in stead of wolfSSL
2015-10-12 Alexander BruinesMove from CyaSSL to wolfSSL
2015-10-12 =?UTF-8?q?Jos=C3... fix #309. Receive large messages over WSS
2015-01-30 Andy Greenssl pendding buffered reads dont dereference first...
2015-01-29 Andy Greenssl pending buffered reads use linked list
2015-01-26 =?UTF-8?q?Christop... Subject: [PATCH] Fix error handling when calling "REQUI...
2014-12-16 Octav ZlatiorSubject: [PATCH] Adds "REQUIRES PRIVATE KEY" callback
2014-12-04 Alejandro MerySubject: [PATCH] Use custom allocator
2014-11-30 Andy Greencoverity 83684 let parent close if ssl service fails
2014-11-26 Andy Greenmove bind passphrase out of LWS_NO_SERVER
2014-11-24 Roger A. LightSubject: [PATCH] SSL: Disable support for SSLv2 and...
2014-11-24 Joakim SoderbergSubject: [PATCH] Enable usage of ancient OpenSSL.
2014-11-20 Andy Greenssl fix client and server passphrase handling
2014-11-18 Andy Greentest-echo: enable for ssl cert serving and verification
2014-11-17 Andy Greenssl also allow passphrase management for server
2014-11-05 Andy Greenssl CYASSL doesnt have new api
2014-11-05 Andy Greenclean http2 passphrase code
2014-10-27 Andy Greenopenssl update deprecated remove_state api
2014-10-22 Andy Greenhttp2 alpn npn pollout
2014-10-22 Marek KochanowiczSubject: [PATCH] Initialize openssl during client initi...
2014-10-17 Andy Greenssl clean recent external CTX patch so doesnt break...
2014-10-16 joseph.urciuolissl allow externally managed SSL_CTX
next