aboutsummaryrefslogtreecommitdiffstats
path: root/ossl_x509store.c
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***GOTOU Yuuzou2003-07-161-0/+1
|
* * Macros fixupsossl1-ossl2-branch-pointMichal Rokos2002-04-071-5/+3
| | | | | | | | | | * 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 !!!
* * transition from rb_raise to OSSL_Raise (where possible)Michal Rokos2002-02-131-8/+8
| | | | | * some mem checks * preliminary DH key support
* * selfdipatch BN implementation (test only)Michal Rokos2002-01-161-1/+1
| | | | | * removed strncasecmp (for WIN32 made alias to _strnicmp) * fixed missing/strptime.c (Hynek Rostinsky)
* * fixed callbacks in ossl_(ssl|x509store).cMichal Rokos2002-01-121-3/+31
| | | | * added method X509::Store#verify_status=
* * fixed and improved verify_callbacks in ossl_(ssl|x509store).cMichal Rokos2002-01-101-61/+29
| | | | * enhanced ossl_x509store.rb examples
* * OpenSSL 0.9.6c support (BN)Michal Rokos2002-01-101-0/+3
| | | | | | * MS_CALLBACK to ossl_pkey_*.c * Memory checking with OSSL_DEBUG * API doc style change
* * 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
| | | | | - indent changed - rand.h to ossl.h added
* Make it compile.Michal Rokos2001-11-161-2/+2
|
* Sync with DEVELMichal Rokos2001-11-161-14/+20
|
* Initial revisionMichal Rokos2001-11-161-0/+510