Commit 6952258
committed
src/BearSSLClient.cpp: fix _ecSign
The client can specify its own _ecSign function since commit
996778e as well as its own certificate
since commit 874c6b0
The goal was to allow the user to use ArduinoBearSSL without the ECCX08
(for example with an (e)SIM applet compliant to the new GSMA IoT SAFE
standard).
However, these two functions don't work because
br_ssl_client_set_single_ec is not called if _ecKey.xlen is set to 0 so
fix this latest issue
Signed-off-by: Fabrice Fontaine <[email protected]>1 parent d96ce6b commit 6952258
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
301 | 301 | | |
302 | 302 | | |
303 | 303 | | |
304 | | - | |
| 304 | + | |
305 | 305 | | |
306 | 306 | | |
307 | 307 | | |
| |||
0 commit comments