summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* * ext/openssl/lib/openssl/ssl.rb (OpenSSL::SSL::SocketForwarder):gotoyuzo2004-03-151-1/+6
* * lib/net/http.rb: spin off https code again.aamine2004-03-062-158/+0
* * lib/net/http.rb: net/https is merged.aamine2004-03-051-89/+3
* * ext/openssl/ossl_x509hame.c (ossl_x509name_initialize): changegotoyuzo2004-01-241-13/+10
* * ext/openssl/lib/openssl/buffering.rb (Buffering#initialize):gotoyuzo2003-10-293-2/+4
* * ext/openssl/ossl_x509name.c (ossl_x509name_initialize): addgotoyuzo2003-10-091-2/+2
* * ext/openssl: all files are reviewed to simplify and avoid memory leak.gotoyuzo2003-09-171-79/+14
* * ext/openssl/lib/openssl/x509.rb: new method X509::Name::parse.gotoyuzo2003-09-051-1/+8
* * ext/openssl/lib/net/protocols.rb (SSLIO#ssl_connect): warninggotoyuzo2003-09-021-0/+4
* * lib/webrick/ssl.rb: new file; SSL/TLS enhancement for GenericServer.gotoyuzo2003-08-191-5/+10
* * ext/openssl/ossl_ssl.c: sync_close is moved to SSLSocket asgotoyuzo2003-08-183-22/+55
* * ext/openssl/lib/openssl/ssl.rb (SSLSocket#sync_close=): add agotoyuzo2003-08-173-2/+16
* * ext/openssl/lib/openssl/buffering.rb: increase BLOCK_SIZEgotoyuzo2003-08-101-1/+1
* * ext/openssl/lib/net/https.rb (use_ssl=): raise ProtocolError ifgotoyuzo2003-07-281-1/+10
* IndentsMichal Rokos2003-07-221-2/+2
* typo fixedGOTOU Yuuzou2003-07-211-1/+1
* *** empty log message ***GOTOU Yuuzou2003-07-212-19/+4
* *** empty log message ***GOTOU Yuuzou2003-07-216-190/+189
* Digest is Ruby compatible again, more examples are workingMichal Rokos2003-07-211-2/+2
* * ossl_ocsp.c: OCSP::Respopnse#basic returns nil if no OCSP_BASICRESP given.GOTOU Yuuzou2003-07-031-10/+11
* * lib/net/https.rb: revised. (tested on Ruby-1.8.0-previre3)GOTOU Yuuzou2003-07-012-48/+57
* *** empty log message ***GOTOU Yuuzou2003-07-011-20/+7
* *** empty log message ***GOTOU Yuuzou2003-06-081-0/+4
* FTPTLSMichal Rokos2003-05-281-0/+62
* add random_key and random_ivTechnorama team2003-04-231-1/+13
* BN: Make it work with Ruby's nums, PKCS7&X509: Fix for big serialsMichal Rokos2002-11-111-3/+0
* *** empty log message ***GOTOU Yuuzou2002-10-151-8/+3
* * ossl_ssl.c: fixed around verify callback invocation.GOTOU Yuuzou2002-10-122-7/+8
* * lib/openssl/buffering.rb: typo fixed (sent by Hiroshi Nakamura)GOTOU Yuuzou2002-07-282-22/+6
* X509::Name fixesMichal Rokos2002-06-261-52/+0
* OSSL_Debug fix, BN - interface changed for #rand, #pseudo_randMichal Rokos2002-06-121-0/+1
* PKey#sign and #verify moved to C-space (pkey.c)Michal Rokos2002-06-102-77/+0
* PKey (DH|DSA|RSA) cleanup and rewrite (EVP_PKEY is now wrapped), final cleani...Michal Rokos2002-06-061-47/+0
* Cipher moved to Factory styleMichal Rokos2002-06-043-1/+62
* Fix digest.rb - don't call super for singletons (hex)digest - call Digest::(h...Michal Rokos2002-06-041-2/+2
* Get rid of ANY classesMichal Rokos2002-06-041-4/+4
* Initial revisionMichal Rokos2002-06-0411-447/+493
* * Macros fixupsossl1-ossl2-branch-pointMichal Rokos2002-04-071-5/+0
* * WARNING! All to_str methods are not used any longer (use to_text instead)Michal Rokos2002-03-052-5/+4
* * transition from rb_raise to OSSL_Raise (where possible)Michal Rokos2002-02-131-0/+18
* * Dropped Random classMichal Rokos2002-02-061-3/+2
* * selfdipatch BN implementation (test only)Michal Rokos2002-01-161-4/+28
* * added OpenSSL-SNAPSHOT style NO_* (OPENSSL_NO_*)Michal Rokos2002-01-101-1/+4
* * OpenSSL 0.9.6c support (BN)Michal Rokos2002-01-101-56/+75
* * BN is (somewhat) full imp. nowMichal Rokos2002-01-061-0/+6
* * Further checking (Check_SafeStr, memory leaks)Michal Rokos2002-01-041-57/+205
* buffering.rb went under ``openssl'' directory.GOTOU Yuuzou2001-11-212-1/+1
* for compatibility with old SSLSocketGOTOU Yuuzou2001-11-165-26/+193
* Initial revisionMichal Rokos2001-11-165-0/+697