aboutsummaryrefslogtreecommitdiffstats
path: root/ext/openssl
Commit message (Expand)AuthorAgeFilesLines
* * remove trailing spaces.nobu2012-02-092-3/+3
* * ext/openssl/ossl_ssl.c: Add SSL constants and allow to unset SSLnahi2012-02-081-13/+18
* * ext/openssl/ossl_x509name.c: Use the numerical representation ofemboss2012-02-081-4/+11
* * ext/openssl/ossl_asn1.c: Call INT2NUM only once for GeneralString.emboss2012-02-081-1/+1
* * ext/openssl/ossl_cipher.c: Add warning about key as IV.emboss2012-02-081-0/+6
* * ext/openssl/ossl_x509store.c: Add class documentation fordrbrain2012-02-021-0/+39
* * ext/openssl/ossl_cipher.c: Fix more typos.emboss2011-12-251-4/+4
* * ext/openssl/ossl_cipher.c: Fixed typo.emboss2011-12-251-1/+1
* git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34123 b2dd03c8-39d4-4d8f-98...emboss2011-12-251-23/+204
* * Make sure to clear $! when ignoring an exceptionnahi2011-12-201-4/+13
* * ext/openssl/extconf.rb: remove checks for available functions.emboss2011-11-262-15/+0
* * ext/openssl/ossl_ssl.c: add comment on where to find implementationemboss2011-11-261-0/+1
* * ext/openssl/ossl_pkey_dsa.c: remove redundant colon from erroremboss2011-11-233-13/+13
* * ext/openssl/ossl_asn1.c: get rid of potential overflow.nobu2011-11-151-11/+11
* * ext/openssl/ossl_pkey.c (ossl_pkey_new_from_file): set close-on-execakr2011-11-142-0/+2
* * ext/openssl/lib/openssl/ssl.rb (class OpenSSL::SSL::SSLContext):drbrain2011-11-091-0/+8
* * whitespace cleanup.nobu2011-11-044-6/+6
* * ext/openssl/ossl_pkey_rsa.c (rsa_generate): [SECURITY] Set RSAnahi2011-11-041-1/+1
* * ext/openssl/extconf.rb:emboss2011-11-032-11/+36
* * include/ruby/intern.h (rb_cloexec_dup): declared.akr2011-10-291-2/+2
* * ext/openssl/extconf.rb: add -Wall flag by default when compiler isemboss2011-10-261-4/+7
* * include/ruby/intern.h (rb_fd_set_cloexec): declared.akr2011-10-221-1/+1
* * ext/openssl/ossl_ns_spki.c: Complete documentation.emboss2011-10-201-3/+122
* * ext/openssl/ossl_pkcs5.c: add note on timing attacks and generalemboss2011-10-201-6/+94
* * ext/openssl/ossl_ns_spki.c (Init_ossl_ns_spki): Stub documentationdrbrain2011-10-191-2/+15
* * lib/openssl/buffering.rb: Force multi-byte strings to be treated asemboss2011-10-191-1/+2
* * ext/openssl/ossl_ssl.c: Remove set, but unused variables.emboss2011-10-195-11/+14
* * ext/openssl/ossl_asn1.c: fix int_ossl_asn1_decode0_cons when beingemboss2011-09-251-4/+14
* * ext/openssl/ossl_asn1.c: remove unused variable.emboss2011-09-231-4/+0
* * Release GVL while OpenSSL's public key generation.nahi2011-09-016-10/+228
* * ext/openssl/lib/openssl/bn.rb: Hide copyright info from RDoc.drbrain2011-08-254-60/+76
* * ext/openssl/ossl_digest.c: Document OpenSSL::Digest::digest and adddrbrain2011-08-252-0/+22
* * ext/openssl/ossl_x509cert.c: fixed whitespace issuesemboss2011-08-161-7/+7
* * ext/openssl/ossl_x509cert.c: Add class documentation foremboss2011-08-161-0/+98
* * ext/openssl/ossl_pkey.c: corrected docs, OpenSSL::PKey::DH doesemboss2011-08-161-2/+2
* * ext/openssl/ossl_ssl.c: Support disabling OpenSSL compression.emboss2011-08-151-0/+3
* * ext/openssl/ossl_asn1.c (decode_eoc): remove unused variables.kosaki2011-08-072-3/+1
* * ext/openssl/ossl_cipher.c (ossl_cipher_initialize): Avoid possiblenahi2011-07-281-1/+9
* * ext/openssl/lib/openssl.rb: End of transition period introduced bynahi2011-07-255-340/+336
* * ext/openssl/lib/openssl/x509.rb: Cosmetic change: move definition nahi2011-07-252-9/+7
* * ext/openssl/ossl_ssl.c (ossl_ssl_shutdown): Avoid randomly generated nahi2011-07-251-1/+2
* * ext/openssl/ossl_hmac.c: Revert checking return type ofemboss2011-07-221-7/+3
* * ext/openssl/ossl_digest.c: Check return value of EVP_DigestInit_ex.emboss2011-07-222-6/+16
* * ext/openssl/ossl_engine.c: Avoid double free of ENGINE reference.emboss2011-07-221-1/+5
* * include/ruby/intern.h (rb_update_max_fd): declaration moved fromakr2011-07-201-0/+1
* * ext/openssl/ossl.c (ossl_verify_cb): trap the exception fromnahi2011-07-141-2/+5
* * ext/openssl/ossl.h: include openssl/e_os2.h before checking theusa2011-07-081-0/+1
* * sytle fixes.nobu2011-06-306-9/+9
* * ext/openssl/ossl.c/.h: Added ossl_x509_name_sk2ary.emboss2011-06-303-41/+76
* * ext/openssl/ossl.h (OPENSSL_SYS_WIN32): define only if not defined.eban2011-06-291-1/+3