You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**Certificate Verification**: Custom verifier (accepts all for testing)
7
+
8
+
### Security Notes
9
+
10
+
⚠️ **WARNING**: The tests uses a dummy certificate verifier that accepts all certificates. This is for testing purposes only and should NEVER be used in production code.
11
+
12
+
## Performance Considerations for embedded
13
+
14
+
### Memory Usage
15
+
- Optimized for ESP32's limited RAM
16
+
- Uses static allocations where possible
17
+
- Minimal heap allocation during runtime
18
+
19
+
### CPU Usage
20
+
- ECC operations are computationally intensive
21
+
- Consider using hardware acceleration if available
0 commit comments