Merge branch 'pr_1365' into development-proposed

This commit is contained in:
Gilles Peskine 2018-02-14 14:36:44 +01:00
commit 49ac5d06ed
2 changed files with 2 additions and 1 deletions

View file

@ -9,6 +9,7 @@ Bugfix
Changes Changes
* Fix tag lengths and value ranges in the documentation of CCM encryption. * Fix tag lengths and value ranges in the documentation of CCM encryption.
Contributed by Mathieu Briand. Contributed by Mathieu Briand.
* Fix typo in a comment ctr_drbg.c. Contributed by Paul Sokolovsky.
= mbed TLS 2.7.0 branch released 2018-02-03 = mbed TLS 2.7.0 branch released 2018-02-03

View file

@ -19,7 +19,7 @@
* This file is part of mbed TLS (https://tls.mbed.org) * This file is part of mbed TLS (https://tls.mbed.org)
*/ */
/* /*
* The NIST SP 800-90 DRBGs are described in the following publucation. * The NIST SP 800-90 DRBGs are described in the following publication.
* *
* http://csrc.nist.gov/publications/nistpubs/800-90/SP800-90revised_March2007.pdf * http://csrc.nist.gov/publications/nistpubs/800-90/SP800-90revised_March2007.pdf
*/ */