aboutsummaryrefslogtreecommitdiffstats
path: root/ossl_x509revoked.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | fix: Cipher#final cannot be called without preceding Cipher#(en|de)crypt Config ported to OpenSSL 0.9.7 interface
* X509Attr, X509Cert, X509CRL, X509Ext, X509Name, X509Req, X509Revoked, ↵Michal Rokos2002-06-071-70/+79
| | | | X509Store port to 1.8 and new class creation fixups
* Initial revisionMichal Rokos2002-06-041-1/+1
|
* * Big internal cleanup (all structs with only 1 member rearranged)Michal Rokos2002-03-111-82/+49
| | | | * improved getting time_t from cTime
* * WARNING! All to_str methods are not used any longer (use to_text instead)Michal Rokos2002-03-051-1/+1
| | | | | * made an aliases to_pem as to_s * more relaxed params checking - everywhere where string was needed it is OK that obj implements to_s method
* * transition from rb_raise to OSSL_Raise (where possible)Michal Rokos2002-02-131-24/+13
| | | | | * some mem checks * preliminary DH key support
* * 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
| | | | | - indent changed - rand.h to ossl.h added
* added X509::Certificate .to_derMichal Rokos2001-11-191-3/+8
|
* Initial revisionMichal Rokos2001-11-161-0/+227