File tree
12 files changed
+61766
-42929
lines changed- lib
- ports/javascript
12 files changed
+61766
-42929
lines changed- Makefile+1
- bindings/Config.in+1-1
- bindings/csharp/axTLS.cs+3-3
- bindings/generate_SWIG_interface.pl+2-1
- bindings/java/SSL.java+3-3
- config/makefile.conf+1-1
- crypto/aes.c+5-6
- crypto/crypto.h+1-8
- crypto/hmac.c+1-35
- crypto/rc4.c-5
- crypto/rsa.c+2-2
- crypto/sha256.c-4
- samples/c/Makefile+2-3
- samples/c/axssl.c+17-20
- samples/csharp/axssl.cs+5-5
- samples/java/Makefile+1-1
- samples/java/axssl.java+5-5
- samples/lua/axssl.lua+5-5
- samples/perl/axssl.pl+5-5
- samples/vbnet/axssl.vb+5-5
- ssl/Config.in+3-6
- ssl/asn1.c+35-157
- ssl/cert.h+30-41
- ssl/crypto_misc.h+9-45
- ssl/loader.c+1
- ssl/os_port_micropython.h-7
- ssl/p12.c+3-3
- ssl/private_key.h+51-51
- ssl/ssl.h+9-49
- ssl/test/axTLS.ca_key.pem+13-25
- ssl/test/axTLS.ca_x509.cer
- ssl/test/axTLS.ca_x509.pem+11-17
- ssl/test/axTLS.ca_x509_sha256.pem-19
- ssl/test/axTLS.device_key
- ssl/test/axTLS.device_key.pem+15
- ssl/test/axTLS.encrypted.p8
- ssl/test/axTLS.encrypted_pem.p8+8-15
- ssl/test/axTLS.key_1024
- ssl/test/axTLS.key_1024.pem+13-13
- ssl/test/axTLS.key_1042
- ssl/test/axTLS.key_1042.pem+15
- ssl/test/axTLS.key_2048
- ssl/test/axTLS.key_2048.pem+25-25
- ssl/test/axTLS.key_4096
- ssl/test/axTLS.key_4096.pem+49-49
- ssl/test/axTLS.key_512
- ssl/test/axTLS.key_512.pem+9
- ssl/test/axTLS.key_aes128.pem+8-14
- ssl/test/axTLS.key_aes256.pem+8-14
- ssl/test/axTLS.key_device.pem-27
- ssl/test/axTLS.key_end_chain.pem-27
- ssl/test/axTLS.key_intermediate_ca.pem-27
- ssl/test/axTLS.key_intermediate_ca2.pem-27
- ssl/test/axTLS.noname.p12
- ssl/test/axTLS.unencrypted.p8
- ssl/test/axTLS.unencrypted_pem.p8+8-14
- ssl/test/axTLS.withCA.p12
- ssl/test/axTLS.withoutCA.p12
- ssl/test/axTLS.x509_1024.cer
- ssl/test/axTLS.x509_1024.pem+10-13
- ssl/test/axTLS.x509_1024_sha256.pem-15
- ssl/test/axTLS.x509_1024_sha384.pem-15
- ssl/test/axTLS.x509_1024_sha512.pem-15
- ssl/test/axTLS.x509_1042.cer
- ssl/test/axTLS.x509_1042.pem+12
- ssl/test/axTLS.x509_2048.cer
- ssl/test/axTLS.x509_2048.pem+13-16
- ssl/test/axTLS.x509_4096.cer
- ssl/test/axTLS.x509_4096.pem+18-21
- ssl/test/axTLS.x509_512.cer
- ssl/test/axTLS.x509_512.pem+11
- ssl/test/axTLS.x509_aes128.pem+9-13
- ssl/test/axTLS.x509_aes256.pem+9-13
- ssl/test/axTLS.x509_bad_after.pem+9-13
- ssl/test/axTLS.x509_bad_before.pem+9-13
- ssl/test/axTLS.x509_device.cer
- ssl/test/axTLS.x509_device.pem+20-30
- ssl/test/axTLS.x509_end_chain.pem-19
- ssl/test/axTLS.x509_end_chain_bad.pem-19
- ssl/test/axTLS.x509_intermediate_ca.pem-19
- ssl/test/axTLS.x509_intermediate_ca2.pem-37
- ssl/test/make_certs.sh+53-123
- ssl/test/ssltest.c+178-345
- ssl/tls1.c+128-393
- ssl/tls1.h+13-42
- ssl/tls1_clnt.c+18-154
- ssl/tls1_svr.c+23-138
- ssl/x509.c+64-326
- www/index.html+2-1
Submodule lv_bindings updated from d633ad0 to 33ce642
Submodule mbedtls updated from 3f8d784 to d81c11b
Submodule mynewt-nimble updated 277 files
Submodule stm32lib updated 1619 files
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
94 | 94 |
| |
95 | 95 |
| |
96 | 96 |
| |
| 97 | + | |
97 | 98 |
| |
98 | 99 |
| |
99 | 100 |
| |
|
0 commit comments