aboutsummaryrefslogtreecommitdiffstats
path: root/ossl_bn.c
Commit message (Expand)AuthorAgeFilesLines
* * More benevolent checks (Check_SafeStr(x) -> Check_Type(x, T_STRING)Michal Rokos2002-02-231-3/+3
* * transition from rb_raise to OSSL_Raise (where possible)Michal Rokos2002-02-131-76/+67
* * Dropped Random classMichal Rokos2002-02-061-4/+4
* * selfdipatch BN implementation (test only)Michal Rokos2002-01-161-160/+180
* * OpenSSL 0.9.6c support (BN)Michal Rokos2002-01-101-16/+24
* * BN is (somewhat) full imp. nowMichal Rokos2002-01-061-0/+101
* * Further checking (Check_SafeStr, memory leaks)Michal Rokos2002-01-041-99/+235
* * Memory checkingMichal Rokos2001-12-211-47/+55
* * fixed unusual usage of ## preprocessing sequence.GOTOU Yuuzou2001-12-211-14/+14
* * added bn methods (thanks to UNKNOWN <oss-ruby@technorama.net>Michal Rokos2001-12-131-1/+283
* - BN added (only proof of concept)Michal Rokos2001-11-211-0/+190