aboutsummaryrefslogtreecommitdiffstats
path: root/ossl_bn.c
Commit message (Collapse)AuthorAgeFilesLines
* * More benevolent checks (Check_SafeStr(x) -> Check_Type(x, T_STRING)Michal Rokos2002-02-231-3/+3
| | | | (where we don't care)
* * transition from rb_raise to OSSL_Raise (where possible)Michal Rokos2002-02-131-76/+67
| | | | | * some mem checks * preliminary DH key support
* * Dropped Random classMichal Rokos2002-02-061-4/+4
| | | | | * Added Random module * Added egd interface to Random module
* * selfdipatch BN implementation (test only)Michal Rokos2002-01-161-160/+180
| | | | | * removed strncasecmp (for WIN32 made alias to _strnicmp) * fixed missing/strptime.c (Hynek Rostinsky)
* * OpenSSL 0.9.6c support (BN)Michal Rokos2002-01-101-16/+24
| | | | | | * MS_CALLBACK to ossl_pkey_*.c * Memory checking with OSSL_DEBUG * API doc style change
* * BN is (somewhat) full imp. nowMichal Rokos2002-01-061-0/+101
| | | | * Config reworked (get_value, get_section)
* * 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
| | | | * simplify ossl_digest sources
* - BN added (only proof of concept)Michal Rokos2001-11-211-0/+190
- indent changed - rand.h to ossl.h added