| RSA BSAFE Micro Edition Suite |
Streamlined security for mobile and embedded devices |
 
![]() |
00001 /* $Id: server_defaults.h,v 1.8 2005/06/09 06:21:55 jmckee Exp $ */
00002 /*
00003 * Copyright (C) 1999-2003 RSA Security Inc. All rights reserved.
00004 *
00005 * This work contains proprietary information of RSA Security.
00006 * Distribution is limited to authorized licensees of RSA
00007 * Security. Any unauthorized reproduction, distribution or
00008 * modification of this work is strictly prohibited.
00009 */
00010
00016 #ifndef HEADER_SHARE_SERVER_DEFAULTS_H
00017 #define HEADER_SHARE_SERVER_DEFAULTS_H
00018
00019 #ifdef __cplusplus
00020 extern "C" {
00021 #endif
00022
00024 #define SSL_SERVER_PORT_DEFAULT "4433"
00025
00027 #define SSL_SERVER_RESPONSE_DEFAULT "Request received\r\n\r\n"
00028
00030 #define P7SSL_SERVER_RESPONSE_VERIFY_OK "PKCS 7 message verified OK! - by server\r\n\r\n"
00031
00033 #define P7SSL_SERVER_RESPONSE_VERIFY_FAIL "PKCS 7 message verified FAILED!\r\n\r\n"
00034
00036 #define SSL_SERVER_DATA_BUFFER_LEN 512
00037
00042 #define SSL_SERVER_UNLIMITED_CONNECTIONS -1
00043
00044 #ifdef __cplusplus
00045 }
00046 #endif
00047
00048 #endif /* HEADER_SHARE_SERVER_DEFAULTS_H */