Updates copyright and attribution in comment header in ssl-opt.sh
This commit is contained in:
parent
cbb9075c54
commit
58eddef8b2
1 changed files with 16 additions and 5 deletions
|
@ -1,12 +1,23 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
# Test various options that are not covered by compat.sh
|
# ssl-opt.sh
|
||||||
#
|
#
|
||||||
# Here the goal is not to cover every ciphersuite/version, but
|
# This file is part of mbed TLS (https://tls.mbed.org)
|
||||||
# rather specific options (max fragment length, truncated hmac, etc)
|
#
|
||||||
# or procedures (session resumption from cache or ticket, renego, etc).
|
# Copyright (c) 2016, ARM Limited, All Rights Reserved
|
||||||
|
#
|
||||||
|
# Purpose
|
||||||
|
#
|
||||||
|
# Executes tests to prove various TLS/SSL options and extensions.
|
||||||
|
#
|
||||||
|
# The goal is not to cover every ciphersuite/version, but instead to cover
|
||||||
|
# specific options (max fragment length, truncated hmac, etc) or procedures
|
||||||
|
# (session resumption from cache or ticket, renego, etc).
|
||||||
|
#
|
||||||
|
# The tests assume a build with default options, with exceptions expressed
|
||||||
|
# with a dependency. The tests focus on functionality and do not consider
|
||||||
|
# performance.
|
||||||
#
|
#
|
||||||
# Assumes a build with default options.
|
|
||||||
|
|
||||||
set -u
|
set -u
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue