aboutsummaryrefslogtreecommitdiffstats
path: root/ossl_x509ext.c
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***GOTOU Yuuzou2003-07-211-1/+1
|
* call ossl_raise with NULL when no message is passedMichal Rokos2003-07-091-5/+4
|
* *** empty log message ***GOTOU Yuuzou2003-07-011-5/+21
|
* *** empty log message ***GOTOU Yuuzou2003-07-011-30/+41
|
* typo fixedGOTOU Yuuzou2003-06-281-1/+1
|
* *** empty log message ***GOTOU Yuuzou2003-06-271-1/+11
|
* Added #params_ok?, #generate_key!, and #compute_keyMichal Rokos2003-06-101-1/+1
|
* *** empty log message ***GOTOU Yuuzou2003-06-081-1/+1
|
* *** empty log message ***GOTOU Yuuzou2003-06-081-5/+18
|
* 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-3/+3
|
* * Indent by 4 spaces, 1 tab has the width of 8 spaces.GOTOU Yuuzou2002-12-171-172/+158
|
* x509crl.c: GetX509CRLPtr and DupX509CRLPtr macros introduced and subst for ↵Michal Rokos2002-07-101-1/+1
| | | | ossl_x509crl_get_X509_CRL
* change all rb_raise and OSSL_Raise to ossl_raiseMichal Rokos2002-06-121-11/+11
| | | | | fix: Cipher#final cannot be called without preceding Cipher#(en|de)crypt Config ported to OpenSSL 0.9.7 interface
* X509Store ported to Ruby 1.8 interfaceMichal Rokos2002-06-091-1/+1
|
* X509Cert: introduced GetX509CertPtr and DupX509CertPtrMichal Rokos2002-06-081-3/+15
| | | | X509Ext: fixed memory leaking in ExtFactory after GC
* X509Attr, X509Cert, X509CRL, X509Ext, X509Name, X509Req, X509Revoked, ↵Michal Rokos2002-06-071-78/+92
| | | | X509Store port to 1.8 and new class creation fixups
* Initial revisionMichal Rokos2002-06-041-1/+1
|
* * Macros fixupsossl1-ossl2-branch-pointMichal Rokos2002-04-071-43/+27
| | | | | | | | | | * X509ExtFactory cleanup * fixed strptime warning on Linux * X509::Certificate#version has been changed! !!! WARNING !!! x509.version = 2 -> defines X509v3, (0 for v1, 1 for v2, ...) p x509.version -> 2, means that it is X509v3 !!! WARNING !!!
* * Big internal cleanup (all structs with only 1 member rearranged)Michal Rokos2002-03-111-45/+21
| | | | * improved getting time_t from cTime
* * WARNING! All to_str methods are not used any longer (use to_text instead)Michal Rokos2002-03-051-2/+2
| | | | | * 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
* * More benevolent checks (Check_SafeStr(x) -> Check_Type(x, T_STRING)Michal Rokos2002-02-231-2/+2
| | | | (where we don't care)
* * transition from rb_raise to OSSL_Raise (where possible)Michal Rokos2002-02-131-25/+15
| | | | | * some mem checks * preliminary DH key support
* * Further checking (Check_SafeStr, memory leaks)Michal Rokos2002-01-041-112/+21
|
* * Memory checkingMichal Rokos2001-12-211-6/+31
|
* - BN added (only proof of concept)Michal Rokos2001-11-211-23/+48
| | | | | - indent changed - rand.h to ossl.h added
* Initial revisionMichal Rokos2001-11-161-0/+374