comparison conf/opendiam.eap.testbed.aaa/opendiameter/eap/client.eap-tls.xml @ 0:9e5a3c884de6

Initial import of the virtual testbed.
author Sebastien Decugis <sdecugis@nict.go.jp>
date Thu, 17 Jun 2010 11:00:32 +0900
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:9e5a3c884de6
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Configuration file for client always starts with "configuration_client" element as root -->
3 <configuration_client xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4 xsi:noNamespaceSchemaLocation='eap-tls.configuration.xsd'>
5 <!-- Encryption section. This section has a fixed list of elements.
6 This information is needed for OpenSSL to work -->
7 <encryption>
8 <!-- Pass phrase for client cryptographic files -->
9 <pass_phrase>cliente</pass_phrase>
10 <!-- Key file -->
11 <key_file>./tests/tls_config/peer/clt-key.pem</key_file>
12 <!-- Certificate file -->
13 <cert_file>./tests/tls_config/peer/clt-cert.pem</cert_file>
14 <!-- File used to build ramdom numbers -->
15 <random>./tests/tls_config/auth/random</random>
16 <!-- Path for Certification Authorities -->
17 <ca_path>./tests/tls_config/peer</ca_path>
18 <!-- Certification Authority's certificate for Certification Authority that signs client certificate -->
19 <ca_cert>./tests/tls_config/peer/ca-cert.pem</ca_cert>
20 <!-- File implementation for Diffie-Hellman algorithm -->
21 <dh>./tests/tls_config/auth/dh</dh>
22 <!-- RSA Key -->
23 <rsa_key>0</rsa_key>
24 <!-- Diffie-Hellman Key -->
25 <dh_key>1</dh_key>
26 <!-- RSA key length -->
27 <rsa_key_length>512</rsa_key_length>
28 <!-- Diffie-Hellman key lenght -->
29 <dh_key_length>512</dh_key_length>
30 <!-- Maximum depth for the certificate chain verification that shall be allowed -->
31 <verify_depth>1</verify_depth>
32 <!-- Type of certificates:
33 0: ASN1
34 1: PEM
35 -->
36 <file_type>1</file_type>
37 </encryption>
38 <!-- Fragmentation section. This section has a fixed list of elements.
39 This information is needed in packet fragmentation -->
40 <fragmentation>
41 <!-- Initial value for lenght flag in fragmentation -->
42 <include_length>false</include_length>
43 <!-- Fragment size -->
44 <fragment_size>600</fragment_size>
45 </fragmentation>
46 </configuration_client>
"Welcome to our mercurial repository"