Merge remote-tracking branch 'public/pr/1557' into mbedtls-2.7

This commit is contained in:
Simon Butcher 2018-06-27 11:05:44 +01:00
commit f15cfd5d04
20 changed files with 25 additions and 19 deletions

View file

@ -1,5 +1,11 @@
mbed TLS ChangeLog (Sorted per branch, date) mbed TLS ChangeLog (Sorted per branch, date)
= mbed TLS x.x.x branch released xxxx-xx-xx
Bugfix
* Change the shebang line in Perl scripts to look up perl in the PATH.
Contributed by fbrosson in #1533.
= mbed TLS 2.7.4 branch released 2018-06-18 = mbed TLS 2.7.4 branch released 2018-06-18
Bugfix Bugfix

View file

@ -1,4 +1,4 @@
#!/usr/bin/perl #!/usr/bin/env perl
# #
# This file is part of mbed TLS (https://tls.mbed.org) # This file is part of mbed TLS (https://tls.mbed.org)
# #

View file

@ -1,4 +1,4 @@
#!/usr/bin/perl #!/usr/bin/env perl
# Generate error.c # Generate error.c
# #

View file

@ -1,4 +1,4 @@
#!/usr/bin/perl #!/usr/bin/env perl
# #
use strict; use strict;

View file

@ -1,4 +1,4 @@
#!/usr/bin/perl #!/usr/bin/env perl
# Generate main file, individual apps and solution files for MS Visual Studio # Generate main file, individual apps and solution files for MS Visual Studio
# 2010 # 2010

View file

@ -1,4 +1,4 @@
#!/usr/bin/perl #!/usr/bin/env perl
# Parse a massif.out.xxx file and output peak total memory usage # Parse a massif.out.xxx file and output peak total memory usage

View file

@ -1,4 +1,4 @@
#!/usr/bin/perl #!/usr/bin/env perl
# #
# This file is part of mbed TLS (https://tls.mbed.org) # This file is part of mbed TLS (https://tls.mbed.org)
# #

View file

@ -1,4 +1,4 @@
#!/usr/bin/perl #!/usr/bin/env perl
# Detect comment blocks that are likely meant to be doxygen blocks but aren't. # Detect comment blocks that are likely meant to be doxygen blocks but aren't.
# #

View file

@ -1,4 +1,4 @@
#!/usr/bin/perl #!/usr/bin/env perl
# curves.pl # curves.pl
# #

View file

@ -1,4 +1,4 @@
#!/usr/bin/perl #!/usr/bin/env perl
# depends-hashes.pl # depends-hashes.pl
# #

View file

@ -1,4 +1,4 @@
#!/usr/bin/perl #!/usr/bin/env perl
# depends-pkalgs.pl # depends-pkalgs.pl
# #

View file

@ -1,4 +1,4 @@
#!/usr/bin/perl #!/usr/bin/env perl
# #
# Based on NIST CTR_DRBG.rsp validation file # Based on NIST CTR_DRBG.rsp validation file
# Only uses AES-256-CTR cases that use a Derivation function # Only uses AES-256-CTR cases that use a Derivation function

View file

@ -1,4 +1,4 @@
#!/usr/bin/perl #!/usr/bin/env perl
# #
# Based on NIST gcmDecryptxxx.rsp validation files # Based on NIST gcmDecryptxxx.rsp validation files
# Only first 3 of every set used for compile time saving # Only first 3 of every set used for compile time saving

View file

@ -1,4 +1,4 @@
#!/usr/bin/perl #!/usr/bin/env perl
# #
# Based on NIST gcmEncryptIntIVxxx.rsp validation files # Based on NIST gcmEncryptIntIVxxx.rsp validation files
# Only first 3 of every set used for compile time saving # Only first 3 of every set used for compile time saving

View file

@ -1,4 +1,4 @@
#!/usr/bin/perl #!/usr/bin/env perl
# #
use strict; use strict;

View file

@ -1,4 +1,4 @@
#!/usr/bin/perl #!/usr/bin/env perl
# key-exchanges.pl # key-exchanges.pl
# #

View file

@ -1,4 +1,4 @@
#!/usr/bin/perl #!/usr/bin/env perl
use warnings; use warnings;
use strict; use strict;

View file

@ -1,4 +1,4 @@
#!/usr/bin/perl #!/usr/bin/env perl
# Find functions making recursive calls to themselves. # Find functions making recursive calls to themselves.
# (Multiple recursion where a() calls b() which calls a() not covered.) # (Multiple recursion where a() calls b() which calls a() not covered.)

View file

@ -1,4 +1,4 @@
#!/usr/bin/perl #!/usr/bin/env perl
# run-test-suites.pl # run-test-suites.pl
# #

View file

@ -1,4 +1,4 @@
#!/usr/bin/perl #!/usr/bin/env perl
# test-ref-configs.pl # test-ref-configs.pl
# #