aboutsummaryrefslogtreecommitdiffstats
path: root/ossl_rand.c
Commit message (Expand)AuthorAgeFilesLines
* call ossl_raise with NULL when no message is passedMichal Rokos2003-07-091-8/+8
* add .pseudo_bytes and singleton methodsTechnorama team2003-04-221-6/+30
* * Indent by 4 spaces, 1 tab has the width of 8 spaces.GOTOU Yuuzou2002-12-171-43/+42
* Minor cleanups (use RSTRING after StringValue)Michal Rokos2002-07-091-4/+4
* change all rb_raise and OSSL_Raise to ossl_raiseMichal Rokos2002-06-121-6/+6
* PKey (DH|DSA|RSA) cleanup and rewrite (EVP_PKEY is now wrapped), final cleani...Michal Rokos2002-06-061-0/+1
* Rand ported & cleanedMichal Rokos2002-06-051-29/+21
* Initial revisionMichal Rokos2002-06-041-1/+1
* * WARNING! All to_str methods are not used any longer (use to_text instead)Michal Rokos2002-03-051-1/+5
* * More benevolent checks (Check_SafeStr(x) -> Check_Type(x, T_STRING)Michal Rokos2002-02-231-1/+1
* * transition from rb_raise to OSSL_Raise (where possible)Michal Rokos2002-02-131-10/+11
* * Dropped Random classMichal Rokos2002-02-061-8/+26
* * 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
* - HMAC addedMichal Rokos2001-11-201-7/+11
* Initial revisionMichal Rokos2001-11-161-0/+96