aboutsummaryrefslogtreecommitdiffstats
path: root/ossl_digest.c
Commit message (Expand)AuthorAgeFilesLines
* Digest is Ruby compatible again, more examples are workingMichal Rokos2003-07-211-5/+12
* call ossl_raise with NULL when no message is passedMichal Rokos2003-07-091-2/+2
* fix-up copy_dup_framework for latest RubyMichal Rokos2003-05-211-19/+2
* Various updatesMichal Rokos2003-04-211-5/+7
* fix memory leak, add .resetTechnorama team2003-04-071-3/+17
* Make OSSL2 work with Ruby1.6 too (currently #dup, #copy isn't working)Michal Rokos2003-02-241-2/+13
* Port to Ruby1.8 (alloc|copy) framework.Michal Rokos2002-12-291-2/+20
* * Indent by 4 spaces, 1 tab has the width of 8 spaces.OSSL2_AFTER_FIXING_INDENTGOTOU Yuuzou2002-12-171-144/+133
* ossl_bn.c: Fix pot mem leak when using NUM2INTMichal Rokos2002-07-231-5/+5
* ossl_digest_EVP_MD renamed to GetDigestPtrMichal Rokos2002-06-121-1/+1
* change all rb_raise and OSSL_Raise to ossl_raiseMichal Rokos2002-06-121-13/+8
* New testcases, Digest#== fixupMichal Rokos2002-06-121-1/+1
* Added new methods to Cipher, Digest, HMAC; HMAC fixMichal Rokos2002-06-111-0/+23
* X509Attr, X509Cert, X509CRL, X509Ext, X509Name, X509Req, X509Revoked, X509Sto...Michal Rokos2002-06-071-10/+3
* PKey (DH|DSA|RSA) cleanup and rewrite (EVP_PKEY is now wrapped), final cleani...Michal Rokos2002-06-061-0/+1
* HMAC and SPKI cleanups & portsMichal Rokos2002-06-051-37/+32
* BN, Cipher, Config, Digest cleanupMichal Rokos2002-06-041-22/+16
* Config reviewedMichal Rokos2002-06-041-1/+16
* Cipher moved to Factory styleMichal Rokos2002-06-041-10/+0
* Fix digest.rb - don't call super for singletons (hex)digest - call Digest::(h...Michal Rokos2002-06-041-2/+2
* Initial revisionMichal Rokos2002-06-041-0/+259