aboutsummaryrefslogtreecommitdiffstats
path: root/ossl_x509attr.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
* * Indent by 4 spaces, 1 tab has the width of 8 spaces.GOTOU Yuuzou2002-12-171-92/+82
* Minor cleanups (use RSTRING after StringValue)Michal Rokos2002-07-091-3/+3
* 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-37/+52
* Initial revisionMichal Rokos2002-06-041-1/+1
* * Big internal cleanup (all structs with only 1 member rearranged)Michal Rokos2002-03-111-42/+15
* * WARNING! All to_str methods are not used any longer (use to_text instead)Michal Rokos2002-03-051-2/+2
* * More benevolent checks (Check_SafeStr(x) -> Check_Type(x, T_STRING)Michal Rokos2002-02-231-2/+2
* * transition from rb_raise to OSSL_Raise (where possible)Michal Rokos2002-02-131-18/+7
* * Further checking (Check_SafeStr, memory leaks)Michal Rokos2002-01-041-60/+50
* * Memory checkingMichal Rokos2001-12-211-7/+28
* - BN added (only proof of concept)Michal Rokos2001-11-211-16/+26
* Initial revisionMichal Rokos2001-11-161-0/+164