commit | eaa93f438e4e53b19eede1d9b0244d4b9dede3cc | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davide.pesavento@lip6.fr> | Sun Sep 17 00:21:00 2017 -0400 |
committer | Davide Pesavento <davide.pesavento@lip6.fr> | Mon Sep 18 19:03:00 2017 -0400 |
tree | d03bbb8061e677cf7d716f435629f643f10473e4 | |
parent | 8a14b9b93ce1350105f8187f99ae077c9210a7f8 [diff] |
security: fix AES IV length check in transform::BlockCipher AES in CBC mode requires the IV length to be equal to the block size (which is always 128 bits), not to the key size. Change-Id: I7b8479f84317ddd2cf758271cc50c1af6c936780
ndn-cxx is a C++ library, implementing Named Data Networking (NDN) primitives that can be used to implement various NDN applications. The library is currently being used as part of the following projects:
See the file docs/INSTALL.rst
for build and install instructions.
Please submit any bugs or issues to the ndn-cxx issue tracker: https://redmine.named-data.net/projects/ndn-cxx/issues
Extensive documentation of the library is available on the library's homepage: http://www.named-data.net/doc/ndn-cxx/
ndn-cxx is an open source project licensed under LGPL 3.0 license. For more information about the license, refer to COPYING.md
.