update mailing list address
[kgio-monkey.git] / README
blob6250db63733eb23aa5d006db78ccfea7f261d3aa
1 = kgio-monkey - kinder, gentler, SSL/TLS I/O for Ruby
3 Wraps OpenSSL to provide {kgio-compatible}[http://bogomips.org/kgio/]
4 kgio_trywrite and kgio_tryread IO methods to Kgio::SSL wrapper objects.
6 == WARNING!!!!!!!!1
8 This project is NOT maintained nor reviewed by anybody with any
9 credentials in security nor cryptography, use at your own risk.
11 Security/code/all reviews are very welcome, email us at
12 mailto:kgio-public@bogomips.org (or mailto:kgio@bogomips.org if you wish to
13 remain anonymous).
15 This project is NOT an endorsement of OpenSSL itself.  This project uses
16 OpenSSL only because Ruby already bundles the "openssl" extension and we
17 don't have time to maintain full Ruby bindings for NSS or any another
18 SSL/TLS library.
20 == Install
22 Ruby 1.8.6 and earlier is NOT supported.
24 The library consists of a C extension so you'll need a Unix-like system
25 with a C compiler and Ruby development libraries/headers.
27 http://rubyforge.org/frs/?group_id=8977
29 You may also install it via RubyGems.org:
31   gem install kgio-monkey
33 You can get the latest source via git from the following locations
34 (these versions may not be stable):
36   git://bogomips.org/kgio-monkey.git
37   git://repo.or.cz/kgio-monkey.git (mirror)
39 You may browse the code from the web and download the latest snapshot
40 tarballs here:
42 * http://bogomips.org/kgio-monkey.git (cgit)
43 * http://repo.or.cz/w/kgio-monkey.git (gitweb)
45 See the HACKING guide on how to contribute and build prerelease gems
46 from git.
48 == Contact
50 All feedback (bug reports, user/development dicussion, patches, pull
51 requests) go to the mailing list/newsgroup.  See the ISSUES document for
52 information on the {kgio mailing list}[mailto:kgio-public@bogomips.org]
54 For the latest on kgio-monkey releases, you may check our NEWS page
55 (and subscribe to our Atom feed).