@@ -4,7 +4,7 @@ CryptoAuthLib - Microchip CryptoAuthentication Library {#mainpage}
44Introduction
55------------------------
66This library implements the APIs required to communicate with Microchip Security
7- device . The family of devices supported currently are:
7+ devices . The family of devices supported currently are:
88
99| CryptoAuth | CryptoAuth2 |
1010| -----------------------------------------------:| :-----------------------------------------|
@@ -52,11 +52,13 @@ Examples
5252
5353Configuration
5454-----------
55- In order to properly configured the library there must be a header file in your
55+ In order to properly configure the library there must be a header file in your
5656project named ` atca_config.h ` at minimum this needs to contain defines for the
57- hal and device types being used. Most integrations have an configuration mechanism
57+ hal and device types being used. Most integrations have a configuration mechanism
5858for generating this file. See the [ atca_config.h.in] ( lib/atca_config.h.in ) template
59- which is configured by CMake for Linux, MacOS, & Windows projects.
59+ which is configured by CMake for Linux, MacOS, & Windows projects. This file also
60+ contains some specific options that are fully documented where the desired features
61+ can be selected.
6062
6163An example of the configuration:
6264
@@ -95,9 +97,7 @@ There are two major compiler defines that affect the operation of the library.
9597 changes required. The lower-level API will no longer use the new/delete
9698 functions and the init/release functions should be used directly.
9799
98- Some specific options are available in the fully documented configuration files ` lib/calib/calib_config.h ` ,
99- ` atca_configuration.h ` , ` lib/crypto/crypto_config.h ` , ` lib/host/atca_host_config.h ` which is also the place where features can be selected.
100- We provide some configurations focused on specific use cases and the checks are enabled by default.
100+
101101
102102Release notes
103103-----------
@@ -188,6 +188,7 @@ Edit the mchp-cryptoauth.rules file and add the following line to the file:
188188``` text
189189SUBSYSTEM=="hidraw", ATTRS{idVendor}=="03eb", ATTRS{idProduct}=="2312", MODE="0666"
190190```
191+
191192Updating * X.509 compressed certificate format* to support extended years
192193===========================================
193194
0 commit comments