aboutsummaryrefslogtreecommitdiff
path: root/configs/config-ccm-psk-tls1_2.h
AgeCommit message (Collapse)AuthorFilesLines
2020-08-19Update copyright notices to use Linux Foundation guidanceBence Szépkúti1-3/+1
As a result, the copyright of contributors other than Arm is now acknowledged, and the years of publishing are no longer tracked in the source files. Also remove the now-redundant lines declaring that the files are part of MbedTLS. This commit was generated using the following script: # ======================== #!/bin/sh # Find files find '(' -path './.git' -o -path './3rdparty' ')' -prune -o -type f -print | xargs sed -bi ' # Replace copyright attribution line s/Copyright.*Arm.*/Copyright The Mbed TLS Contributors/I # Remove redundant declaration and the preceding line $!N /This file is part of Mbed TLS/Id P D ' # ======================== Signed-off-by: Bence Szépkúti <bence.szepkuti@arm.com>
2018-06-19Adapt buffer size for minimal CCM configManuel Pégourié-Gonnard1-1/+1
This is useful for testing interop with GnuTLS, which sends records larger than 512 bytes. This change is triggered by the addition of CCM interop testing with GnuTLS a few commits ago.
2018-01-23Update Doxygen file blocks to remove copyright and license informationDarryl Green1-2/+5
2015-09-15Make config check include for configs examples more consistentPascal Bach1-1/+1
This way all config examples work when used like described in the README.
2015-09-04Change main license to Apache 2.0Manuel Pégourié-Gonnard1-12/+11
2015-08-06Make sure all .h files have license informationManuel Pégourié-Gonnard1-0/+21
Even if they don't need it: this simplifies future audits.
2015-04-09Make HAVE_IPV6 non-optionalManuel Pégourié-Gonnard1-1/+0
2015-04-08The Great RenamingManuel Pégourié-Gonnard1-26/+26
A simple execution of tmp/invoke-rename.pl
2015-03-10Switch renego define from disable to enableManuel Pégourié-Gonnard1-1/+0
2015-03-10Rename include directory to mbedtlsManuel Pégourié-Gonnard1-1/+1
2015-01-22Rename to mbed TLS in the documentation/commentsManuel Pégourié-Gonnard1-2/+2
2014-12-02Adapt to "negative" switch for renegoManuel Pégourié-Gonnard1-0/+1
2014-07-04Update the ccm-psk config with psk_len 128 bitsManuel Pégourié-Gonnard1-2/+6
2014-07-04Use SSL_CIPHERSUITES in example configsManuel Pégourié-Gonnard1-1/+8
2014-06-24Some configs without HAVE_TIME or HAVE_IPV6Manuel Pégourié-Gonnard1-2/+3
2014-06-24Fix warning and typo->error.Manuel Pégourié-Gonnard1-2/+3
2014-06-24Optimize config-suite-b for low RAM usageManuel Pégourié-Gonnard1-0/+1
2014-06-24Optimize RAM usage in CCM-PSK configManuel Pégourié-Gonnard1-0/+20
2014-06-24Update PSK-based miniconfigs: no ASN1, no OIDManuel Pégourié-Gonnard1-3/+0
2014-06-24Add config based on PSK-CCMManuel Pégourié-Gonnard1-0/+35