1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-08 17:42:09 +03:00

Merge branch 'development' into dtls

* development:
  Update copyright
  Fix issue in compat.sh
  Rename doxyfile
  Rename to mbed TLS in tests/
  Rename to mbed TLS in examples
  Remove old test certificates.
  Rename to mbed TLS in the documentation/comments
  Change name to mbed TLS in the copyright notice

Conflicts:
	doxygen/input/doc_mainpage.h
	doxygen/mbedtls.doxyfile
	include/polarssl/version.h
	tests/compat.sh
This commit is contained in:
Manuel Pégourié-Gonnard
2015-01-23 10:23:17 +00:00
261 changed files with 486 additions and 3625 deletions

View File

@@ -1,9 +1,9 @@
/*
* FIPS-197 compliant AES implementation
*
* Copyright (C) 2006-2014, Brainspark B.V.
* Copyright (C) 2006-2014, ARM Limited, All Rights Reserved
*
* This file is part of PolarSSL (http://www.polarssl.org)
* This file is part of mbed TLS (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.

View File

@@ -1,9 +1,9 @@
/*
* AES-NI support functions
*
* Copyright (C) 2006-2014, Brainspark B.V.
* Copyright (C) 2006-2014, ARM Limited, All Rights Reserved
*
* This file is part of PolarSSL (http://www.polarssl.org)
* This file is part of mbed TLS (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.

View File

@@ -1,9 +1,9 @@
/*
* An implementation of the ARCFOUR algorithm
*
* Copyright (C) 2006-2014, Brainspark B.V.
* Copyright (C) 2006-2014, ARM Limited, All Rights Reserved
*
* This file is part of PolarSSL (http://www.polarssl.org)
* This file is part of mbed TLS (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.

View File

@@ -1,9 +1,9 @@
/*
* Generic ASN.1 parsing
*
* Copyright (C) 2006-2014, Brainspark B.V.
* Copyright (C) 2006-2014, ARM Limited, All Rights Reserved
*
* This file is part of PolarSSL (http://www.polarssl.org)
* This file is part of mbed TLS (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.

View File

@@ -1,9 +1,9 @@
/*
* ASN.1 buffer writing functionality
*
* Copyright (C) 2006-2014, Brainspark B.V.
* Copyright (C) 2006-2014, ARM Limited, All Rights Reserved
*
* This file is part of PolarSSL (http://www.polarssl.org)
* This file is part of mbed TLS (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.

View File

@@ -1,9 +1,9 @@
/*
* RFC 1521 base64 encoding/decoding
*
* Copyright (C) 2006-2014, Brainspark B.V.
* Copyright (C) 2006-2014, ARM Limited, All Rights Reserved
*
* This file is part of PolarSSL (http://www.polarssl.org)
* This file is part of mbed TLS (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.

View File

@@ -1,9 +1,9 @@
/*
* Multi-precision integer library
*
* Copyright (C) 2006-2014, Brainspark B.V.
* Copyright (C) 2006-2014, ARM Limited, All Rights Reserved
*
* This file is part of PolarSSL (http://www.polarssl.org)
* This file is part of mbed TLS (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.

View File

@@ -1,9 +1,9 @@
/*
* Blowfish implementation
*
* Copyright (C) 2012-2014, Brainspark B.V.
* Copyright (C) 2012-2014, ARM Limited, All Rights Reserved
*
* This file is part of PolarSSL (http://www.polarssl.org)
* This file is part of mbed TLS (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.

View File

@@ -1,9 +1,9 @@
/*
* Camellia implementation
*
* Copyright (C) 2006-2014, Brainspark B.V.
* Copyright (C) 2006-2014, ARM Limited, All Rights Reserved
*
* This file is part of PolarSSL (http://www.polarssl.org)
* This file is part of mbed TLS (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.

View File

@@ -1,9 +1,9 @@
/*
* NIST SP800-38C compliant CCM implementation
*
* Copyright (C) 2014, Brainspark B.V.
* Copyright (C) 2014, ARM Limited, All Rights Reserved
*
* This file is part of PolarSSL (http://www.polarssl.org)
* This file is part of mbed TLS (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.

View File

@@ -1,9 +1,9 @@
/*
* X.509 test certificates
*
* Copyright (C) 2006-2014, Brainspark B.V.
* Copyright (C) 2006-2014, ARM Limited, All Rights Reserved
*
* This file is part of PolarSSL (http://www.polarssl.org)
* This file is part of mbed TLS (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.

View File

@@ -1,13 +1,13 @@
/**
* \file cipher.c
*
* \brief Generic cipher wrapper for PolarSSL
* \brief Generic cipher wrapper for mbed TLS
*
* \author Adriaan de Jong <dejong@fox-it.com>
*
* Copyright (C) 2006-2014, Brainspark B.V.
* Copyright (C) 2006-2014, ARM Limited, All Rights Reserved
*
* This file is part of PolarSSL (http://www.polarssl.org)
* This file is part of mbed TLS (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.

View File

@@ -1,13 +1,13 @@
/**
* \file cipher_wrap.c
*
* \brief Generic cipher wrapper for PolarSSL
* \brief Generic cipher wrapper for mbed TLS
*
* \author Adriaan de Jong <dejong@fox-it.com>
*
* Copyright (C) 2006-2014, Brainspark B.V.
* Copyright (C) 2006-2014, ARM Limited, All Rights Reserved
*
* This file is part of PolarSSL (http://www.polarssl.org)
* This file is part of mbed TLS (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.

View File

@@ -1,9 +1,9 @@
/*
* CTR_DRBG implementation based on AES-256 (NIST SP 800-90)
*
* Copyright (C) 2006-2014, Brainspark B.V.
* Copyright (C) 2006-2014, ARM Limited, All Rights Reserved
*
* This file is part of PolarSSL (http://www.polarssl.org)
* This file is part of mbed TLS (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.

View File

@@ -1,9 +1,9 @@
/*
* Debugging routines
*
* Copyright (C) 2006-2014, Brainspark B.V.
* Copyright (C) 2006-2014, ARM Limited, All Rights Reserved
*
* This file is part of PolarSSL (http://www.polarssl.org)
* This file is part of mbed TLS (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.

View File

@@ -1,9 +1,9 @@
/*
* FIPS-46-3 compliant Triple-DES implementation
*
* Copyright (C) 2006-2014, Brainspark B.V.
* Copyright (C) 2006-2014, ARM Limited, All Rights Reserved
*
* This file is part of PolarSSL (http://www.polarssl.org)
* This file is part of mbed TLS (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.

View File

@@ -1,9 +1,9 @@
/*
* Diffie-Hellman-Merkle key exchange
*
* Copyright (C) 2006-2014, Brainspark B.V.
* Copyright (C) 2006-2014, ARM Limited, All Rights Reserved
*
* This file is part of PolarSSL (http://www.polarssl.org)
* This file is part of mbed TLS (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.

View File

@@ -1,9 +1,9 @@
/*
* Elliptic curve Diffie-Hellman
*
* Copyright (C) 2006-2014, Brainspark B.V.
* Copyright (C) 2006-2014, ARM Limited, All Rights Reserved
*
* This file is part of PolarSSL (http://www.polarssl.org)
* This file is part of mbed TLS (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.

View File

@@ -1,9 +1,9 @@
/*
* Elliptic curve DSA
*
* Copyright (C) 2006-2014, Brainspark B.V.
* Copyright (C) 2006-2014, ARM Limited, All Rights Reserved
*
* This file is part of PolarSSL (http://www.polarssl.org)
* This file is part of mbed TLS (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.

View File

@@ -1,9 +1,9 @@
/*
* Elliptic curves over GF(p): generic functions
*
* Copyright (C) 2006-2014, Brainspark B.V.
* Copyright (C) 2006-2014, ARM Limited, All Rights Reserved
*
* This file is part of PolarSSL (http://www.polarssl.org)
* This file is part of mbed TLS (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.

View File

@@ -1,9 +1,9 @@
/*
* Elliptic curves over GF(p): curve-specific data and functions
*
* Copyright (C) 2006-2014, Brainspark B.V.
* Copyright (C) 2006-2014, ARM Limited, All Rights Reserved
*
* This file is part of PolarSSL (http://www.polarssl.org)
* This file is part of mbed TLS (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.

View File

@@ -1,9 +1,9 @@
/*
* Entropy accumulator implementation
*
* Copyright (C) 2006-2014, Brainspark B.V.
* Copyright (C) 2006-2014, ARM Limited, All Rights Reserved
*
* This file is part of PolarSSL (http://www.polarssl.org)
* This file is part of mbed TLS (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.

View File

@@ -1,9 +1,9 @@
/*
* Platform-specific and custom entropy polling functions
*
* Copyright (C) 2006-2014, Brainspark B.V.
* Copyright (C) 2006-2014, ARM Limited, All Rights Reserved
*
* This file is part of PolarSSL (http://www.polarssl.org)
* This file is part of mbed TLS (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.

View File

@@ -1,9 +1,9 @@
/*
* Error message information
*
* Copyright (C) 2006-2014, Brainspark B.V.
* Copyright (C) 2006-2014, ARM Limited, All Rights Reserved
*
* This file is part of PolarSSL (http://www.polarssl.org)
* This file is part of mbed TLS (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.

View File

@@ -1,9 +1,9 @@
/*
* NIST SP800-38D compliant GCM implementation
*
* Copyright (C) 2006-2014, Brainspark B.V.
* Copyright (C) 2006-2014, ARM Limited, All Rights Reserved
*
* This file is part of PolarSSL (http://www.polarssl.org)
* This file is part of mbed TLS (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.

View File

@@ -1,9 +1,9 @@
/**
* \brief HAVEGE: HArdware Volatile Entropy Gathering and Expansion
*
* Copyright (C) 2006-2014, Brainspark B.V.
* Copyright (C) 2006-2014, ARM Limited, All Rights Reserved
*
* This file is part of PolarSSL (http://www.polarssl.org)
* This file is part of mbed TLS (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.

View File

@@ -1,9 +1,9 @@
/*
* HMAC_DRBG implementation (NIST SP 800-90)
*
* Copyright (C) 2014, Brainspark B.V.
* Copyright (C) 2014, ARM Limited, All Rights Reserved
*
* This file is part of PolarSSL (http://www.polarssl.org)
* This file is part of mbed TLS (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.

View File

@@ -1,13 +1,13 @@
/**
* \file md.c
*
* \brief Generic message digest wrapper for PolarSSL
* \brief Generic message digest wrapper for mbed TLS
*
* \author Adriaan de Jong <dejong@fox-it.com>
*
* Copyright (C) 2006-2014, Brainspark B.V.
* Copyright (C) 2006-2014, ARM Limited, All Rights Reserved
*
* This file is part of PolarSSL (http://www.polarssl.org)
* This file is part of mbed TLS (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.

View File

@@ -1,9 +1,9 @@
/*
* RFC 1115/1319 compliant MD2 implementation
*
* Copyright (C) 2006-2014, Brainspark B.V.
* Copyright (C) 2006-2014, ARM Limited, All Rights Reserved
*
* This file is part of PolarSSL (http://www.polarssl.org)
* This file is part of mbed TLS (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.

View File

@@ -1,9 +1,9 @@
/*
* RFC 1186/1320 compliant MD4 implementation
*
* Copyright (C) 2006-2014, Brainspark B.V.
* Copyright (C) 2006-2014, ARM Limited, All Rights Reserved
*
* This file is part of PolarSSL (http://www.polarssl.org)
* This file is part of mbed TLS (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.

View File

@@ -1,9 +1,9 @@
/*
* RFC 1321 compliant MD5 implementation
*
* Copyright (C) 2006-2014, Brainspark B.V.
* Copyright (C) 2006-2014, ARM Limited, All Rights Reserved
*
* This file is part of PolarSSL (http://www.polarssl.org)
* This file is part of mbed TLS (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.

View File

@@ -1,13 +1,13 @@
/**
* \file md_wrap.c
* \brief Generic message digest wrapper for PolarSSL
* \brief Generic message digest wrapper for mbed TLS
*
* \author Adriaan de Jong <dejong@fox-it.com>
*
* Copyright (C) 2006-2014, Brainspark B.V.
* Copyright (C) 2006-2014, ARM Limited, All Rights Reserved
*
* This file is part of PolarSSL (http://www.polarssl.org)
* This file is part of mbed TLS (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.

View File

@@ -1,9 +1,9 @@
/*
* Buffer-based memory allocator
*
* Copyright (C) 2006-2014, Brainspark B.V.
* Copyright (C) 2006-2014, ARM Limited, All Rights Reserved
*
* This file is part of PolarSSL (http://www.polarssl.org)
* This file is part of mbed TLS (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.

View File

@@ -1,9 +1,9 @@
/*
* TCP/IP or UDP/IP networking functions
*
* Copyright (C) 2006-2014, Brainspark B.V.
* Copyright (C) 2006-2014, ARM Limited, All Rights Reserved
*
* This file is part of PolarSSL (http://www.polarssl.org)
* This file is part of mbed TLS (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.

View File

@@ -3,9 +3,9 @@
*
* \brief Object Identifier (OID) database
*
* Copyright (C) 2006-2014, Brainspark B.V.
* Copyright (C) 2006-2014, ARM Limited, All Rights Reserved
*
* This file is part of PolarSSL (http://www.polarssl.org)
* This file is part of mbed TLS (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.

View File

@@ -1,9 +1,9 @@
/*
* VIA PadLock support functions
*
* Copyright (C) 2006-2014, Brainspark B.V.
* Copyright (C) 2006-2014, ARM Limited, All Rights Reserved
*
* This file is part of PolarSSL (http://www.polarssl.org)
* This file is part of mbed TLS (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.

View File

@@ -6,9 +6,9 @@
*
* \author Mathias Olsson <mathias@kompetensum.com>
*
* Copyright (C) 2006-2014, Brainspark B.V.
* Copyright (C) 2006-2014, ARM Limited, All Rights Reserved
*
* This file is part of PolarSSL (http://www.polarssl.org)
* This file is part of mbed TLS (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.

View File

@@ -1,9 +1,9 @@
/*
* Privacy Enhanced Mail (PEM) decoding
*
* Copyright (C) 2006-2014, Brainspark B.V.
* Copyright (C) 2006-2014, ARM Limited, All Rights Reserved
*
* This file is part of PolarSSL (http://www.polarssl.org)
* This file is part of mbed TLS (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.

View File

@@ -1,9 +1,9 @@
/*
* Public Key abstraction layer
*
* Copyright (C) 2006-2014, Brainspark B.V.
* Copyright (C) 2006-2014, ARM Limited, All Rights Reserved
*
* This file is part of PolarSSL (http://www.polarssl.org)
* This file is part of mbed TLS (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.

View File

@@ -1,9 +1,9 @@
/*
* Public Key abstraction layer: wrapper functions
*
* Copyright (C) 2006-2014, Brainspark B.V.
* Copyright (C) 2006-2014, ARM Limited, All Rights Reserved
*
* This file is part of PolarSSL (http://www.polarssl.org)
* This file is part of mbed TLS (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.

View File

@@ -5,9 +5,9 @@
*
* \author Adriaan de Jong <dejong@fox-it.com>
*
* Copyright (C) 2006-2014, Brainspark B.V.
* Copyright (C) 2006-2014, ARM Limited, All Rights Reserved
*
* This file is part of PolarSSL (http://www.polarssl.org)
* This file is part of mbed TLS (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.

View File

@@ -1,9 +1,9 @@
/*
* PKCS#12 Personal Information Exchange Syntax
*
* Copyright (C) 2006-2014, Brainspark B.V.
* Copyright (C) 2006-2014, ARM Limited, All Rights Reserved
*
* This file is part of PolarSSL (http://www.polarssl.org)
* This file is part of mbed TLS (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.

View File

@@ -5,9 +5,9 @@
*
* \author Mathias Olsson <mathias@kompetensum.com>
*
* Copyright (C) 2006-2014, Brainspark B.V.
* Copyright (C) 2006-2014, ARM Limited, All Rights Reserved
*
* This file is part of PolarSSL (http://www.polarssl.org)
* This file is part of mbed TLS (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.

View File

@@ -1,9 +1,9 @@
/*
* Public Key layer for parsing key files and structures
*
* Copyright (C) 2006-2014, Brainspark B.V.
* Copyright (C) 2006-2014, ARM Limited, All Rights Reserved
*
* This file is part of PolarSSL (http://www.polarssl.org)
* This file is part of mbed TLS (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.

View File

@@ -1,9 +1,9 @@
/*
* Public Key layer for writing key files and structures
*
* Copyright (C) 2006-2014, Brainspark B.V.
* Copyright (C) 2006-2014, ARM Limited, All Rights Reserved
*
* This file is part of PolarSSL (http://www.polarssl.org)
* This file is part of mbed TLS (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.

View File

@@ -1,9 +1,9 @@
/*
* Platform abstraction layer
*
* Copyright (C) 2006-2014, Brainspark B.V.
* Copyright (C) 2006-2014, ARM Limited, All Rights Reserved
*
* This file is part of PolarSSL (http://www.polarssl.org)
* This file is part of mbed TLS (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.

View File

@@ -1,9 +1,9 @@
/*
* RIPE MD-160 implementation
*
* Copyright (C) 2014-2014, Brainspark B.V.
* Copyright (C) 2014-2014, ARM Limited, All Rights Reserved
*
* This file is part of PolarSSL (http://www.polarssl.org)
* This file is part of mbed TLS (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.

View File

@@ -1,9 +1,9 @@
/*
* The RSA public-key cryptosystem
*
* Copyright (C) 2006-2014, Brainspark B.V.
* Copyright (C) 2006-2014, ARM Limited, All Rights Reserved
*
* This file is part of PolarSSL (http://www.polarssl.org)
* This file is part of mbed TLS (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.

View File

@@ -1,9 +1,9 @@
/*
* FIPS-180-1 compliant SHA-1 implementation
*
* Copyright (C) 2006-2014, Brainspark B.V.
* Copyright (C) 2006-2014, ARM Limited, All Rights Reserved
*
* This file is part of PolarSSL (http://www.polarssl.org)
* This file is part of mbed TLS (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.

View File

@@ -1,9 +1,9 @@
/*
* FIPS-180-2 compliant SHA-256 implementation
*
* Copyright (C) 2006-2014, Brainspark B.V.
* Copyright (C) 2006-2014, ARM Limited, All Rights Reserved
*
* This file is part of PolarSSL (http://www.polarssl.org)
* This file is part of mbed TLS (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.

View File

@@ -1,9 +1,9 @@
/*
* FIPS-180-2 compliant SHA-384/512 implementation
*
* Copyright (C) 2006-2014, Brainspark B.V.
* Copyright (C) 2006-2014, ARM Limited, All Rights Reserved
*
* This file is part of PolarSSL (http://www.polarssl.org)
* This file is part of mbed TLS (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.

View File

@@ -1,9 +1,9 @@
/*
* SSL session cache implementation
*
* Copyright (C) 2006-2014, Brainspark B.V.
* Copyright (C) 2006-2014, ARM Limited, All Rights Reserved
*
* This file is part of PolarSSL (http://www.polarssl.org)
* This file is part of mbed TLS (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.

View File

@@ -1,11 +1,11 @@
/**
* \file ssl_ciphersuites.c
*
* \brief SSL ciphersuites for PolarSSL
* \brief SSL ciphersuites for mbed TLS
*
* Copyright (C) 2006-2014, Brainspark B.V.
* Copyright (C) 2006-2014, ARM Limited, All Rights Reserved
*
* This file is part of PolarSSL (http://www.polarssl.org)
* This file is part of mbed TLS (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.

View File

@@ -1,9 +1,9 @@
/*
* SSLv3/TLSv1 client-side functions
*
* Copyright (C) 2006-2014, Brainspark B.V.
* Copyright (C) 2006-2014, ARM Limited, All Rights Reserved
*
* This file is part of PolarSSL (http://www.polarssl.org)
* This file is part of mbed TLS (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.

View File

@@ -1,9 +1,9 @@
/*
* SSLv3/TLSv1 server-side functions
*
* Copyright (C) 2006-2014, Brainspark B.V.
* Copyright (C) 2006-2014, ARM Limited, All Rights Reserved
*
* This file is part of PolarSSL (http://www.polarssl.org)
* This file is part of mbed TLS (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.

View File

@@ -1,9 +1,9 @@
/*
* SSLv3/TLSv1 shared functions
*
* Copyright (C) 2006-2014, Brainspark B.V.
* Copyright (C) 2006-2014, ARM Limited, All Rights Reserved
*
* This file is part of PolarSSL (http://www.polarssl.org)
* This file is part of mbed TLS (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.

View File

@@ -1,9 +1,9 @@
/*
* Threading abstraction layer
*
* Copyright (C) 2006-2014, Brainspark B.V.
* Copyright (C) 2006-2014, ARM Limited, All Rights Reserved
*
* This file is part of PolarSSL (http://www.polarssl.org)
* This file is part of mbed TLS (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.

View File

@@ -1,9 +1,9 @@
/*
* Portable interface to the CPU cycle counter
*
* Copyright (C) 2006-2014, Brainspark B.V.
* Copyright (C) 2006-2014, ARM Limited, All Rights Reserved
*
* This file is part of PolarSSL (http://www.polarssl.org)
* This file is part of mbed TLS (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.

View File

@@ -1,9 +1,9 @@
/*
* Version information
*
* Copyright (C) 2006-2014, Brainspark B.V.
* Copyright (C) 2006-2014, ARM Limited, All Rights Reserved
*
* This file is part of PolarSSL (http://www.polarssl.org)
* This file is part of mbed TLS (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.

View File

@@ -1,9 +1,9 @@
/*
* Version feature information
*
* Copyright (C) 2006-2014, Brainspark B.V.
* Copyright (C) 2006-2014, ARM Limited, All Rights Reserved
*
* This file is part of PolarSSL (http://www.polarssl.org)
* This file is part of mbed TLS (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.

View File

@@ -1,9 +1,9 @@
/*
* X.509 common functions for parsing and verification
*
* Copyright (C) 2006-2014, Brainspark B.V.
* Copyright (C) 2006-2014, ARM Limited, All Rights Reserved
*
* This file is part of PolarSSL (http://www.polarssl.org)
* This file is part of mbed TLS (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.

View File

@@ -1,9 +1,9 @@
/*
* X.509 base functions for creating certificates / CSRs
*
* Copyright (C) 2006-2014, Brainspark B.V.
* Copyright (C) 2006-2014, ARM Limited, All Rights Reserved
*
* This file is part of PolarSSL (http://www.polarssl.org)
* This file is part of mbed TLS (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.

View File

@@ -1,9 +1,9 @@
/*
* X.509 Certidicate Revocation List (CRL) parsing
*
* Copyright (C) 2006-2014, Brainspark B.V.
* Copyright (C) 2006-2014, ARM Limited, All Rights Reserved
*
* This file is part of PolarSSL (http://www.polarssl.org)
* This file is part of mbed TLS (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.

View File

@@ -1,9 +1,9 @@
/*
* X.509 certificate parsing and verification
*
* Copyright (C) 2006-2014, Brainspark B.V.
* Copyright (C) 2006-2014, ARM Limited, All Rights Reserved
*
* This file is part of PolarSSL (http://www.polarssl.org)
* This file is part of mbed TLS (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
@@ -313,7 +313,7 @@ static int x509_get_ext_key_usage( unsigned char **p,
* nameAssigner [0] DirectoryString OPTIONAL,
* partyName [1] DirectoryString }
*
* NOTE: PolarSSL only parses and uses dNSName at this point.
* NOTE: we only parse and use dNSName at this point.
*/
static int x509_get_subject_alt_name( unsigned char **p,
const unsigned char *end,

View File

@@ -1,9 +1,9 @@
/*
* X.509 Certificate Signing Request (CSR) parsing
*
* Copyright (C) 2006-2014, Brainspark B.V.
* Copyright (C) 2006-2014, ARM Limited, All Rights Reserved
*
* This file is part of PolarSSL (http://www.polarssl.org)
* This file is part of mbed TLS (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.

View File

@@ -1,9 +1,9 @@
/*
* X.509 certificate writing
*
* Copyright (C) 2006-2014, Brainspark B.V.
* Copyright (C) 2006-2014, ARM Limited, All Rights Reserved
*
* This file is part of PolarSSL (http://www.polarssl.org)
* This file is part of mbed TLS (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.

View File

@@ -1,9 +1,9 @@
/*
* X.509 Certificate Signing Request writing
*
* Copyright (C) 2006-2014, Brainspark B.V.
* Copyright (C) 2006-2014, ARM Limited, All Rights Reserved
*
* This file is part of PolarSSL (http://www.polarssl.org)
* This file is part of mbed TLS (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.

View File

@@ -1,9 +1,9 @@
/*
* An 32-bit implementation of the XTEA algorithm
*
* Copyright (C) 2006-2014, Brainspark B.V.
* Copyright (C) 2006-2014, ARM Limited, All Rights Reserved
*
* This file is part of PolarSSL (http://www.polarssl.org)
* This file is part of mbed TLS (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.