aboutsummaryrefslogtreecommitdiffstats
path: root/ossl_bn.c
Commit message (Expand)AuthorAgeFilesLines
* OpenSSL 0.9.6 compatibility IIMichal Rokos2003-07-211-5/+1
* OpenSSL 0.9.6 compatibilityMichal Rokos2003-07-211-1/+5
* call ossl_raise with NULL when no message is passedMichal Rokos2003-07-091-36/+36
* fix-up copy_dup_framework for latest RubyMichal Rokos2003-05-211-1/+1
* PKey params inspectionMichal Rokos2003-04-141-1/+1
* Make OSSL2 work with Ruby1.6 too (currently #dup, #copy isn't working)Michal Rokos2003-02-241-0/+1
* Port to Ruby1.8 (alloc|copy) framework.Michal Rokos2002-12-291-4/+4
* * Indent by 4 spaces, 1 tab has the width of 8 spaces.OSSL2_AFTER_FIXING_INDENTGOTOU Yuuzou2002-12-171-565/+540
* BN: Make it work with Ruby's nums, PKCS7&X509: Fix for big serialsOSSL2_BEFORE_FIXING_INDENTMichal Rokos2002-11-111-23/+84
* implement #become for Ruby 1.7.3 dup, clone interfaceMichal Rokos2002-09-051-18/+6
* ossl_bn.c: Fix pot mem leak when using NUM2INTMichal Rokos2002-07-231-32/+39
* Minor cleanups (use RSTRING after StringValue)Michal Rokos2002-07-091-2/+2
* change all rb_raise and OSSL_Raise to ossl_raiseMichal Rokos2002-06-121-43/+43
* OSSL_Debug fix, BN - interface changed for #rand, #pseudo_randMichal Rokos2002-06-121-5/+13
* BN: fix # of argsMichal Rokos2002-06-121-4/+4
* BN#to_s fix, TestCase for BN (test/tc_bn.rb) addedMichal Rokos2002-06-111-22/+21
* New debug interface that can be directed from Ruby-spaceMichal Rokos2002-06-111-1/+1
* X509Attr, X509Cert, X509CRL, X509Ext, X509Name, X509Req, X509Revoked, X509Sto...Michal Rokos2002-06-071-50/+39
* HMAC and SPKI cleanups & portsMichal Rokos2002-06-051-1/+1
* BN, Cipher, Config, Digest cleanupMichal Rokos2002-06-041-102/+64
* Config reviewedMichal Rokos2002-06-041-2/+14
* Fix digest.rb - don't call super for singletons (hex)digest - call Digest::(h...Michal Rokos2002-06-041-1/+1
* Initial revisionMichal Rokos2002-06-041-0/+732