aboutsummaryrefslogtreecommitdiffstats
path: root/ossl_x509crl.c
Commit message (Expand)AuthorAgeFilesLines
* *** empty log message ***GOTOU Yuuzou2003-07-211-2/+2
* * ossl_x509req.c: Add Request#signature_algorithm.NAKAMURA Hiroshi2003-07-101-3/+3
* call ossl_raise with NULL when no message is passedMichal Rokos2003-07-091-23/+23
* * ossl_x509cert.c, ossl_x509crl.c: Add (Certificate|CRL)#signature_algorithm.NAKAMURA Hiroshi2003-07-081-0/+24
* * ossl_ocsp.c: OCSP::Respopnse#basic returns nil if no OCSP_BASICRESP given.GOTOU Yuuzou2003-07-031-0/+13
* * ossl_x509crl.c: Add OpenSSL::X509::CRL#to_der (ossl_x509crl_to_der).NAKAMURA Hiroshi2003-07-011-0/+24
* * ossl_x509ext.[ch]: rename ossl_x509ext_get_X509_EXTENSION to DupX509ExtPtr,...GOTOU Yuuzou2003-06-271-2/+2
* fix-up copy_dup_framework for latest RubyMichal Rokos2003-05-211-2/+2
* Allow to init with DERMichal Rokos2003-04-091-3/+13
* Make OSSL2 work with Ruby1.6 too (currently #dup, #copy isn't working)Michal Rokos2003-02-241-0/+1
* CRL to Ruby1.8 dup_framework, fix test-link targetMichal Rokos2003-01-061-1/+20
* 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.OSSL2_AFTER_FIXING_INDENTGOTOU Yuuzou2002-12-171-293/+274
* x509crl.c: GetX509CRLPtr and DupX509CRLPtr macros introduced and subst for os...Michal Rokos2002-07-101-6/+15
* Fix lookup CRLs during #verify when CRL is addedMichal Rokos2002-07-101-2/+2
* X509::CRL fixesMichal Rokos2002-07-011-6/+5
* UTC->local time conversion fixesMichal Rokos2002-06-181-2/+2
* Drop OSSL_Check_Type (Use OSSL_Check_Kind where needed)Michal Rokos2002-06-131-15/+8
* Fixed some checks for retval and some mem.leaksMichal Rokos2002-06-121-8/+8
* Drop ossl_x509name_get_X509_NAME, introduce GetX509NamePtrMichal Rokos2002-06-121-8/+2
* ossl_digest_EVP_MD renamed to GetDigestPtrMichal Rokos2002-06-121-1/+1
* change all rb_raise and OSSL_Raise to ossl_raiseMichal Rokos2002-06-121-21/+21
* PKey: NO useless EVP_PKEY* dups.Michal Rokos2002-06-081-10/+3
* Imp & use of ossl_pkey_get_private_EVP_PKEY(obj) funcMichal Rokos2002-06-071-7/+1
* X509Attr, X509Cert, X509CRL, X509Ext, X509Name, X509Req, X509Revoked, X509Sto...Michal Rokos2002-06-071-84/+93
* Initial revisionMichal Rokos2002-06-041-0/+488