about summary refs log tree commit homepage
DateCommit message (Expand)
2015-01-15update mailing list address HEAD master
2015-01-15documentation updates for olddoc
2012-04-29kgio-monkey 0.4.0 - minor updates and improvements v0.4.0
2012-04-28test_tdb_session_cache: fix Ruby 1.8.7 syntax errors
2012-04-28replace mmap with pread in mock sendfile implementation
2012-04-26test/external_session_cache: force SSLv3 for tests
2012-04-27call shutdown() on close for descriptors shared across fork()
2012-04-12test/test_client_auth: allow TLSv1.2 as a protocol
2012-04-12script/sslgen: use larger keys for tests
2012-04-11Fixed some typos in Kgio::SSLConnector documentation
2011-12-09flipper: enable SO_KEEPALIVE on all TCP sockets
2011-10-03raise empty backtrace for Errno::ETIMEDOUT
2011-08-25doc: fixup OP_NO_COMPRESSION documentation
2011-08-25kgio-monkey 0.3.0 - small improvements v0.3.0
2011-08-25doc: :nodoc: some Flipper internals
2011-08-24.wrongdoc.yml: update with email addresses
2011-08-18tdb_session_cache: better defaults, default to murmur2
2011-08-18{dalli,memcached}_session_cache: add some rdoc
2011-08-18flipper: refactor external cache configuration a bit
2011-08-16test: disable external cache tests for old OpenSSL
2011-08-15flipper: hard-code default SSL context ID
2011-08-15add support for external session caches
2011-08-15discourage Kgio::SSL.compression= if OP_NO_COMPRESSION exists
2011-08-12Flipper.ssl_context sets a session_id_context
2011-08-11README: rdoc formatting fix
2011-08-10flipper: create use SSL_OP_ALL by default
2011-08-10add Kgio::SSL::OP_NO_COMPRESSION flag
2011-08-10test_session_cache: workaround differences in older openssl(1)
2011-08-10use proper argument to -CAfile for openssl(1)
2011-08-10disable ECDH support for older OpenSSL
2011-08-09add support for Kgio::SSL.compression = nil
2011-08-09kgio-monkey 0.2.0 - minor updates v0.2.0
2011-08-09remove Flipper::SNI.default
2011-08-09add support for Kgio::SSL.compression = false
2011-08-04remove old reference to flipper/ssl_server
2011-08-05test/: fix some test failures under 1.8.7
2011-08-05configurator: replace "map" directive with ssl_server/ssl_client
2011-08-05examples/flipper.conf.rb: "client" must be specified for client mode
2011-08-05bin/flipper: daemonize + drop perms when/if possible
2011-08-04kgio-monkey 0.1.0 - initial release v0.1.0
2011-08-04Kgio::SSL: add RDoc for new methods
2011-08-04split out kgio/ssl.rb into its own file
2011-08-04remove unused variable
2011-08-04enable caching of peer_cert and constant strings
2011-08-04Kgio::SSL: flesh out nginx-compatibility variables/accessors
2011-08-03add Kgio::SSL#ssl_cipher and Kgio::SSL#ssl_client_serial support
2011-08-03support and tests for SSL client authentication
2011-08-03add support for ECDHE
2011-07-28Flipper.ssl_context supports ssl_dhparam like nginx
2011-07-28bin/flipper: fixup bad commit, oops :x