mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-08-30 23:09:56 +00:00
Add ChangeLog file and fix comment in config.h
Signed-off-by: TRodziewicz <[email protected]>
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
Default behavior changes
|
||||
* Enable by default the functionalities which have no reason to be disabled.
|
||||
They are: ARIA block cipher, CMAC mode, elliptic curve J-PAKE library and
|
||||
Key Wrapping mode as defined in NIST SP 800-38F. Fixes #4036.
|
||||
|
||||
@@ -2718,7 +2718,7 @@
|
||||
*
|
||||
* \warning This is currently experimental. EC J-PAKE support is based on the
|
||||
* Thread v1.0.0 specification; incompatible changes to the specification
|
||||
* might still happen. For this reason, this is disabled by default.
|
||||
* might still happen.
|
||||
*
|
||||
* Module: library/ecjpake.c
|
||||
* Caller:
|
||||
|
||||
Reference in New Issue
Block a user