aboutsummaryrefslogtreecommitdiffstats
path: root/ext/openssl
Commit message (Expand)AuthorAgeFilesLines
* * ext/openssl/ossl_pkcs5.c (ossl_pkcs5_pbkdf2_hmac): add casts.nobu2010-12-251-1/+4
* * ext/openssl/ossl_x509ext.c (ossl_x509extfactory_set_config):kosaki2010-12-141-1/+1
* * ext/openssl/ossl_asn1.c (ossl_asn1_decode0): how many gcc-c99ismsusa2010-12-141-1/+1
* * ext/openssl/ossl_asn1.c: indefinite length BER to DER encoding istenderlove2010-12-111-27/+120
* Document RSA, RSA encryption/decryption and PKCS #5 encryption/decryptiondrbrain2010-12-102-55/+140
* Include Comparable in OpenSSL::X509::Name, document #<=>drbrain2010-12-101-0/+13
* * ext/openssl/extconf.rb: try pkgconfig first, then fall back totenderlove2010-12-101-5/+8
* * ext/openssl/ossl_x509store.c (ossl_x509stctx_cleanup): removing Ctenderlove2010-12-093-13/+10
* Add toplevel documentation for OpenSSLdrbrain2010-12-0613-56/+615
* Add documentation for OpenSSL::X509::Extension.newdrbrain2010-12-041-0/+12
* Improve documentation for URI::Common#encode_www_form, OpenSSL::SSL::SSLConte...drbrain2010-11-291-0/+13
* * etc/openssl/ossl_ssl.c (ossl_ssl_get_cert): raise exception iftenderlove2010-11-141-1/+1
* * ext/openssl/ossl_ocsp.c (ossl_ocspcid_initialize): an optionaltenderlove2010-11-051-3/+16
* * ext/openssl/lib/openssl/bn.rb (Integer#to_bn): OpenSSL::BN.newnaruse2010-10-041-1/+1
* * ext/openssl/ossl_config.c (parse_config): remove dead declaration.nobu2010-09-291-2/+0
* * ext/openssl/ossl_hmac.c (ossl_hmac_hexdigest, ossl_hmac_s_hexdigest),wanabe2010-09-264-5/+5
* * ext/openssl/ossl_bn.c (ossl_bn_is_prime): fix comparisonnaruse2010-09-131-1/+1
* * ext/openssl/lib/openssl/x509-internal.rb: removed unused localnahi2010-09-101-1/+0
* * ext/openssl/ossl_ssl.c (ssl_get_error): Thread context switch wasnahi2010-09-081-1/+1
* * Fixed wrong check of missing functions. Patch by Adrian Quark.nahi2010-09-062-3/+7
* * Fixed exception message for SSL post connection check failure. Patchnahi2010-09-061-1/+1
* * backport r29071 from ruby_1_8;nahi2010-08-231-0/+4
* * backport r28621 and r28632 from ruby_1_8;nahi2010-08-193-427/+328
* .cvsignore: have not been used already. [Bug #3468]nobu2010-08-071-5/+0
* * ext/openssl/extconf.rb: __VA_ARGS__ is already checked in configure.nobu2010-06-111-10/+4
* * ext/openssl/ossl_ssl.c (ossl_sslctx_get_ciphers):naruse2010-06-111-2/+2
* * ext/openssl/lib/openssl/x509-internal.rb, lib/forwardable.rb,nobu2010-05-231-1/+1
* * suppress warnings.nobu2010-05-211-3/+3
* * test/openssl/test_ec.rb: added test_dsa_sign_asn1_FIPS186_3. dgst isnobu2010-05-061-1/+1
* * ext/openssl/ossl_ssl_session.c (SSL_SESSION_cmp): remove static forusa2010-04-231-1/+1
* * ext/openssl/ossl_config.c: fix compilation failure withakr2010-04-231-1/+1
* * ext/openssl/ossl_config.c: OpenSSL 1.0.0 support.usa2010-04-234-9/+51
* * ext/**/*.[ch]: removed trailing spaces.nobu2010-04-2221-110/+110
* * ext/**/*.[ch]: removed trailing spaces.nobu2010-04-221-1/+1
* * ext/**/*.[ch]: removed trailing spaces.nobu2010-04-2231-214/+214
* * ext/openssl/ossl_ssl.c (Init_ossl_ssl): add SSLContext#ssl_timeout=,mame2010-04-101-0/+1
* * ext/openssl/ossl_x509store.c (ossl_x509store_initialize): initializemame2010-03-261-0/+1
* * openssl/ossl.c (OSSL_IMPL_SK2ARY): for OpenSSL 1.0.naruse2010-02-286-19/+47
* Back out the series of changes pending a due discussion.knu2010-02-233-43/+54
* * ext/openssl/lib/openssl/digest.rb (OpenSSL::Digest::hexdigest):knu2010-02-231-1/+0
* * ext/openssl/ossl_hmac.c (Init_ossl_hmac): Make OpenSSL::HMAC aknu2010-02-231-47/+30
* * ext/openssl/ossl_digest.c (GetDigestPtr): Allow to pass theknu2010-02-231-6/+13
* * ext/openssl/ossl_ssl.c: initialize @hostname of SSLSocket to avoid nahi2009-12-021-0/+3
* * ossl_ocsp.c (ossl_ocspres_to_der): Bug fix in Response#to_def. Patch by Chr...marcandre2009-09-211-1/+1
* * ossl_config.c (ossl_config_add_value_m, ossl_config_set_section): Check if ...marcandre2009-09-211-0/+10
* * configure.in (GCC): subst for GCC depending extension libraries.nobu2009-09-121-1/+1
* * include/ruby/ruby.h (rb_check_safe_str): deprecated.nobu2009-08-142-3/+3
* * ext/readline/readline.c: use rb_f_notimplement for methods notakr2009-04-185-23/+33
* rdoc update.akr2009-03-211-0/+28
* * ext/openssl/ossl_ssl.c (write_would_block): defined.akr2009-03-211-23/+53