Skip to content

Commit 92dfefe

Browse files
authored
Remove dead link from porting guide (aws#538)
1 parent 64ab046 commit 92dfefe

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

PortingGuide.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -126,11 +126,6 @@ Destroy the mutex provided as argument.
126126

127127
The threading layer provides the implementation of mutexes used for thread-safe operations.
128128

129-
### Sample Porting:
130-
131-
Marvell has ported the SDK for their development boards. [These](https://github.com/marvell-iot/aws_starter_sdk/tree/master/sdk/external/aws_iot/platform/wmsdk) files are example implementations of the above mentioned functions.
132-
This provides a port of the timer and network layer. The threading layer is not a part of this port.
133-
134129
## Time source for certificate validation
135130

136131
As part of the TLS handshake the device (client) needs to validate the server certificate which includes validation of the certificate lifetime requiring that the device is aware of the actual time. Devices should be equipped with a real time clock or should be able to obtain the current time via NTP. Bypassing validation of the lifetime of a certificate is not recommended as it exposes the device to a security vulnerability, as it will still accept server certificates even when they have already has_timer_expired.

0 commit comments

Comments
 (0)