aboutsummaryrefslogtreecommitdiffstats
path: root/ossl_x509store.c
Commit message (Expand)AuthorAgeFilesLines
* *** empty log message ***GOTOU Yuuzou2003-07-211-1/+1
* OpenSSL 0.9.6 compatibilityMichal Rokos2003-07-211-1/+66
* * extconf.rb: should make depend under $srcdir.GOTOU Yuuzou2003-07-141-8/+12
* * ossl_x509store.c: add second argument of X509::Store#verifyGOTOU Yuuzou2003-07-141-26/+21
* call ossl_raise with NULL when no message is passedMichal Rokos2003-07-091-9/+7
* * ossl_x509store.c:GOTOU Yuuzou2003-07-061-2/+2
* * ossl_ocsp.c: OCSP::Respopnse#basic returns nil if no OCSP_BASICRESP given.GOTOU Yuuzou2003-07-031-20/+12
* avoid warning of mismatched prototypes.GOTOU Yuuzou2003-06-271-1/+1
* * cipher.h: replace ossl_cipher_get_EVP_CIPHER into GetCipherPtrGOTOU Yuuzou2003-06-251-2/+15
* * ossl.c: added verify callback functions.GOTOU Yuuzou2003-06-191-138/+112
* Store#verify can be called with a blockMichal Rokos2003-06-171-9/+16
* *** empty log message ***GOTOU Yuuzou2003-06-141-0/+11
* *** empty log message ***GOTOU Yuuzou2003-06-131-251/+296
* Unwrap X509::Store, added exampleMichal Rokos2003-06-101-91/+98
* SSL: Unwrap structs, Store: Use {get|set}_ex instead of my DBMichal Rokos2003-05-181-73/+6
* 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-2/+2
* * Indent by 4 spaces, 1 tab has the width of 8 spaces.GOTOU Yuuzou2002-12-171-304/+295
* ssl.c: Check_Type => OSSL_Check_Kind fixesMichal Rokos2002-08-071-5/+1
* x509crl.c: GetX509CRLPtr and DupX509CRLPtr macros introduced and subst for os...Michal Rokos2002-07-101-8/+3
* x509store.c: Use X509_V_FLAG_CRL_CHECK instead of 0x4Michal Rokos2002-07-101-1/+1
* Fix lookup CRLs during #verify when CRL is addedMichal Rokos2002-07-101-9/+10
* Minor cleanups (use RSTRING after StringValue)Michal Rokos2002-07-091-1/+1
* Fixed some checks for retval and some mem.leaksMichal Rokos2002-06-121-46/+70
* change all rb_raise and OSSL_Raise to ossl_raiseMichal Rokos2002-06-121-9/+9
* X509Store ported to Ruby 1.8 interfaceMichal Rokos2002-06-091-30/+17
* X509Cert: introduced GetX509CertPtr and DupX509CertPtrMichal Rokos2002-06-081-9/+2
* X509Attr, X509Cert, X509CRL, X509Ext, X509Name, X509Req, X509Revoked, X509Sto...Michal Rokos2002-06-071-5/+5
* Initial revisionMichal Rokos2002-06-041-3/+3
* * Macros fixupsossl1-ossl2-branch-pointMichal Rokos2002-04-071-5/+3
* * transition from rb_raise to OSSL_Raise (where possible)Michal Rokos2002-02-131-8/+8
* * selfdipatch BN implementation (test only)Michal Rokos2002-01-161-1/+1
* * fixed callbacks in ossl_(ssl|x509store).cMichal Rokos2002-01-121-3/+31
* * fixed and improved verify_callbacks in ossl_(ssl|x509store).cMichal Rokos2002-01-101-61/+29
* * OpenSSL 0.9.6c support (BN)Michal Rokos2002-01-101-0/+3
* * Further checking (Check_SafeStr, memory leaks)Michal Rokos2002-01-041-8/+3
* * Memory checkingMichal Rokos2001-12-211-9/+15
* - BN added (only proof of concept)Michal Rokos2001-11-211-33/+48
* Make it compile.Michal Rokos2001-11-161-2/+2
* Sync with DEVELMichal Rokos2001-11-161-14/+20
* Initial revisionMichal Rokos2001-11-161-0/+510