aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* BN: Make it work with Ruby's nums, PKCS7&X509: Fix for big serialsOSSL2_BEFORE_FIXING_INDENTMichal Rokos2002-11-1110-53/+180
* * ossl_ssl.c: memory leak has been in ossl_sslctx_free().GOTOU Yuuzou2002-11-072-1/+5
* Make it work under Ruby1.7.3Michal Rokos2002-10-282-3/+6
* *** empty log message ***GOTOU Yuuzou2002-10-242-1/+5
* *** empty log message ***GOTOU Yuuzou2002-10-241-9/+6
* New Changelog styleMichal Rokos2002-10-181-5/+0
* *** empty log message ***GOTOU Yuuzou2002-10-151-1/+2
* *** empty log message ***GOTOU Yuuzou2002-10-152-21/+15
* *** empty log message ***GOTOU Yuuzou2002-10-152-197/+200
* *** empty log message ***GOTOU Yuuzou2002-10-152-24/+39
* * ossl_ssl.c: fixed around verify callback invocation.GOTOU Yuuzou2002-10-124-164/+173
* alias to Config#section as Config#[]Michal Rokos2002-09-272-0/+4
* Add more targets to Makefile when --*-debug and GCCMichal Rokos2002-09-063-8/+32
* implement #become for Ruby 1.7.3 dup, clone interfaceMichal Rokos2002-09-056-29/+44
* clear OpenSSL error in ossl_raiseMichal Rokos2002-09-053-0/+5
* add dup, clone methods to TCMichal Rokos2002-09-041-0/+4
* Certificate#become (for Ruby1.7.3 dup, clone interface)Michal Rokos2002-09-044-25/+44
* ssl.c: Make it compileMichal Rokos2002-08-072-21/+23
* ssl.c: Check_Type => OSSL_Check_Kind fixesMichal Rokos2002-08-074-34/+27
* * lib/openssl/buffering.rb: typo fixed (sent by Hiroshi Nakamura)GOTOU Yuuzou2002-07-286-437/+468
* FIX that enables OSSL module compile on *BSD (sent by Akinori MUSHA)GOTOU Yuuzou2002-07-281-0/+13
* ossl.c: FIX that enables OSSL module compile on *BSD (sent by Akinori MUSHA)Michal Rokos2002-07-245-14/+29
* ossl_config.c: changed #value so: value("AAA"), means value(nil, "AAA")Michal Rokos2002-07-245-19/+21
* ossl_bn.c: Fix pot mem leak when using NUM2INTMichal Rokos2002-07-234-42/+52
* FIX mem leak in #to_sMichal Rokos2002-07-232-2/+11
* x509crl.c: GetX509CRLPtr and DupX509CRLPtr macros introduced and subst for os...Michal Rokos2002-07-107-25/+27
* x509store.c: Use X509_V_FLAG_CRL_CHECK instead of 0x4Michal Rokos2002-07-101-1/+1
* Fix lookup CRLs during #verify when CRL is addedMichal Rokos2002-07-1012-32/+63
* 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