index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
openssl
/
ossl.c
Age
Commit message (
Expand
)
Author
2012-09-04
remove trailing spaces.
nobu
2012-09-03
remove trailing spaces.
nobu
2012-09-03
* ext/openssl/extconf.rb: Detect OpenSSL_FIPS macro
emboss
2012-06-09
* ext/openssl/ossl.c: Fix error in example. Patch by David Albert.
emboss
2011-12-20
* Make sure to clear $! when ignoring an exception
nahi
2011-07-14
* ext/openssl/ossl.c (ossl_verify_cb): trap the exception from
nahi
2011-06-30
* ext/openssl/ossl.c/.h: Added ossl_x509_name_sk2ary.
emboss
2011-04-10
* ext/openssl/ossl.c: Fix typo, document version constants.
drbrain
2011-03-24
* ext/openssl/ossl.c: surpress warning: shorten-64-to-32.
naruse
2010-12-10
Document RSA, RSA encryption/decryption and PKCS #5 encryption/decryption
drbrain
2010-12-06
Add toplevel documentation for OpenSSL
drbrain
2010-04-22
* ext/**/*.[ch]: removed trailing spaces.
nobu
2010-04-22
* ext/**/*.[ch]: removed trailing spaces.
nobu
2010-02-28
* openssl/ossl.c (OSSL_IMPL_SK2ARY): for OpenSSL 1.0.
naruse
2009-03-19
* io.c (rb_mWaitReadable): defined.
akr
2009-01-14
* gc.c (negative_size_allocation_error_with_gvl): abolish a warning.
akr
2008-08-09
* configure.in (rb_cv_missing__dtos18, rb_cv_missing_fconvert),
nobu
2008-07-22
* ext/openssl: suppress warnings.
nobu
2007-04-05
* ext/openssl/ossl_pkcs5.c: New module.
technorama
2007-04-02
* ext/openssl/{ossl.[ch],ossl_pkey.c} Add documentation.
technorama
2006-09-02
* ruby.h (struct RArray): embed small arrays.
matz
2006-08-31
* ruby.h (struct RString): embed small strings.
matz
2005-11-01
* ext/openssl/extconf.rb: should check ERR_peek_last_error().
gotoyuzo
2005-10-12
* ext/openssl/ossl.c (Init_openssl): should call OpenSSL_add_ssl_algorithms().
gotoyuzo
2005-08-07
* ext/openssl/ossl.c (ossl_raise): should use ERR_peek_last_error
gotoyuzo
2004-12-16
* ext/openssl/ossl.c (ossl_raise): refine message format.
gotoyuzo
2004-12-14
* ext/openssl/ossl.c (ossl_raise): avoid buffer overrun. [ruby-dev:25187]
gotoyuzo
2004-03-29
* exception message clean-up by Ian Macdonald <
[email protected]
>.
matz
2003-12-11
* ext/openssl/ossl_pkcs12.[ch]: new files. add OpenSSL::PKCS12.
gotoyuzo
2003-11-11
* ext/openssl/ossl.c (ossl_x509_sk2ary, ossl_x509crl_sk2ary): add
gotoyuzo
2003-10-03
* ext/openssl/ossl_asn1.c: add DER encoder and decoder.
gotoyuzo
2003-10-02
* ext/openssl/ossl_engine.c: add a new module OpenSSL::Engine.
gotoyuzo
2003-09-25
* ext/openssl/ossl.c (ossl_buf2str): fix type of 1st argument for
usa
2003-09-17
should check retuen value of rb_protect.
gotoyuzo
2003-09-17
* ext/openssl: all files are reviewed to simplify and avoid memory leak.
gotoyuzo
2003-09-12
OpenSSL update
michal
2003-07-25
* ext/openssl/ossl.h: fix comment.
gotoyuzo
2003-07-23
* ext/openssl/ssl.h: undef X509_NAME and PKCS7_SIGNER_INFO to
gotoyuzo
2003-07-23
* ext/openssl: imported.
gotoyuzo