@@ -4,7 +4,7 @@ CryptoAuthLib - Microchip CryptoAuthentication Library {#mainpage}
4
4
Introduction
5
5
------------------------
6
6
This 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:
8
8
9
9
| CryptoAuth | CryptoAuth2 |
10
10
| -----------------------------------------------:| :-----------------------------------------|
@@ -52,11 +52,13 @@ Examples
52
52
53
53
Configuration
54
54
-----------
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
56
56
project 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
58
58
for 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.
60
62
61
63
An example of the configuration:
62
64
@@ -95,9 +97,7 @@ There are two major compiler defines that affect the operation of the library.
95
97
changes required. The lower-level API will no longer use the new/delete
96
98
functions and the init/release functions should be used directly.
97
99
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
+
101
101
102
102
Release notes
103
103
-----------
@@ -188,6 +188,7 @@ Edit the mchp-cryptoauth.rules file and add the following line to the file:
188
188
``` text
189
189
SUBSYSTEM=="hidraw", ATTRS{idVendor}=="03eb", ATTRS{idProduct}=="2312", MODE="0666"
190
190
```
191
+
191
192
Updating * X.509 compressed certificate format* to support extended years
192
193
===========================================
193
194
0 commit comments