aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* BN#to_s fix, TestCase for BN (test/tc_bn.rb) addedMichal Rokos2002-06-114-24/+156
* HMAC fix#2Michal Rokos2002-06-111-0/+1
* Added new methods to Cipher, Digest, HMAC; HMAC fixMichal Rokos2002-06-114-0/+105
* ossl.h: remove <openssl/bn_lcl.h>.GOTOU Yuuzou2002-06-112-1/+3
* pkey.c: don't segfault when signing with public key (check added), compile fixMichal Rokos2002-06-112-1/+8
* New debug interface that can be directed from Ruby-spaceMichal Rokos2002-06-1112-85/+152
* PKey#sign and #verify moved to C-space (pkey.c)Michal Rokos2002-06-106-105/+110
* X509Store ported to Ruby 1.8 interfaceMichal Rokos2002-06-093-32/+23
* Cipher: fix fault in initialize (condition in GetCipher was too tight)Michal Rokos2002-06-085-48/+58
* X509Cert: introduced GetX509CertPtr and DupX509CertPtrMichal Rokos2002-06-087-53/+47
* PKey: NO useless EVP_PKEY* dups.Michal Rokos2002-06-0812-138/+100
* Imp & use of ossl_pkey_get_private_EVP_PKEY(obj) funcMichal Rokos2002-06-078-55/+37
* X509Attr, X509Cert, X509CRL, X509Ext, X509Name, X509Req, X509Revoked, X509Sto...Michal Rokos2002-06-0723-762/+859
* PKey (DH|DSA|RSA) cleanup and rewrite (EVP_PKEY is now wrapped), final cleani...Michal Rokos2002-06-0615-799/+639
* Rand ported & cleanedMichal Rokos2002-06-055-38/+48
* PKCS7 port, Makefile CVS removalMichal Rokos2002-06-055-148/+158
* HMAC and SPKI cleanups & portsMichal Rokos2002-06-0511-149/+238
* BN, Cipher, Config, Digest cleanupMichal Rokos2002-06-049-183/+151
* Config reviewedMichal Rokos2002-06-0413-111/+140
* Cipher moved to Factory styleMichal Rokos2002-06-049-512/+130
* Fix order of headersMichal Rokos2002-06-043-16/+30
* Fix digest.rb - don't call super for singletons (hex)digest - call Digest::(h...Michal Rokos2002-06-043-5/+5
* Get rid of ANY classesMichal Rokos2002-06-044-8/+15
* mkmf.log removed from cvsMichal Rokos2002-06-041-0/+3
* Initial revisionMichal Rokos2002-06-0492-0/+12750