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_x509ext.c
Age
Commit message (
Expand
)
Author
2018-02-16
no ID cache in Init functions
nobu
2017-09-03
openssl: import v2.1.0.beta1
rhe
2016-08-29
import Ruby/OpenSSL 2.0.0.beta.1
rhe
2016-05-25
openssl: drop OpenSSL 0.9.6/0.9.7 support
rhe
2016-05-24
openssl: avoid deprecated M_ASN1_* macros
rhe
2016-05-23
openssl: use StringValueCStr() where NUL-terminated string is expected
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_x509ext.c: typed data
nobu
2014-12-12
ossl_x509ext.c: typed data
nobu
2014-09-30
protoize no-arguments functions
nobu
2011-03-24
* ext/openssl/ossl.c: surpress warning: shorten-64-to-32.
naruse
2011-03-15
* ext/openssl/ossl_x509ext.c: parenthesize macro arguments.
akr
2010-12-14
* ext/openssl/ossl_x509ext.c (ossl_x509extfactory_set_config):
kosaki
2010-12-04
Add documentation for OpenSSL::X509::Extension.new
drbrain
2010-04-22
* ext/**/*.[ch]: removed trailing spaces.
nobu
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/ossl_x509ext.c (ossl_x509ext_set_value): should use
nobu
2008-08-30
* ext/openssl/ossl_config.c (Init_ossl_config): memory leak fixed.
matz
2008-08-30
* ext/openssl/ossl_x509ext.c (ossl_x509ext_initialize): fix for
nobu
2008-07-22
* ext/openssl: suppress warnings.
nobu
2008-04-20
* ext/openssl/ossl_ssl.c: Switch stats hash key from string to symbol.
technorama
2006-08-31
* eval.c (search_required): use RSTRING_PTR and RSTRING_STR.
usa
2006-08-31
* ruby.h (struct RString): embed small strings.
matz
2005-11-22
* ext/openssl/extconf.rb: check for X509V3_EXT_nconf_nid.
gotoyuzo
2004-12-15
* lib/set.rb (Set#==): [ruby-dev:25206]
matz
2004-08-23
* ext/openssl/ossl_x509attr.c (ossl_x509attr_initialize): d2i
gotoyuzo
2003-11-15
* /ext/openssl/ossl_x509ext.c (ossl_x509extfactory_create_ext):
gotoyuzo
2003-11-01
* ext/openssl/ossl_ssl.c (ossl_ssl_peer_cert_chain): add new method
gotoyuzo
2003-10-03
* ext/openssl/extconf.rb: add check for X509V3_set_nconf.
gotoyuzo
2003-09-20
* ext/openssl/ossl_ocsp.c (ossl_ocspreq_initialize): the argument
gotoyuzo
2003-09-17
* ext/openssl: all files are reviewed to simplify and avoid memory leak.
gotoyuzo
2003-09-08
* ext/openssl/ossl.h: include openssl/conf.h and openssl/conf_api.h.
gotoyuzo
2003-09-06
* ext/openssl/ruby_missing.c: rid of unnecessary backward
gotoyuzo
2003-07-23
* ext/openssl: imported.
gotoyuzo