lib/ssl.c: fix libre- and boringssl
[platform/upstream/libwebsockets.git] / lib / ssl.c
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
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