Skip to content

Commit b550921

Browse files
committed
add client.h and server.h to appendix
1 parent 8b335c3 commit b550921

File tree

3 files changed

+7
-9
lines changed

3 files changed

+7
-9
lines changed

wolfHSM/Makefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,8 @@ html-prep: api
4949
$(Q)cp -a api/md/*8h* build/html/
5050

5151
$(Q)perl -i -pe "s/\/group_/group_/g" build/html/group* build/html/*8h*
52-
$(Q)perl -i -pe "s/\/tpm2_/tpm2_/g" build/html/group* build/html/*8h*
5352
$(Q)perl -i -pe "s/dox_comments\/header_files\///" build/html/*8h*
5453

55-
$(Q)cp src/appendix01.md build/html/appendix01.md
56-
5754
# Set input format to gfm to fix issues with converted API docs
5855
# Regexes:
5956
# 1. Indent all headings by one #
@@ -81,4 +78,3 @@ pdf-prep: api
8178
$(Q)perl -i -pe "s/(?<=md\#typedef\-)(.*)(?=\))/\$$1=~s#-#_#gr/ge" build/pdf/*.md
8279
$(Q)perl -i -pe "s/(?<=md\#enum\-)(.*)(?=\))/\$$1=~s#-#_#gr/ge" build/pdf/*.md
8380

84-
$(Q)cp src/appendix01.md build/pdf/appendix01.md

wolfHSM/mkdocs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ nav:
1212
- "6. Server Library": chapter06.md
1313
- "7. Customizing wolfHSM": chapter07.md
1414
- "8. Porting wolfHSM": chapter08.md
15-
- "9. API Reference": appendix01.md
15+
- "9. API Reference":
16+
- Client API: wh__client_8h.md
17+
- Server API: wh__server_8h.md
1618
theme:
1719
name: null
1820
custom_dir: ../mkdocs-material/material

wolfHSM/src/chapter08.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,20 +28,20 @@ Official ports of wolfHSM are provided for various supported architectures, with
2828

2929
### Infineon Aurix TC3XX
3030

31-
(Port in progress)
3231
The distribution of this port is restricted by the vendor. Please contact [email protected] for access.
3332

34-
Infineon Aurix TC3xx
33+
**Infineon Aurix TC3xx**
34+
3535
- Up to 6x 300MHz TriCore application cores
3636
- 1x 100MHz ARM Cortex M3 HSM core
3737
- Crypto offload: TRNG, AES128, ECDSA, ED25519, SHA
3838

3939
### ST SPC58NN
4040

41-
(Port in progress)
4241
The distribution of this port is restricted by the vendor. Please contact [email protected] for access.
4342

44-
ST SPC58NN
43+
** ST SPC58NN**
44+
4545
- 3x 200MHz e200z4256 PowerPC application cores
4646
- 1x 100MHz e200z0 PowerPC HSM core with NVM
4747
- Crypto offload: TRNG, AES128

0 commit comments

Comments
 (0)