aboutsummaryrefslogtreecommitdiffstats
path: root/ext/openssl/ossl_cipher.c
Commit message (Expand)AuthorAgeFilesLines
* * ruby.h (struct RString): embed small strings.matz2006-08-311-21/+19
* * ext/openssl/ossl_cipher.c (add_cipher_name_to_ary): should returngotoyuzo2006-05-111-0/+1
* * ext/openssl/extconf.rb: add check for OBJ_NAME_do_all_sorted.gotoyuzo2006-05-081-3/+28
* * ext/openssl/ossl_cipher.c (ossl_cipher_update): input data mustgotoyuzo2005-10-301-1/+2
* * array.c: replace rb_protect_inspect() and rb_inspecting_p() bymatz2005-03-041-2/+2
* * lib/set.rb (Set#==): [ruby-dev:25206]matz2004-12-151-8/+11
* * ext/openssl/ossl_cipher.c (ossl_cipher_set_padding): last modify isgotoyuzo2004-07-011-1/+1
* * ext/openssl/ossl_cipher.c (ossl_cipher_encrypt, ossl_cipher_decrypt):gotoyuzo2004-06-301-75/+74
* * ext/openssl/extconf.rb: check for EVP_CIPHER_CTX_copy, ENGINE_add,gotoyuzo2004-06-301-34/+19
* * ext/openssl: all files are reviewed to simplify and avoid memory leak.gotoyuzo2003-09-171-27/+16
* * ext/openssl/ruby_missing.c: rid of unnecessary backwardgotoyuzo2003-09-061-1/+0
* * ext/openssl/lib/openssl/x509.rb: new method X509::Name::parse.gotoyuzo2003-09-051-0/+17
* * ext/openssl: imported.gotoyuzo2003-07-231-0/+377