aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Minor cleanups (use RSTRING after StringValue)Michal Rokos2002-07-0910-16/+21
* NEW TestCasesMichal Rokos2002-07-014-4/+174
* X509::Revoked TestCaseMichal Rokos2002-07-013-1/+67
* X509::CRL fixesMichal Rokos2002-07-015-10/+154
* X509::Name#cmp aka <=>Michal Rokos2002-06-272-0/+46
* X509::Name fixesMichal Rokos2002-06-264-105/+22
* Forgot to add tc_x509cert.rb to ChangeLogMichal Rokos2002-06-181-0/+1
* UTC->local time conversion fixesMichal Rokos2002-06-189-28/+239
* Cert and Revoked minor cleanupsMichal Rokos2002-06-143-30/+26
* Drop OSSL_Check_Type (Use OSSL_Check_Kind where needed)Michal Rokos2002-06-1310-29/+26
* Fix build in WindowsMichal Rokos2002-06-133-5/+17
* Fixed some checks for retval and some mem.leaksMichal Rokos2002-06-126-58/+86
* Drop ossl_x509name_get_X509_NAME, introduce GetX509NamePtrMichal Rokos2002-06-127-46/+19
* Just some indent...Michal Rokos2002-06-123-36/+18
* ossl_digest_EVP_MD renamed to GetDigestPtrMichal Rokos2002-06-1212-14/+79
* Added TestCase for ConfigMichal Rokos2002-06-122-0/+41
* change all rb_raise and OSSL_Raise to ossl_raiseMichal Rokos2002-06-1225-373/+400
* OSSL_Debug workaround (should work under Windows too)Michal Rokos2002-06-123-9/+19
* Disabled OSSL_Debug macro (TODO: Find a workaround to make it work under Wind...Michal Rokos2002-06-123-0/+11
* New testcases, Digest#== fixupMichal Rokos2002-06-126-1/+126
* OSSL_Debug fix, BN - interface changed for #rand, #pseudo_randMichal Rokos2002-06-125-35/+59
* BN: fix # of argsMichal Rokos2002-06-123-45/+72
* 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-0490-2078/+2120
* * Macros fixupsossl1-ossl2-branch-pointMichal Rokos2002-04-0722-98/+98
* * Cipher IV fixupMichal Rokos2002-03-113-9/+18
* * Big internal cleanup (all structs with only 1 member rearranged)Michal Rokos2002-03-1118-990/+639