aboutsummaryrefslogtreecommitdiffstats
path: root/ext/openssl/ossl_digest.c
Commit message (Expand)AuthorAgeFilesLines
* * ext/openssl/*: Remove svn commit id macros to make sync easierzzak2015-09-221-1/+0
* openssl: wrapper object before allocnobu2015-05-291-5/+3
* * ext/openssl/*: use license instead of licence.hsbt2015-04-201-1/+1
* ossl_digest.c: typed datanobu2014-12-121-2/+16
* protoize no-arguments functionsnobu2014-09-301-1/+1
* ext: prefer RB_TYPE_P over comparison TYPE with constantsnobu2014-08-031-1/+1
* * whitespace cleanup.nobu2011-11-041-1/+1
* * ext/openssl/ossl_digest.c: Document OpenSSL::Digest::digest and adddrbrain2011-08-251-0/+11
* * ext/openssl/ossl_digest.c: Check return value of EVP_DigestInit_ex.emboss2011-07-221-3/+9
* * ext/openssl/ossl_digest.c: fix error for digests that have no oidemboss2011-06-131-3/+6
* * ext/openssl/ossl_digest.c: allow Digests to be created by sn, ln oremboss2011-06-131-4/+8
* * ext/openssl/ossl_digest.c: Explain DSS and DSS1 in documentation.emboss2011-05-211-2/+3
* * lib: revert r31635-r31638 and untabify with expand(1).nobu2011-05-191-2/+2
* * ext/openssl/ossl_digest.c: Add documentation.emboss2011-05-161-3/+159
* Sat May 14 05:08:32 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>emboss2011-05-131-2/+0
* Sat May 14 04:19:06 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>emboss2011-05-131-0/+2
* * ext/openssl/ossl_digest.c: parenthesize macro arguments.akr2011-02-221-4/+4
* Add toplevel documentation for OpenSSLdrbrain2010-12-061-2/+2
* * ext/**/*.[ch]: removed trailing spaces.nobu2010-04-221-1/+1
* * ext/**/*.[ch]: removed trailing spaces.nobu2010-04-221-4/+4
* Back out the series of changes pending a due discussion.knu2010-02-231-13/+6
* * ext/openssl/ossl_digest.c (GetDigestPtr): Allow to pass theknu2010-02-231-6/+13
* * ext/openssl: avoid cyclic require.akr2009-02-171-1/+0
* * ext/openssl/ossl_digest.c (GetDigestPtr): use StringValueCStrakr2008-12-311-1/+1
* * ext/openssl: suppress warnings.nobu2008-07-221-2/+1
* * ext/openssl/digest.c ext/openssl/lib/openssl/digest.rb:technorama2008-02-251-123/+35
* * ext/openssl/ossl_pkcs5.c: New module.technorama2007-04-051-6/+2
* * ext/openssl/ossl_{bn,cipher,digest,hmac,rand,pkey_{dh,dsa,rsa}}.c: Add Docu...technorama2007-03-291-3/+56
* * ext/openssl/ossl_asn1.c (Init_ossl_asn1): Let rdoc know aboutknu2007-03-121-0/+4
* * ruby.h (struct RString): embed small strings.matz2006-08-311-3/+3
* * lib/set.rb (Set#==): [ruby-dev:25206]matz2004-12-151-5/+5
* * ext/openssl/extconf.rb: check for EVP_CIPHER_CTX_copy, ENGINE_add,gotoyuzo2004-06-301-5/+6
* * ext/openssl: all files are reviewed to simplify and avoid memory leak.gotoyuzo2003-09-171-4/+2
* * ext/openssl/ruby_missing.c: rid of unnecessary backwardgotoyuzo2003-09-061-13/+2
* * ext/openssl/lib/openssl/x509.rb: new method X509::Name::parse.gotoyuzo2003-09-051-0/+17
* * ext/openssl: imported.gotoyuzo2003-07-231-0/+289