summaryrefslogtreecommitdiff
path: root/ext/openssl
AgeCommit message (Expand)Author
2011-12-25* ext/openssl/ossl_cipher.c: Fix more typos.emboss
2011-12-25* ext/openssl/ossl_cipher.c: Fixed typo.emboss
2011-12-25git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34123 b2dd03c8-39d4-4d8f-98...emboss
2011-12-20* Make sure to clear $! when ignoring an exceptionnahi
2011-11-26* ext/openssl/extconf.rb: remove checks for available functions.emboss
2011-11-26* ext/openssl/ossl_ssl.c: add comment on where to find implementationemboss
2011-11-23* ext/openssl/ossl_pkey_dsa.c: remove redundant colon from erroremboss
2011-11-15* ext/openssl/ossl_asn1.c: get rid of potential overflow.nobu
2011-11-14* ext/openssl/ossl_pkey.c (ossl_pkey_new_from_file): set close-on-execakr
2011-11-09* ext/openssl/lib/openssl/ssl.rb (class OpenSSL::SSL::SSLContext):drbrain
2011-11-04* whitespace cleanup.nobu
2011-11-04* ext/openssl/ossl_pkey_rsa.c (rsa_generate): [SECURITY] Set RSAnahi
2011-11-03* ext/openssl/extconf.rb:emboss
2011-10-29* include/ruby/intern.h (rb_cloexec_dup): declared.akr
2011-10-26* ext/openssl/extconf.rb: add -Wall flag by default when compiler isemboss
2011-10-22* include/ruby/intern.h (rb_fd_set_cloexec): declared.akr
2011-10-20* ext/openssl/ossl_ns_spki.c: Complete documentation.emboss
2011-10-20* ext/openssl/ossl_pkcs5.c: add note on timing attacks and generalemboss
2011-10-19* ext/openssl/ossl_ns_spki.c (Init_ossl_ns_spki): Stub documentationdrbrain
2011-10-19* lib/openssl/buffering.rb: Force multi-byte strings to be treated asemboss
2011-10-19* ext/openssl/ossl_ssl.c: Remove set, but unused variables.emboss
2011-09-25* ext/openssl/ossl_asn1.c: fix int_ossl_asn1_decode0_cons when beingemboss
2011-09-23* ext/openssl/ossl_asn1.c: remove unused variable.emboss
2011-09-01* Release GVL while OpenSSL's public key generation.nahi
2011-08-25* ext/openssl/lib/openssl/bn.rb: Hide copyright info from RDoc.drbrain
2011-08-25* ext/openssl/ossl_digest.c: Document OpenSSL::Digest::digest and adddrbrain
2011-08-16* ext/openssl/ossl_x509cert.c: fixed whitespace issuesemboss
2011-08-16* ext/openssl/ossl_x509cert.c: Add class documentation foremboss
2011-08-16* ext/openssl/ossl_pkey.c: corrected docs, OpenSSL::PKey::DH doesemboss
2011-08-15* ext/openssl/ossl_ssl.c: Support disabling OpenSSL compression.emboss
2011-08-07* ext/openssl/ossl_asn1.c (decode_eoc): remove unused variables.kosaki
2011-07-28* ext/openssl/ossl_cipher.c (ossl_cipher_initialize): Avoid possiblenahi
2011-07-25* ext/openssl/lib/openssl.rb: End of transition period introduced bynahi
2011-07-25* ext/openssl/lib/openssl/x509.rb: Cosmetic change: move definition nahi
2011-07-25* ext/openssl/ossl_ssl.c (ossl_ssl_shutdown): Avoid randomly generated nahi
2011-07-22* ext/openssl/ossl_hmac.c: Revert checking return type ofemboss
2011-07-22* ext/openssl/ossl_digest.c: Check return value of EVP_DigestInit_ex.emboss
2011-07-22* ext/openssl/ossl_engine.c: Avoid double free of ENGINE reference.emboss
2011-07-20* include/ruby/intern.h (rb_update_max_fd): declaration moved fromakr
2011-07-14* ext/openssl/ossl.c (ossl_verify_cb): trap the exception fromnahi
2011-07-08* ext/openssl/ossl.h: include openssl/e_os2.h before checking theusa
2011-06-30* sytle fixes.nobu
2011-06-30* ext/openssl/ossl.c/.h: Added ossl_x509_name_sk2ary.emboss
2011-06-29* ext/openssl/ossl.h (OPENSSL_SYS_WIN32): define only if not defined.eban
2011-06-29* ext/openssl/ossl.h (OPENSSL_SYS_WIN32): support for mingw(msys).eban
2011-06-26* ext/openssl/extconf.rbemboss
2011-06-24* ext/openssl/ossl_ssl.c (ossl_ssl_shutdown): Try to shutdown SSL nahi
2011-06-23* ext/openssl/ossl_x509name.c: Add X509::Name#hash_old as a wrapper nahi
2011-06-23* ext/openssl/ossl_ssl_session.c (ossl_ssl_session_set_time): Check nahi
2011-06-22* ext/openssl/ossl_ssl.c (ossl_sslctx_session_new_cb): Return 0 tonahi