mbed TLS  Version 2.1.2
SSl/TLS Library for the Embedded Space
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
certs.h File Reference

Variables

const char * mbedtls_test_cas []
 
const size_t mbedtls_test_cas_len []
 
const char * mbedtls_test_ca_crt
 
const size_t mbedtls_test_ca_crt_len
 
const char * mbedtls_test_ca_key
 
const size_t mbedtls_test_ca_key_len
 
const char * mbedtls_test_ca_pwd
 
const size_t mbedtls_test_ca_pwd_len
 
const char * mbedtls_test_srv_crt
 
const size_t mbedtls_test_srv_crt_len
 
const char * mbedtls_test_srv_key
 
const size_t mbedtls_test_srv_key_len
 
const char * mbedtls_test_cli_crt
 
const size_t mbedtls_test_cli_crt_len
 
const char * mbedtls_test_cli_key
 
const size_t mbedtls_test_cli_key_len
 

Description

Sample certificates and DHM parameters for testing.

Copyright (C) 2006-2015, ARM Limited, All Rights Reserved SPDX-License-Identifier: Apache-2.0

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

This file is part of mbed TLS (https://tls.mbed.org)