summaryrefslogtreecommitdiff
path: root/ext/openssl
AgeCommit message (Expand)Author
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
2011-06-22* ext/openssl/ossl_ssl_session.c: Respect T_BIGNUM time values. Patch byemboss
2011-06-22* ext/openssl/ossl_ssl.c (ossl_sslctx_session_remove_cb):nahi
2011-06-22* ext/openssl/ossl.h: Introduced OSSL_BIO_reset macro for PEM/DERemboss
2011-06-22* ext/openssl/ossl_ssl.c: Use SSL_MODE_RELEASE_BUFFERS if available.emboss
2011-06-22* ext/openssl/ossl_ssl_session.c (ossl_ssl_session_to_der):nahi
2011-06-20* ext/openssl/ossl_cipher.c, ext/openssl/lib/openssl/cipher.rb:nahi
2011-06-13* ext/openssl/ossl_digest.c: fix error for digests that have no oidemboss
2011-06-13* ext/openssl/ossl_digest.c: allow Digests to be created by sn, ln oremboss
2011-06-13* ext/openssl/pkey_dh.c: corrected documentation.emboss
2011-06-13* ext/openssl/pkey_dh.c: clarify difference between DH#public_key andemboss
2011-06-12* ext/openssl/ossl_pkey.c: added PKey.read module function that allowemboss
2011-06-12* ext/openssl/ossl_pkey_dh.c: completed documentation.emboss
2011-06-12* ext/openssl/ossl_pkey_dsa.c: completed documentation.emboss
2011-06-11* ext/openssl/lib/openssl/buffering.rb (module OpenSSL):nahi
2011-06-11* ext/openssl/ossl_x509req.c: raise RequestError instead ofnahi
2011-05-30Tue Jun 30 06:45:21 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>emboss
2011-05-23* ext/openssl/ossl_asn1.c: Do not parse zero-tagged values as EOC. Doemboss
2011-05-22* ext/openssl/ossl_asn1.c: Forbid Constructives whose value is not anemboss
2011-05-22* ext/openssl/ossl_asn1.c: Forbid Constructive without infiniteemboss
2011-05-22* ext/openssl/ossl_asn1.c: Fix decoding of infinite length values.emboss
2011-05-22* ext/openssl/ossl_asn1.c (ossl_asn1_initialize): Allow creation ofemboss
2011-05-22* ext/openssl/ossl_asn1.c (ossl_asn1_cons_to_der): Add an additionalemboss
2011-05-22* ext/openssl/ossl_asn1.c (ossl_asn1data_to_der): Remove redundantemboss
2011-05-22* ext/openssl/ossl_asn1.c: Instead of rb_intern use static symbols toemboss
2011-05-22* ext/openssl/ossl_asn1.c: Use OpenSSL constants V_ASN1_xxx instead ofemboss
2011-05-22* ext/openssl/ossl_asn1.c(ossl_asn1_default_tag): avoid using RCLASS_SUPERnahi
2011-05-22* ext/openssl/ossl_asn1.c: Default tag lookup in constant time via hashemboss
2011-05-21* ext/openssl/ossl_digest.c: Explain DSS and DSS1 in documentation.emboss
2011-05-19* lib: revert r31635-r31638 and untabify with expand(1).nobu
2011-05-18*ext/openssl/ossl_pkey.c: Add documentation.emboss
2011-05-16* ext/openssl/ossl_digest.c: Add documentation.emboss