aboutsummaryrefslogtreecommitdiffstats
path: root/ossl_x509cert.c
Commit message (Expand)AuthorAgeFilesLines
* Digest is Ruby compatible again, more examples are workingMichal Rokos2003-07-211-3/+3
* bio2obj part IIMichal Rokos2003-07-101-12/+14
* FixexMichal Rokos2003-07-101-28/+23
* call ossl_raise with NULL when no message is passedMichal Rokos2003-07-091-30/+30
* * ossl_x509cert.c, ossl_x509crl.c: Add (Certificate|CRL)#signature_algorithm.NAKAMURA Hiroshi2003-07-081-0/+24
* * ossl_x509ext.[ch]: rename ossl_x509ext_get_X509_EXTENSION to DupX509ExtPtr,...GOTOU Yuuzou2003-06-271-3/+2
* *** empty log message ***GOTOU Yuuzou2003-06-141-0/+35
* fix-up copy_dup_framework for latest RubyMichal Rokos2003-05-211-2/+2
* Various updatesMichal Rokos2003-04-211-1/+1
* PKey params inspectionMichal Rokos2003-04-141-0/+10
* Allow to init with DERMichal Rokos2003-04-091-1/+3
* Allow init with DERMichal Rokos2003-04-081-2/+9
* 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-5/+5
* * Indent by 4 spaces, 1 tab has the width of 8 spaces.GOTOU Yuuzou2002-12-171-369/+351
* BN: Make it work with Ruby's nums, PKCS7&X509: Fix for big serialsMichal Rokos2002-11-111-10/+5
* implement #become for Ruby 1.7.3 dup, clone interfaceMichal Rokos2002-09-051-10/+11
* Certificate#become (for Ruby1.7.3 dup, clone interface)Michal Rokos2002-09-041-0/+21
* x509crl.c: GetX509CRLPtr and DupX509CRLPtr macros introduced and subst for os...Michal Rokos2002-07-101-1/+1
* Fix lookup CRLs during #verify when CRL is addedMichal Rokos2002-07-101-1/+1
* Minor cleanups (use RSTRING after StringValue)Michal Rokos2002-07-091-1/+1
* UTC->local time conversion fixesMichal Rokos2002-06-181-3/+3
* Cert and Revoked minor cleanupsMichal Rokos2002-06-141-28/+16
* Drop OSSL_Check_Type (Use OSSL_Check_Kind where needed)Michal Rokos2002-06-131-1/+6
* Drop ossl_x509name_get_X509_NAME, introduce GetX509NamePtrMichal Rokos2002-06-121-14/+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-35/+35
* New debug interface that can be directed from Ruby-spaceMichal Rokos2002-06-111-8/+5
* X509Cert: introduced GetX509CertPtr and DupX509CertPtrMichal Rokos2002-06-081-8/+12
* PKey: NO useless EVP_PKEY* dups.Michal Rokos2002-06-081-28/+12
* Imp & use of ossl_pkey_get_private_EVP_PKEY(obj) funcMichal Rokos2002-06-071-9/+3
* X509Attr, X509Cert, X509CRL, X509Ext, X509Name, X509Req, X509Revoked, X509Sto...Michal Rokos2002-06-071-181/+191
* Initial revisionMichal Rokos2002-06-041-0/+647