Skip to content

Commit

Permalink
Fix some typo in doc
Browse files Browse the repository at this point in the history
Signed-off-by: Wenxing Hou <[email protected]>
  • Loading branch information
Wenxing-hou authored and jyao1 committed Oct 30, 2024
1 parent 8e9e0aa commit 744daff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,5 @@
## Known limitation
This package is only the sample code to show the concept.
It does not have a full validation such as robustness functional test and fuzzing test. It does not meet the production quality yet.
Any codes including the API definition, the libary and the drivers are subject to change.
Any codes including the API definition, the library and the drivers are subject to change.

2 changes: 1 addition & 1 deletion doc/spdm_dump.md
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ This document describes spdm_dump tool. It can be used to parse the SPDM message

For example, `spdm_dump -r SpdmNegotiatedState.pcap --psk 5465737450736b4461746100 --dhe_secret c7ac17ee29b6a4f84e978223040b7eddff792477a6f7fc0f51faa553fee58175 --req_cap CERT,CHAL,ENCRYPT,MAC,MUT_AUTH,KEY_EX,PSK,ENCAP,HBEAT,KEY_UPD,HANDSHAKE_IN_CLEAR --rsp_cap CACHE,CERT,CHAL,MEAS_SIG,MEAS_FRESH,ENCRYPT,MAC,MUT_AUTH,KEY_EX,PSK_WITH_CONTEXT,ENCAP,HBEAT,KEY_UPD,HANDSHAKE_IN_CLEAR --hash SHA_384 --meas_spec DMTF --meas_hash SHA_512 --asym ECDSA_P384 --req_asym RSAPSS_3072 --dhe SECP_384_R1 --aead AES_256_GCM --key_schedule HMAC_HASH --other_param OPAQUE_FMT_1`

5. By default, spdm_dump only displays SPDM messge. If you want to dump other application message, you need use `-d`.
5. By default, spdm_dump only displays SPDM message. If you want to dump other application message, you need use `-d`.

Then you can see the MCTP message, such as:

Expand Down

0 comments on commit 744daff

Please sign in to comment.