aboutsummaryrefslogtreecommitdiff
path: root/scripts/generate_errors.pl
diff options
context:
space:
mode:
authorManuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>2018-06-19 11:11:15 +0200
committerManuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>2018-06-19 11:13:50 +0200
commit0dadba2b58c1d9043397c86606ccc2c891ffbe5b (patch)
treecf7a25268a9b8007267cbcbfdbe55e3ccde5b5c8 /scripts/generate_errors.pl
parentc7bc9e122f7c9536277234fc484c224d686bb811 (diff)
parent8266acacc8d6e1c65fba9a048f56339d0827b2fe (diff)
downloadmbedtls-0dadba2b58c1d9043397c86606ccc2c891ffbe5b.zip
mbedtls-0dadba2b58c1d9043397c86606ccc2c891ffbe5b.tar.gz
mbedtls-0dadba2b58c1d9043397c86606ccc2c891ffbe5b.tar.bz2
Merge branch 'development' into iotssl-2257-chacha-poly-primitives
* development: (182 commits) Change the library version to 2.11.0 Fix version in ChangeLog for fix for #552 Add ChangeLog entry for clang version fix. Issue #1072 Compilation warning fixes on 32b platfrom with IAR Revert "Turn on MBEDTLS_SSL_ASYNC_PRIVATE by default" Fix for missing len var when XTS config'd and CTR not ssl_server2: handle mbedtls_x509_dn_gets failure Fix harmless use of uninitialized memory in ssl_parse_encrypted_pms SSL async tests: add a few test cases for error in decrypt Fix memory leak in ssl_server2 with SNI + async callback SNI + SSL async callback: make all keys async ssl_async_resume: free the operation context on error ssl_server2: get op_name from context in ssl_async_resume as well Clarify "as directed here" in SSL async callback documentation SSL async callbacks documentation: clarify resource cleanup Async callback: use mbedtls_pk_check_pair to compare keys Rename mbedtls_ssl_async_{get,set}_data for clarity Fix copypasta in the async callback documentation SSL async callback: cert is not always from mbedtls_ssl_conf_own_cert ssl_async_set_key: detect if ctx->slots overflows ...
Diffstat (limited to 'scripts/generate_errors.pl')
-rwxr-xr-xscripts/generate_errors.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/generate_errors.pl b/scripts/generate_errors.pl
index 044ae6b..5af5190 100755
--- a/scripts/generate_errors.pl
+++ b/scripts/generate_errors.pl
@@ -31,7 +31,7 @@ my $error_format_file = $data_dir.'/error.fmt';
my @low_level_modules = qw( AES ARC4 ARIA ASN1 BASE64 BIGNUM BLOWFISH
CAMELLIA CCM CHACHA20 CHACHAPOLY CMAC CTR_DRBG DES
- ENTROPY GCM HMAC_DRBG MD2 MD4 MD5
+ ENTROPY GCM HKDF HMAC_DRBG MD2 MD4 MD5
NET OID PADLOCK PBKDF2 POLY1305 RIPEMD160
SHA1 SHA256 SHA512 THREADING XTEA );
my @high_level_modules = qw( CIPHER DHM ECP MD