diff options
author | lloyd <[email protected]> | 2012-10-13 16:35:46 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2012-10-13 16:35:46 +0000 |
commit | 799f72903d65cbdc8a31480e072ad6e1f41c63d8 (patch) | |
tree | 1d7ce251d776396d56b9de553b4fe2213ad46b19 /doc | |
parent | e7358da854c0bdfbb981782b148040939925aa05 (diff) |
Use unaligned loads in AES-NI 192 key schedule
Diffstat (limited to 'doc')
-rw-r--r-- | doc/relnotes/1_11_1.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/relnotes/1_11_1.rst b/doc/relnotes/1_11_1.rst index 8d46e04f3..0619e07ac 100644 --- a/doc/relnotes/1_11_1.rst +++ b/doc/relnotes/1_11_1.rst @@ -78,3 +78,10 @@ of ``data`` that returns a mutable pointer has been renamed The constructor ``BigInt(NumberType type, size_t n)`` has been removed, replaced by ``BigInt::power_of_2``. + +AES-NI Crash Fixed +"""""""""""""""""""""""""""""""""""""""" + +In 1.11.0, when compiled by GCC, the AES-NI implementation of AES-192 +would crash if the mlock-based allocator was used due to an alignment +issue. |