-
Notifications
You must be signed in to change notification settings - Fork 13
doc: updated the reference to reflect the correct build cmds. #15
doc: updated the reference to reflect the correct build cmds. #15
Conversation
In 1.9 client-sdk moved from make build system to cmake. This patch reflects the same in the reference doc. Signed-off-by: Adithya Baglody <[email protected]>
this patch removes epid info Signed-off-by: Adithya Baglody <[email protected]>
v-vasavi
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
On line 194- do we still need this - based on the device attestation method being used on the field.
since it is only ECDSA now?
|
|
||
| | | | | ||
| |--------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | ||
| | Software | · Linux\* Ubuntu\* 16.04 / Ubuntu\* 18.04 using OpenSSL\* 1.1.1f <br/>· JDK11 <br/> · SDO release binaries package (for running test servers) <br/> o The root directory of extracted binary package is referred to as <sdo_sdk_binaries> in subsequent sections. <br/> · SDO Client SDK alpha-release binary package <br/> o The root directory of extracted binary package is referred to as < SDOClientSDK> in subsequent sections. <br/> · SDO Client SDK alpha-release sources package <br/> o The root directory of extracted source code is referred to as < SDOClientSDK> in subsequent sections. <br/> · Apache Maven\* (for building sample Java\* based test owner service) <br/> Additional Ubuntu\* 16.04/18.04 prerequisites can be found in the <releases source>/SDOClientSDK/README.md | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OpenSSL version 1.1.1g
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is taken care in another patch PR39
This would be required, as we still need to create device keys for either ECDSA P-256 or ECDSA P-384. |
In 1.9 client-sdk moved from make build system to cmake.
This patch reflects the same in the reference doc.
Signed-off-by: Adithya Baglody [email protected]