From dba564bc79939d49ee1eafa68614244ef48abe16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Fri, 23 Jan 2015 11:33:38 +0000 Subject: [PATCH] Fix files that are not in development --- include/polarssl/ssl_cookie.h | 5 +---- library/ssl_cookie.c | 5 +---- programs/ssl/dtls_client.c | 5 +---- programs/ssl/dtls_server.c | 5 +---- programs/test/udp_proxy.c | 5 +---- tests/compat.sh | 2 +- 6 files changed, 6 insertions(+), 21 deletions(-) diff --git a/include/polarssl/ssl_cookie.h b/include/polarssl/ssl_cookie.h index 9a714438d7..65adc78c45 100644 --- a/include/polarssl/ssl_cookie.h +++ b/include/polarssl/ssl_cookie.h @@ -5,10 +5,7 @@ * * Copyright (C) 2014, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker - * - * All rights reserved. + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/library/ssl_cookie.c b/library/ssl_cookie.c index c090b32b29..dd86f581fc 100644 --- a/library/ssl_cookie.c +++ b/library/ssl_cookie.c @@ -3,10 +3,7 @@ * * Copyright (C) 2014, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker - * - * All rights reserved. + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/programs/ssl/dtls_client.c b/programs/ssl/dtls_client.c index 7c95c4417f..06d204dd2a 100644 --- a/programs/ssl/dtls_client.c +++ b/programs/ssl/dtls_client.c @@ -3,10 +3,7 @@ * * Copyright (C) 2014, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker - * - * All rights reserved. + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/programs/ssl/dtls_server.c b/programs/ssl/dtls_server.c index 2f1f2c45f3..b9abf23208 100644 --- a/programs/ssl/dtls_server.c +++ b/programs/ssl/dtls_server.c @@ -3,10 +3,7 @@ * * Copyright (C) 2014, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker - * - * All rights reserved. + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/programs/test/udp_proxy.c b/programs/test/udp_proxy.c index c95b7f34aa..1836428d99 100644 --- a/programs/test/udp_proxy.c +++ b/programs/test/udp_proxy.c @@ -3,10 +3,7 @@ * * Copyright (C) 2006-2014, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker - * - * All rights reserved. + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/tests/compat.sh b/tests/compat.sh index 32b07c9308..3191166638 100755 --- a/tests/compat.sh +++ b/tests/compat.sh @@ -199,7 +199,7 @@ filter_ciphersuites() esac fi - # For GnuTLS client -> PolarSSL server, + # For GnuTLS client -> mbed TLS server, # we need to force IPv4 by connecting to 127.0.0.1 but then auth fails if [ "X$VERIFY" = "XYES" ] && is_dtls "$MODE"; then G_CIPHERS=""