Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
| revision 1.7, Thu Jan 19 05:55:31 2006 UTC | revision 1.8, Wed Jun 13 16:24:36 2007 UTC | |
|---|---|---|
| # | Line 89 | Line 89 |
| 89 | ||
| 90 | } globus_gsi_callback_error_t; | } globus_gsi_callback_error_t; |
| 91 | ||
| 92 | /** | |
| 93 | * Constant passed to SSL_CTX_set_verify_depth() and | |
| 94 | * SSL_set_verify_depth() to increase allowed certificate depth to 100 | |
| 95 | * rather than the OpenSSL default of 9. 100 is an arbitrarily chosen | |
| 96 | * large value. | |
| 97 | */ | |
| 98 | #define GLOBUS_GSI_CALLBACK_VERIFY_DEPTH 100 | |
| 99 | ||
| 100 | EXTERN_C_END | EXTERN_C_END |
| 101 | ||
| 102 | #endif /* GLOBUS_GSI_CALLBACK_CONSTANTS_H */ | #endif /* GLOBUS_GSI_CALLBACK_CONSTANTS_H */ |
|
||||||||
| Webmaster | ViewVC Help |
| Powered by ViewVC 1.0.1 |