aboutsummaryrefslogtreecommitdiffstats
path: root/ossl_ssl.c
Commit message (Expand)AuthorAgeFilesLines
* add support for read(len, str)Technorama team2004-05-031-7/+17
* Backport Ruby's OpenSSL changesMichal Rokos2003-08-141-1/+13
* IndentsMichal Rokos2003-07-221-3/+3
* *** empty log message ***GOTOU Yuuzou2003-07-211-2/+2
* OpenSSL 0.9.6 compatibilityMichal Rokos2003-07-211-0/+4
* call ossl_raise with NULL when no message is passedMichal Rokos2003-07-091-2/+2
* *** empty log message ***GOTOU Yuuzou2003-07-021-4/+21
* *** empty log message ***GOTOU Yuuzou2003-06-291-11/+22
* ossl_ssl.c: no longer SSL_CTX_set_default_verify_paths is called.GOTOU Yuuzou2003-06-291-3/+3
* * cipher.h: replace ossl_cipher_get_EVP_CIPHER into GetCipherPtrGOTOU Yuuzou2003-06-251-1/+4
* * ossl.c: added verify callback functions.GOTOU Yuuzou2003-06-191-88/+15
* *** empty log message ***GOTOU Yuuzou2003-06-141-0/+1
* *** empty log message ***GOTOU Yuuzou2003-06-141-1/+2
* *** empty log message ***GOTOU Yuuzou2003-06-141-1/+8
* *** empty log message ***GOTOU Yuuzou2003-06-141-3/+5
* ossl_ssl.cGOTOU Yuuzou2003-06-131-1/+1
* *** empty log message ***GOTOU Yuuzou2003-06-131-1/+1
* *** empty log message ***GOTOU Yuuzou2003-06-131-11/+47
* *** empty log message ***GOTOU Yuuzou2003-06-081-13/+44
* SSL: Unwrap structs, Store: Use {get|set}_ex instead of my DBMichal Rokos2003-05-181-124/+127
* Make OSSL2 work with Ruby1.6 too (currently #dup, #copy isn't working)Michal Rokos2003-02-241-0/+2
* Port to Ruby1.8 (alloc|copy) framework.Michal Rokos2002-12-291-2/+2
* * pkey_*.c: make alias to_s to export.GOTOU Yuuzou2002-12-221-80/+22
* * Indent by 4 spaces, 1 tab has the width of 8 spaces.OSSL2_AFTER_FIXING_INDENTGOTOU Yuuzou2002-12-171-9/+14
* * ossl_ssl.c: memory leak has been in ossl_sslctx_free().GOTOU Yuuzou2002-11-071-0/+1
* *** empty log message ***GOTOU Yuuzou2002-10-241-0/+1
* *** empty log message ***GOTOU Yuuzou2002-10-241-9/+6
* *** empty log message ***GOTOU Yuuzou2002-10-151-1/+2
* *** empty log message ***GOTOU Yuuzou2002-10-151-13/+12
* *** empty log message ***GOTOU Yuuzou2002-10-151-193/+193
* *** empty log message ***GOTOU Yuuzou2002-10-151-23/+34
* * ossl_ssl.c: fixed around verify callback invocation.GOTOU Yuuzou2002-10-121-157/+160
* ssl.c: Make it compileMichal Rokos2002-08-071-21/+20
* ssl.c: Check_Type => OSSL_Check_Kind fixesMichal Rokos2002-08-071-18/+23
* * lib/openssl/buffering.rb: typo fixed (sent by Hiroshi Nakamura)GOTOU Yuuzou2002-07-281-413/+442
* Drop OSSL_Check_Type (Use OSSL_Check_Kind where needed)Michal Rokos2002-06-131-4/+2
* change all rb_raise and OSSL_Raise to ossl_raiseMichal Rokos2002-06-121-15/+15
* New debug interface that can be directed from Ruby-spaceMichal Rokos2002-06-111-2/+5
* X509Cert: introduced GetX509CertPtr and DupX509CertPtrMichal Rokos2002-06-081-12/+2
* PKey: NO useless EVP_PKEY* dups.Michal Rokos2002-06-081-5/+1
* X509Attr, X509Cert, X509CRL, X509Ext, X509Name, X509Req, X509Revoked, X509Sto...Michal Rokos2002-06-071-2/+2
* PKey (DH|DSA|RSA) cleanup and rewrite (EVP_PKEY is now wrapped), final cleani...Michal Rokos2002-06-061-4/+7
* Initial revisionMichal Rokos2002-06-041-0/+650