aboutsummaryrefslogtreecommitdiffstats
path: root/ossl_x509cert.c
Commit message (Expand)AuthorAgeFilesLines
* 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