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_pkcs12.c
Age
Commit message (
Expand
)
Author
2016-05-23
openssl: use StringValueCStr() where NUL-terminated string is expected
rhe
2016-05-18
openssl: fix OpenSSL error queue leak in OpenSSL::PKCS12.new
rhe
2015-09-23
* ext/openssl/ossl_pkcs12*: Remove svn commit id macro
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_pkcs12.c: typed data
nobu
2014-09-30
protoize no-arguments functions
nobu
2011-06-22
* ext/openssl/ossl.h: Introduced OSSL_BIO_reset macro for PEM/DER
emboss
2011-03-07
cancel subversion backfire. sorry
matz
2011-03-07
* gc.c (rb_gc_set_params): allow GC parameter configuration by
matz
2011-02-28
* ext/openssl/ossl_pkcs12.c: parenthesize macro arguments.
akr
2010-04-22
* ext/**/*.[ch]: removed trailing spaces.
nobu
2008-07-22
* ext/openssl: suppress warnings.
nobu
2007-04-05
* ext/openssl/ossl_pkcs5.c: New module.
technorama
2006-08-31
* ruby.h (struct RString): embed small strings.
matz
2003-12-15
* ext/openssl/ossl_pkcs12.c (ossl_pkcs12_initialize): first argument
usa
2003-12-11
* ext/openssl/ossl_pkcs12.[ch]: new files. add OpenSSL::PKCS12.
gotoyuzo