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_engine.c
Age
Commit message (
Expand
)
Author
2016-05-18
openssl: report errors in OpenSSL error queue when clear it
rhe
2015-09-22
* ext/openssl/*: Remove svn commit id macros to make sync easier
zzak
2015-05-29
openssl: wrapper object before alloc
nobu
2015-04-20
* ext/openssl/*: use license instead of licence.
hsbt
2014-12-12
ossl_engine.c: typed data
nobu
2014-09-30
protoize no-arguments functions
nobu
2014-01-13
ext: use rb_sprintf() and rb_vsprintf() with PRIsVALUE
nobu
2013-11-21
* ext/openssl/ossl_engine.c: [DOC] Documentation for OpenSSL::Engine
zzak
2011-11-04
* whitespace cleanup.
nobu
2011-11-03
* ext/openssl/extconf.rb:
emboss
2011-07-22
* ext/openssl/ossl_engine.c: Avoid double free of ENGINE reference.
emboss
2011-02-23
* ext/openssl/ossl_engine.c: parenthesize macro arguments.
akr
2010-04-23
* ext/openssl/ossl_config.c: OpenSSL 1.0.0 support.
usa
2010-04-22
* ext/**/*.[ch]: removed trailing spaces.
nobu
2009-04-18
* ext/readline/readline.c: use rb_f_notimplement for methods not
akr
2009-03-13
* ext/openssl/openssl_missing.h (i2d_of_void): cast for callbacks.
nobu
2008-07-22
* ext/openssl: suppress warnings.
nobu
2006-08-31
* ruby.h (struct RString): embed small strings.
matz
2005-09-18
* ext/openssl/ossl_pkey.h, ossl_pkey_rsa.c, ossl_pkey_dsa.c:
gotoyuzo
2005-09-07
* ext/openssl/ossl_engine.c (ossl_engine_s_by_id):
gotoyuzo
2005-07-23
* ext/openssl/ossl_engine.c (ossl_engine_s_load): should check
gotoyuzo
2005-03-31
* ext/openssl/ossl_engine.c (ossl_engine_s_load): should return
gotoyuzo
2005-03-30
* ext/openssl/ossl_engine.c (ossl_engine_s_load): should not raise
gotoyuzo
2004-12-15
* lib/set.rb (Set#==): [ruby-dev:25206]
matz
2003-10-05
* lib/ext/openssl/extconf.rb: add check for some engine functions
gotoyuzo
2003-10-02
ENGINE_load_public_key takes four arguments since OpenSSL-0.9.7
gotoyuzo
2003-10-02
ENGINE_load_private_key takes four arguments since OpenSSL-0.9.7
gotoyuzo
2003-10-02
* ext/openssl/ossl_engine.c: add a new module OpenSSL::Engine.
gotoyuzo