Skip to content

Commit a379900

Browse files
committed
Remove bundled ECCX08 driver, and use ArduinoECCX08 library
1 parent 5f7f34a commit a379900

7 files changed

+9
-748
lines changed

README.adoc

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
= ArduinoBearSSL =
22

3-
Port of https://bearssl.org[BearSSL] to Arduino
3+
Port of https://bearssl.org[BearSSL] to Arduino.
4+
5+
This library depends on ArduinoECCX08.
46

57
For more information about this library please visit us at
68
http://www.arduino.cc/en/Reference/ArduinoBearSSL

library.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name=ArduinoBearSSL
22
version=1.0.1
33
author=Arduino
44
maintainer=Arduino <info@arduino.cc>
5-
sentence=Port of BearSSL to Arduino
6-
paragraph=
5+
sentence=Port of BearSSL to Arduino.
6+
paragraph=This library depends on ArduinoECCX08.
77
category=Communication
88
url=http://www.arduino.cc/en/Reference/ArduinoBearSSL
99
architectures=*

src/BearSSLClient.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,10 @@
2222
* SOFTWARE.
2323
*/
2424

25+
#include <ArduinoECCX08.h>
26+
2527
#include "ArduinoBearSSL.h"
2628
#include "BearSSLTrustAnchors.h"
27-
#include "utility/ECCX08.h"
2829
#include "utility/eccX08_asn1.h"
2930

3031
#include "BearSSLClient.h"

0 commit comments

Comments
 (0)