aboutsummaryrefslogtreecommitdiffstats
path: root/ossl_hmac.c
Commit message (Collapse)AuthorAgeFilesLines
* Initial revisionMichal Rokos2002-06-041-4/+4
|
* * Big internal cleanup (all structs with only 1 member rearranged)Michal Rokos2002-03-111-42/+22
| | | | * improved getting time_t from cTime
* * WARNING! All to_str methods are not used any longer (use to_text instead)Michal Rokos2002-03-051-3/+3
| | | | | * made an aliases to_pem as to_s * more relaxed params checking - everywhere where string was needed it is OK that obj implements to_s method
* * More benevolent checks (Check_SafeStr(x) -> Check_Type(x, T_STRING)Michal Rokos2002-02-231-2/+2
| | | | (where we don't care)
* * transition from rb_raise to OSSL_Raise (where possible)Michal Rokos2002-02-131-10/+10
| | | | | * some mem checks * preliminary DH key support
* * added OpenSSL-SNAPSHOT style NO_* (OPENSSL_NO_*)Michal Rokos2002-01-101-2/+2
| | | | | | | * added AES cipher when compiled under OpenSSL-SNAPSHOT * added warnings if the OpenSSL is compiled without some feature * handle NO_RSA, NO_DSA in openssl.rb * incremented version in ossl_version.h
* * Further checking (Check_SafeStr, memory leaks)Michal Rokos2002-01-041-5/+3
|
* * Memory checkingMichal Rokos2001-12-211-5/+5
|
* - BN added (only proof of concept)Michal Rokos2001-11-211-4/+4
| | | | | - indent changed - rand.h to ossl.h added
* - HMAC addedMichal Rokos2001-11-201-0/+191
- Config came back - API changed in PKCS7 (param. order) - API changed in Cipher (can't add data in .new) - indentation changed (only half of files, 2nd half to do) - some API doc added to README