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

- Updated Copyright to correct entity

This commit is contained in:
Paul Bakker
2010-07-18 10:13:04 +00:00
parent c38b2f5bcf
commit 84f12b76fc
73 changed files with 146 additions and 73 deletions

View File

@@ -1,7 +1,8 @@
/*
* AES-256 file encryption program
*
* Copyright (C) 2006-2010, Paul Bakker <polarssl_maintainer at polarssl.org>
* Copyright (C) 2006-2010, Brainspark B.V.
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify

View File

@@ -1,7 +1,8 @@
/*
* Classic "Hello, world" demonstration program
*
* Copyright (C) 2006-2010, Paul Bakker <polarssl_maintainer at polarssl.org>
* Copyright (C) 2006-2010, Brainspark B.V.
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify

View File

@@ -1,7 +1,8 @@
/*
* md5sum demonstration program
*
* Copyright (C) 2006-2010, Paul Bakker <polarssl_maintainer at polarssl.org>
* Copyright (C) 2006-2010, Brainspark B.V.
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify

View File

@@ -1,7 +1,8 @@
/*
* sha1sum demonstration program
*
* Copyright (C) 2006-2010, Paul Bakker <polarssl_maintainer at polarssl.org>
* Copyright (C) 2006-2010, Brainspark B.V.
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify

View File

@@ -1,7 +1,8 @@
/*
* sha2sum demonstration program
*
* Copyright (C) 2006-2010, Paul Bakker <polarssl_maintainer at polarssl.org>
* Copyright (C) 2006-2010, Brainspark B.V.
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify

View File

@@ -1,7 +1,8 @@
/*
* Diffie-Hellman-Merkle key exchange (client side)
*
* Copyright (C) 2006-2010, Paul Bakker <polarssl_maintainer at polarssl.org>
* Copyright (C) 2006-2010, Brainspark B.V.
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify

View File

@@ -1,7 +1,8 @@
/*
* Diffie-Hellman-Merkle key exchange (prime generation)
*
* Copyright (C) 2006-2010, Paul Bakker <polarssl_maintainer at polarssl.org>
* Copyright (C) 2006-2010, Brainspark B.V.
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify

View File

@@ -1,7 +1,8 @@
/*
* Diffie-Hellman-Merkle key exchange (server side)
*
* Copyright (C) 2006-2010, Paul Bakker <polarssl_maintainer at polarssl.org>
* Copyright (C) 2006-2010, Brainspark B.V.
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify

View File

@@ -1,7 +1,8 @@
/*
* Simple MPI demonstration program
*
* Copyright (C) 2006-2010, Paul Bakker <polarssl_maintainer at polarssl.org>
* Copyright (C) 2006-2010, Brainspark B.V.
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify

View File

@@ -1,7 +1,8 @@
/*
* Example RSA key generation program
*
* Copyright (C) 2006-2010, Paul Bakker <polarssl_maintainer at polarssl.org>
* Copyright (C) 2006-2010, Brainspark B.V.
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify

View File

@@ -1,7 +1,8 @@
/*
* RSA/SHA-1 signature creation program
*
* Copyright (C) 2006-2010, Paul Bakker <polarssl_maintainer at polarssl.org>
* Copyright (C) 2006-2010, Brainspark B.V.
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify

View File

@@ -1,7 +1,8 @@
/*
* RSA/SHA-1 signature verification program
*
* Copyright (C) 2006-2010, Paul Bakker <polarssl_maintainer at polarssl.org>
* Copyright (C) 2006-2010, Brainspark B.V.
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify

View File

@@ -1,7 +1,8 @@
/*
* SSL client demonstration program
*
* Copyright (C) 2006-2010, Paul Bakker <polarssl_maintainer at polarssl.org>
* Copyright (C) 2006-2010, Brainspark B.V.
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify

View File

@@ -1,7 +1,8 @@
/*
* SSL client with certificate authentication
*
* Copyright (C) 2006-2010, Paul Bakker <polarssl_maintainer at polarssl.org>
* Copyright (C) 2006-2010, Brainspark B.V.
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify

View File

@@ -1,7 +1,8 @@
/*
* SSL server demonstration program
*
* Copyright (C) 2006-2010, Paul Bakker <polarssl_maintainer at polarssl.org>
* Copyright (C) 2006-2010, Brainspark B.V.
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify

View File

@@ -1,7 +1,8 @@
/*
* Benchmark demonstration program
*
* Copyright (C) 2006-2010, Paul Bakker <polarssl_maintainer at polarssl.org>
* Copyright (C) 2006-2010, Brainspark B.V.
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify

View File

@@ -1,7 +1,8 @@
/*
* Self-test demonstration program
*
* Copyright (C) 2006-2010, Paul Bakker <polarssl_maintainer at polarssl.org>
* Copyright (C) 2006-2010, Brainspark B.V.
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify

View File

@@ -1,7 +1,8 @@
/*
* SSL certificate functionality tests
*
* Copyright (C) 2006-2010, Paul Bakker <polarssl_maintainer at polarssl.org>
* Copyright (C) 2006-2010, Brainspark B.V.
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify

View File

@@ -1,7 +1,8 @@
/*
* SSL/TLS stress testing program
*
* Copyright (C) 2006-2010, Paul Bakker <polarssl_maintainer at polarssl.org>
* Copyright (C) 2006-2010, Brainspark B.V.
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify

View File

@@ -1,7 +1,8 @@
/*
* Certificate reading application
*
* Copyright (C) 2006-2010, Paul Bakker <polarssl_maintainer at polarssl.org>
* Copyright (C) 2006-2010, Brainspark B.V.
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify