From: GitHub <no...@gi...> - 2014-09-18 21:32:29
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 3a0ca5aa7d950e448503750254f7035901bf66c8 https://github.com/OpenSC/OpenSC/commit/3a0ca5aa7d950e448503750254f7035901bf66c8 Author: William Roberts <w2....@sa...> Date: 2014-09-03 (Wed, 03 Sep 2014) Changed paths: M src/libopensc/card-piv.c Log Message: ----------- Remove hardcodes from Mutual Authenticate Support nonces that are not only 8 bytes in Mutual Authenticate. Use the witness length to determine the nonce size, thus existing systems using 8 bytes will continue to use 8 bytes. However, with AES 256, the nonces could be a single block size of 16 bytes or greater. Commit: cb89a870aed943c6b2df2de41d9524ba4ca2e45a https://github.com/OpenSC/OpenSC/commit/cb89a870aed943c6b2df2de41d9524ba4ca2e45a Author: Doug Engert <dee...@gm...> Date: 2014-09-18 (Thu, 18 Sep 2014) Changed paths: M src/libopensc/card-piv.c Log Message: ----------- Merge pull request #280 from shootingatshadow/aes-support Remove hardcodes from Mutual Authenticate Compare: https://github.com/OpenSC/OpenSC/compare/99281793e08f...cb89a870aed9 |