aboutsummaryrefslogtreecommitdiffstats
path: root/ossl_x509req.c
Commit message (Expand)AuthorAgeFilesLines
* *** empty log message ***GOTOU Yuuzou2003-07-211-3/+3
* * ossl_x509req.c: Add Request#signature_algorithm.NAKAMURA Hiroshi2003-07-101-0/+24
* call ossl_raise with NULL when no message is passedMichal Rokos2003-07-091-20/+20
* fix-up copy_dup_framework for latest RubyMichal Rokos2003-05-211-2/+2
* Typ'o :)Michal Rokos2003-04-091-1/+1
* Allow to init with DERMichal Rokos2003-04-091-2/+12
* Make OSSL2 work with Ruby1.6 too (currently #dup, #copy isn't working)Michal Rokos2003-02-241-0/+1
* Port X509::Request to Ruby1.8 copy_object frameworkMichal Rokos2003-01-061-0/+19
* 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.GOTOU Yuuzou2002-12-171-247/+237
* Fix lookup CRLs during #verify when CRL is addedMichal Rokos2002-07-101-1/+1
* 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
* Drop ossl_x509name_get_X509_NAME, introduce GetX509NamePtrMichal Rokos2002-06-121-12/+3
* 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-22/+22
* PKey: NO useless EVP_PKEY* dups.Michal Rokos2002-06-081-20/+8
* 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-125/+141
* Initial revisionMichal Rokos2002-06-041-1/+1
* * Macros fixupsossl1-ossl2-branch-pointMichal Rokos2002-04-071-3/+3
* * Big internal cleanup (all structs with only 1 member rearranged)Michal Rokos2002-03-111-112/+71
* * WARNING! All to_str methods are not used any longer (use to_text instead)Michal Rokos2002-03-051-6/+5
* * More benevolent checks (Check_SafeStr(x) -> Check_Type(x, T_STRING)Michal Rokos2002-02-231-1/+0
* * transition from rb_raise to OSSL_Raise (where possible)Michal Rokos2002-02-131-38/+28
* * Further checking (Check_SafeStr, memory leaks)Michal Rokos2002-01-041-2/+1
* * Memory checkingMichal Rokos2001-12-211-16/+44
* - BN added (only proof of concept)Michal Rokos2001-11-211-35/+56
* Initial revisionMichal Rokos2001-11-161-0/+421