summaryrefslogtreecommitdiff
path: root/ext/openssl
AgeCommit message (Expand)Author
2012-04-23--with-broken-apple-openssl optionnobu
2012-04-22* ext/openssl/ossl_pkcs5.c (ossl_pkcs5_pbkdf2_hmac): suppress warnings.nobu
2012-04-22* ext/openssl/extconf.rb: ignore broken version by Apple.nobu
2012-04-22* ext/openssl/extconf.rb: configure.in adds -Wall to warnflags, notnobu
2012-04-14* variable.c (trace_ev): Removed "not reached" comment as this line isdrbrain
2012-04-13* encoding.c (rb_enc_codepoint_len): Use UNREACHABLE to avoid "controldrbrain
2012-03-31* ext/openssl/ossl_x509cert.c: Fix doc typo.emboss
2012-03-29* ext/openssl/ossl_pkcs7.c: fix crash when parsing garbage data.emboss
2012-03-28* ext/openssl/ossl_asn1.c: raise TypeError when trying to encode nilemboss
2012-03-23Refix Bug #6094: use unsigned long integer literal.naruse
2012-03-23Revert "* ext/openssl/ossl_pkey_rsa.c (rsa_generate): fix argument type."naruse
2012-03-22* ext/openssl/ossl_pkey_rsa.c (rsa_generate): fix argument type.nobu
2012-02-27* ext/openssl/extconf.rb: suppress useless deprecation warningsnobu
2012-02-25avoid rdoc's warnings.naruse
2012-02-09* remove trailing spaces.nobu
2012-02-08* ext/openssl/ossl_ssl.c: Add SSL constants and allow to unset SSLnahi
2012-02-08* ext/openssl/ossl_x509name.c: Use the numerical representation ofemboss
2012-02-08* ext/openssl/ossl_asn1.c: Call INT2NUM only once for GeneralString.emboss
2012-02-08* ext/openssl/ossl_cipher.c: Add warning about key as IV.emboss
2012-02-02* ext/openssl/ossl_x509store.c: Add class documentation fordrbrain
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