aboutsummaryrefslogtreecommitdiffstats
path: root/ossl_rand.c
Commit message (Collapse)AuthorAgeFilesLines
* * More benevolent checks (Check_SafeStr(x) -> Check_Type(x, T_STRING)Michal Rokos2002-02-231-1/+1
| | | | (where we don't care)
* * transition from rb_raise to OSSL_Raise (where possible)Michal Rokos2002-02-131-10/+11
| | | | | * some mem checks * preliminary DH key support
* * Dropped Random classMichal Rokos2002-02-061-8/+26
| | | | | * Added Random module * Added egd interface to Random module
* * Further checking (Check_SafeStr, memory leaks)Michal Rokos2002-01-041-6/+7
|
* * Memory checkingMichal Rokos2001-12-211-1/+4
|
* - BN added (only proof of concept)Michal Rokos2001-11-211-2/+1
| | | | | - indent changed - rand.h to ossl.h added
* - HMAC addedMichal Rokos2001-11-201-7/+11
| | | | | | | | - 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
* Initial revisionMichal Rokos2001-11-161-0/+96