aboutsummaryrefslogtreecommitdiffstats
path: root/ossl.h
Commit message (Expand)AuthorAgeFilesLines
* IndentsMichal Rokos2003-07-221-2/+2
* *** empty log message ***GOTOU Yuuzou2003-07-211-5/+2
* OpenSSL 0.9.6 compatibility IIMichal Rokos2003-07-211-6/+0
* OpenSSL 0.9.6 compatibilityMichal Rokos2003-07-211-1/+9
* * extconf.rb: should make depend under $srcdir.ossl2-pre-096GOTOU Yuuzou2003-07-141-1/+1
* OpenSSL::OCSP is added.GOTOU Yuuzou2003-06-291-0/+2
* avoid warning of mismatched prototypes.GOTOU Yuuzou2003-06-271-0/+2
* * openssl_missing.c: addded X509_STORE_{set,get}_ex_data().GOTOU Yuuzou2003-06-251-0/+11
* * ossl.c: added verify callback functions.GOTOU Yuuzou2003-06-191-0/+14
* PEM callback, examplesMichal Rokos2003-06-161-0/+5
* Make OSSL2 work with Ruby1.6 too (currently #dup, #copy isn't working)Michal Rokos2003-02-241-2/+4
* Make it compile under Win32Michal Rokos2003-02-201-2/+2
* respect new func rb_obj_classname()Michal Rokos2003-02-081-8/+2
* * Indent by 4 spaces, 1 tab has the width of 8 spaces.OSSL2_AFTER_FIXING_INDENTGOTOU Yuuzou2002-12-171-34/+33
* BN: Make it work with Ruby's nums, PKCS7&X509: Fix for big serialsOSSL2_BEFORE_FIXING_INDENTMichal Rokos2002-11-111-1/+7
* Certificate#become (for Ruby1.7.3 dup, clone interface)Michal Rokos2002-09-041-4/+17
* * lib/openssl/buffering.rb: typo fixed (sent by Hiroshi Nakamura)GOTOU Yuuzou2002-07-281-0/+2
* Fix lookup CRLs during #verify when CRL is addedMichal Rokos2002-07-101-5/+15
* Minor cleanups (use RSTRING after StringValue)Michal Rokos2002-07-091-0/+1
* UTC->local time conversion fixesMichal Rokos2002-06-181-1/+1
* Drop OSSL_Check_Type (Use OSSL_Check_Kind where needed)Michal Rokos2002-06-131-1/+0
* change all rb_raise and OSSL_Raise to ossl_raiseMichal Rokos2002-06-121-1/+0
* OSSL_Debug workaround (should work under Windows too)Michal Rokos2002-06-121-5/+6
* Disabled OSSL_Debug macro (TODO: Find a workaround to make it work under Wind...Michal Rokos2002-06-121-0/+4
* OSSL_Debug fix, BN - interface changed for #rand, #pseudo_randMichal Rokos2002-06-121-2/+2
* ossl.h: remove <openssl/bn_lcl.h>.GOTOU Yuuzou2002-06-111-1/+0
* New debug interface that can be directed from Ruby-spaceMichal Rokos2002-06-111-20/+16
* X509Attr, X509Cert, X509CRL, X509Ext, X509Name, X509Req, X509Revoked, X509Sto...Michal Rokos2002-06-071-0/+6
* PKey (DH|DSA|RSA) cleanup and rewrite (EVP_PKEY is now wrapped), final cleani...Michal Rokos2002-06-061-65/+2
* Rand ported & cleanedMichal Rokos2002-06-051-7/+2
* PKCS7 port, Makefile CVS removalMichal Rokos2002-06-051-22/+1
* HMAC and SPKI cleanups & portsMichal Rokos2002-06-051-9/+7
* Config reviewedMichal Rokos2002-06-041-11/+13
* Cipher moved to Factory styleMichal Rokos2002-06-041-1/+1
* Fix order of headersMichal Rokos2002-06-041-13/+13
* Initial revisionMichal Rokos2002-06-041-0/+220