Implemented fixes allowing libwebsockets to be built under Windows using MinGM/MSYS
[platform/upstream/libwebsockets.git] / lib / ssl.c
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
2014-10-09 Andy Greenssl optimize poll when buffered ssl read data
2014-10-09 Andy Greenssl_capable_read add context param
2014-10-08 Andy Greenssl fix pending reads stuck in ssl layer
2014-08-27 Andy Greenfix build for NO_SERVER
2014-08-10 Andy Greenssl fix excessive crash workaround
2014-07-29 Olehssl allow passing cert passphrase
2014-07-06 Andy Greenadd runtime context flag to enforce defeat of OS CA...
2014-04-27 vpeter4Disable compile warning: no newline at end of file
2014-04-12 Andy Greenrefactor move ssl server service to ssl.c
2014-04-06 Andy Greenfix ssl error reporting
2014-04-06 Andy Greenrefactor add ssl read write single implementation
2014-04-03 Andy Greenhttp2 add initial alpn support
2014-04-03 Andy Greenrefactor ssl related code into ssl.c