aboutsummaryrefslogtreecommitdiffstats
path: root/ext/openssl/ossl.c
Commit message (Expand)AuthorAgeFilesLines
* Document RSA, RSA encryption/decryption and PKCS #5 encryption/decryptiondrbrain2010-12-101-1/+65
* Add toplevel documentation for OpenSSLdrbrain2010-12-061-1/+307
* * ext/**/*.[ch]: removed trailing spaces.nobu2010-04-221-3/+3
* * ext/**/*.[ch]: removed trailing spaces.nobu2010-04-221-7/+7
* * openssl/ossl.c (OSSL_IMPL_SK2ARY): for OpenSSL 1.0.naruse2010-02-281-3/+3
* * io.c (rb_mWaitReadable): defined.akr2009-03-191-6/+25
* * gc.c (negative_size_allocation_error_with_gvl): abolish a warning.akr2009-01-141-2/+1
* * configure.in (rb_cv_missing__dtos18, rb_cv_missing_fconvert),nobu2008-08-091-1/+1
* * ext/openssl: suppress warnings.nobu2008-07-221-2/+2
* * ext/openssl/ossl_pkcs5.c: New module.technorama2007-04-051-0/+1
* * ext/openssl/{ossl.[ch],ossl_pkey.c} Add documentation.technorama2007-04-021-2/+21
* * ruby.h (struct RArray): embed small arrays.matz2006-09-021-1/+1
* * ruby.h (struct RString): embed small strings.matz2006-08-311-3/+3
* * ext/openssl/extconf.rb: should check ERR_peek_last_error().gotoyuzo2005-11-011-1/+6
* * ext/openssl/ossl.c (Init_openssl): should call OpenSSL_add_ssl_algorithms().gotoyuzo2005-10-121-0/+1
* * ext/openssl/ossl.c (ossl_raise): should use ERR_peek_last_errorgotoyuzo2005-08-071-2/+22
* * ext/openssl/ossl.c (ossl_raise): refine message format.gotoyuzo2004-12-161-1/+2
* * ext/openssl/ossl.c (ossl_raise): avoid buffer overrun. [ruby-dev:25187]gotoyuzo2004-12-141-3/+3
* * exception message clean-up by Ian Macdonald <ian@caliban.org>.matz2004-03-291-1/+1
* * ext/openssl/ossl_pkcs12.[ch]: new files. add OpenSSL::PKCS12.gotoyuzo2003-12-111-0/+1
* * ext/openssl/ossl.c (ossl_x509_sk2ary, ossl_x509crl_sk2ary): addgotoyuzo2003-11-111-6/+4
* * ext/openssl/ossl_asn1.c: add DER encoder and decoder.gotoyuzo2003-10-031-0/+1
* * ext/openssl/ossl_engine.c: add a new module OpenSSL::Engine.gotoyuzo2003-10-021-0/+1
* * ext/openssl/ossl.c (ossl_buf2str): fix type of 1st argument forusa2003-09-251-1/+1
* should check retuen value of rb_protect.gotoyuzo2003-09-171-1/+1
* * ext/openssl: all files are reviewed to simplify and avoid memory leak.gotoyuzo2003-09-171-2/+64
* OpenSSL updatemichal2003-09-121-182/+0
* * ext/openssl/ossl.h: fix comment.gotoyuzo2003-07-251-2/+3
* * ext/openssl/ssl.h: undef X509_NAME and PKCS7_SIGNER_INFO togotoyuzo2003-07-231-3/+3
* * ext/openssl: imported.gotoyuzo2003-07-231-0/+567