File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change 1
- Replacement for Espressif's libssl, kept as close as possible to [ axTLS] ( http://axtls.sourceforge.net/ ) source.
1
+ This is an ESP8266 port of [ axTLS] ( http://axtls.sourceforge.net/ ) library, currently based on axTLS 2.1.2 (SVN version 274).
2
2
3
- Currently based on axTLS 2. 1.2 (SVN version 274).
3
+ This library supports TLS 1.2, and the following cipher suites:
4
4
5
- [ ![ Build status] ( https://travis-ci.org/igrr/axtls-8266.svg )] ( https://travis-ci.org/igrr/axtls-8266 )
5
+ Cipher suite name (RFC) | OpenSSL name | Key exchange | Encryption | Hash
6
+ ----------------------------------|---------------|--------------|------------|---------
7
+ TLS_RSA_WITH_AES_128_CBC_SHA | AES128-SHA | RSA | AES-128 | SHA-1
8
+ TLS_RSA_WITH_AES_256_CBC_SHA | AES256-SHA | RSA | AES-256 | SHA-1
9
+ TLS_RSA_WITH_AES_128_CBC_SHA256 | AES128-SHA256 | RSA | AES-128 | SHA-256
10
+ TLS_RSA_WITH_AES_256_CBC_SHA256 | AES256-SHA256 | RSA | AES-256 | SHA-256
6
11
7
12
## Using the library
8
13
@@ -21,7 +26,7 @@ ets_putc (in ESP8266 ROM)
21
26
22
27
For use with LwIP raw TCP API, see [ compat/README.md] ( https://github.com/attachix/lwirax/blob/master/README.md )
23
28
24
- ## Building
29
+ ## Building [ ![ Build status ] ( https://travis-ci.org/igrr/axtls-8266.svg )] ( https://travis-ci.org/igrr/axtls-8266 )
25
30
26
31
To build, add xtensa toolchain to your path, and run ` make ` . The library will be built in ` bin/ ` directory.
27
32
You can’t perform that action at this time.
0 commit comments