aboutsummaryrefslogtreecommitdiffstats
path: root/ext/openssl/ossl_x509cert.c
Commit message (Expand)AuthorAgeFilesLines
* openssl: clear OpenSSL error queue before return to Rubyrhe2016-05-181-7/+8
* ext: use RARRAY_AREFnobu2015-11-051-2/+2
* ext: use RARRAY_CONST_PTRnobu2015-11-041-2/+2
* ext: adjust index typenobu2015-11-041-1/+1
* * ext/openssl/*: Remove svn commit id macros to make sync easierzzak2015-09-221-2/+0
* openssl: wrapper object before allocnobu2015-05-291-6/+10
* * ext/openssl/*: use license instead of licence.hsbt2015-04-201-1/+1
* ossl_x509cert.c: typed datanobu2014-12-121-2/+16
* protoize no-arguments functionsnobu2014-09-301-1/+1
* ext: use rb_sprintf() and rb_vsprintf() with PRIsVALUEnobu2014-01-131-29/+9
* * ext/openssl/ossl_x509cert.c: Fix doc typo.emboss2012-03-311-1/+1
* * ext/openssl/ossl_pkey.c (ossl_pkey_new_from_file): set close-on-execakr2011-11-141-0/+1
* * ext/openssl/ossl_x509cert.c: fixed whitespace issuesemboss2011-08-161-7/+7
* * ext/openssl/ossl_x509cert.c: Add class documentation foremboss2011-08-161-0/+98
* * ext/openssl/ossl.h: Introduced OSSL_BIO_reset macro for PEM/DERemboss2011-06-221-1/+2
* * ext/openssl/ossl_x509cert.c: parenthesize macro arguments.akr2011-03-141-6/+6
* * ext/**/*.[ch]: removed trailing spaces.nobu2010-04-221-22/+22
* * ext/**/*.[ch]: removed trailing spaces.nobu2010-04-221-33/+33
* * ext/openssl: suppress warnings.nobu2008-07-221-6/+8
* * ext/openssl/ossl_{bn,x509{attr,cert,name,store}}.c:technorama2007-04-051-2/+95
* * ruby.h (struct RArray): embed small arrays.matz2006-09-021-4/+4
* * ruby.h (struct RString): embed small strings.matz2006-08-311-2/+2
* * lib/set.rb (Set#==): [ruby-dev:25206]matz2004-12-151-8/+7
* * ext/openssl: all files are reviewed to simplify and avoid memory leak.gotoyuzo2003-09-171-30/+12
* * ext/openssl/ruby_missing.c: rid of unnecessary backwardgotoyuzo2003-09-061-1/+0
* * ext/openssl: imported.gotoyuzo2003-07-231-0/+691