aboutsummaryrefslogtreecommitdiffstats
path: root/ossl_hmac.c
Commit message (Expand)AuthorAgeFilesLines
* 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-2/+2
* Various updatesMichal Rokos2003-04-211-3/+3
* fix memory leakTechnorama team2003-04-071-1/+8
* Make OSSL2 work with Ruby1.6 too (currently #dup, #copy isn't working)Michal Rokos2003-02-241-0/+1
* Port to Ruby1.8 (alloc|copy) framework.Michal Rokos2002-12-291-5/+27
* * Indent by 4 spaces, 1 tab has the width of 8 spaces.OSSL2_AFTER_FIXING_INDENTGOTOU Yuuzou2002-12-171-103/+92
* Fix lookup CRLs during #verify when CRL is addedMichal Rokos2002-07-101-1/+3
* ossl_digest_EVP_MD renamed to GetDigestPtrMichal Rokos2002-06-121-3/+3
* change all rb_raise and OSSL_Raise to ossl_raiseMichal Rokos2002-06-121-4/+4
* HMAC fix#2Michal Rokos2002-06-111-0/+1
* Added new methods to Cipher, Digest, HMAC; HMAC fixMichal Rokos2002-06-111-0/+39
* X509Attr, X509Cert, X509CRL, X509Ext, X509Name, X509Req, X509Revoked, X509Sto...Michal Rokos2002-06-071-10/+3
* HMAC and SPKI cleanups & portsMichal Rokos2002-06-051-59/+60
* BN, Cipher, Config, Digest cleanupMichal Rokos2002-06-041-3/+1
* Initial revisionMichal Rokos2002-06-041-0/+169