Commit Graph

5 Commits (a188d7670b0a133c8fd15483d510e7247f7f12a6)

Author SHA1 Message Date
Martine Lenders 62ca7f9242 crypto: fix cppcheck warnings 6 years ago
Oleg Hahm b428979a1d debug: add missing line breaks 7 years ago
Kaspar Schleiser 9082273746 core: header cleanup 7 years ago
René Kijewski d2afdf5079 crypto: `memcpy()` in overlapping data in ccm
`memcpy()` must not be used if the input and output ranges overlap,
because it is undefined if the data if copied from front to the end or
vice versa.

Found via valgrind.
8 years ago
Nico von Geyso 4a4235c622 Unified Cipher API and Block cipher operation modes 8 years ago