aboutsummaryrefslogtreecommitdiffstats
path: root/ossl_config.c
Commit message (Expand)AuthorAgeFilesLines
* Config fixesMichal Rokos2003-07-221-3/+8
* *** empty log message ***GOTOU Yuuzou2003-07-211-11/+5
* OpenSSL 0.9.6 compatibility IIMichal Rokos2003-07-211-9/+1
* OpenSSL 0.9.6 compatibilityMichal Rokos2003-07-211-1/+9
* call ossl_raise with NULL when no message is passedMichal Rokos2003-07-091-4/+4
* Some ifdefs for Win32Michal Rokos2003-02-211-1/+1
* * Indent by 4 spaces, 1 tab has the width of 8 spaces.GOTOU Yuuzou2002-12-171-80/+80
* alias to Config#section as Config#[]Michal Rokos2002-09-271-0/+1
* ossl_config.c: changed #value so: value("AAA"), means value(nil, "AAA")Michal Rokos2002-07-241-5/+8
* Fix lookup CRLs during #verify when CRL is addedMichal Rokos2002-07-101-1/+1
* Minor cleanups (use RSTRING after StringValue)Michal Rokos2002-07-091-2/+2
* Drop OSSL_Check_Type (Use OSSL_Check_Kind where needed)Michal Rokos2002-06-131-1/+2
* Fix build in WindowsMichal Rokos2002-06-131-2/+6
* change all rb_raise and OSSL_Raise to ossl_raiseMichal Rokos2002-06-121-21/+37
* X509Attr, X509Cert, X509CRL, X509Ext, X509Name, X509Req, X509Revoked, X509Sto...Michal Rokos2002-06-071-3/+3
* Config reviewedMichal Rokos2002-06-041-35/+36
* Initial revisionMichal Rokos2002-06-041-1/+1
* * Big internal cleanup (all structs with only 1 member rearranged)Michal Rokos2002-03-111-40/+18
* * WARNING! All to_str methods are not used any longer (use to_text instead)Michal Rokos2002-03-051-3/+3
* * More benevolent checks (Check_SafeStr(x) -> Check_Type(x, T_STRING)Michal Rokos2002-02-231-3/+3
* * transition from rb_raise to OSSL_Raise (where possible)Michal Rokos2002-02-131-8/+9
* * OpenSSL 0.9.6c support (BN)Michal Rokos2002-01-101-0/+1
* * BN is (somewhat) full imp. nowMichal Rokos2002-01-061-100/+60
* * Further checking (Check_SafeStr, memory leaks)Michal Rokos2002-01-041-9/+11
* * Memory checkingMichal Rokos2001-12-211-2/+2
* * fixed unusual usage of ## preprocessing sequence.GOTOU Yuuzou2001-12-211-1/+1
* - HMAC addedMichal Rokos2001-11-201-25/+24
* Initial revisionMichal Rokos2001-11-161-0/+186