Update entitlement unit tests

This patch updates the entitlement keys in the sample code and in the
unit tests to use AES 256.
This commit is contained in:
Fred Gylys-Colwell
2018-02-02 15:37:05 -08:00
parent 7b71a449d0
commit 44e206898d
14 changed files with 812 additions and 137 deletions

4
README
View File

@@ -5,8 +5,8 @@ as well as unit tests and reference code.
Several versions of OEMCrypto are available on different branches. This is the
only file on the master branch. Please use the git checkout command to work
with the correct version of OEMCrypto, for example, to see version 13, use the
command "git checkout origin/v13".
with the correct version of OEMCrypto, for example, to see version 14, use the
command "git checkout origin/v14".
Use "git branch -a" to see a list of all branches.