aboutsummaryrefslogtreecommitdiffstats
path: root/ossl_x509revoked.c
Commit message (Expand)AuthorAgeFilesLines
* *** empty log message ***GOTOU Yuuzou2003-07-211-1/+1
* call ossl_raise with NULL when no message is passedMichal Rokos2003-07-091-6/+6
* *** empty log message ***GOTOU Yuuzou2003-06-271-2/+2
* * ossl_x509ext.[ch]: rename ossl_x509ext_get_X509_EXTENSION to DupX509ExtPtr,...GOTOU Yuuzou2003-06-271-2/+2
* 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-2/+2
* * Indent by 4 spaces, 1 tab has the width of 8 spaces.GOTOU Yuuzou2002-12-171-122/+113
* BN: Make it work with Ruby's nums, PKCS7&X509: Fix for big serialsMichal Rokos2002-11-111-10/+5
* Fix lookup CRLs during #verify when CRL is addedMichal Rokos2002-07-101-1/+1
* UTC->local time conversion fixesMichal Rokos2002-06-181-1/+1
* Cert and Revoked minor cleanupsMichal Rokos2002-06-141-2/+6
* Drop OSSL_Check_Type (Use OSSL_Check_Kind where needed)Michal Rokos2002-06-131-1/+1
* Fixed some checks for retval and some mem.leaksMichal Rokos2002-06-121-1/+1
* change all rb_raise and OSSL_Raise to ossl_raiseMichal Rokos2002-06-121-9/+9
* X509Attr, X509Cert, X509CRL, X509Ext, X509Name, X509Req, X509Revoked, X509Sto...Michal Rokos2002-06-071-70/+79
* Initial revisionMichal Rokos2002-06-041-1/+1
* * Big internal cleanup (all structs with only 1 member rearranged)Michal Rokos2002-03-111-82/+49
* * WARNING! All to_str methods are not used any longer (use to_text instead)Michal Rokos2002-03-051-1/+1
* * transition from rb_raise to OSSL_Raise (where possible)Michal Rokos2002-02-131-24/+13
* * Further checking (Check_SafeStr, memory leaks)Michal Rokos2002-01-041-1/+0
* * Memory checkingMichal Rokos2001-12-211-11/+36
* - BN added (only proof of concept)Michal Rokos2001-11-211-19/+37
* added X509::Certificate .to_derMichal Rokos2001-11-191-3/+8
* Initial revisionMichal Rokos2001-11-161-0/+227