Commit 17707b7
committed
Support for PSOC6 crypto support: added compile option
1 parent 0063209 commit 17707b7
4 files changed
Lines changed: 18 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
167 | | - | |
168 | | - | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
169 | 170 | | |
170 | 171 | | |
171 | 172 | | |
| |||
185 | 186 | | |
186 | 187 | | |
187 | 188 | | |
188 | | - | |
189 | | - | |
| 189 | + | |
| 190 | + | |
190 | 191 | | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
191 | 196 | | |
192 | 197 | | |
| 198 | + | |
| 199 | + | |
193 | 200 | | |
194 | 201 | | |
195 | 202 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
34 | 35 | | |
| 36 | + | |
35 | 37 | | |
36 | 38 | | |
37 | 39 | | |
| |||
101 | 103 | | |
102 | 104 | | |
103 | 105 | | |
| 106 | + | |
104 | 107 | | |
| 108 | + | |
105 | 109 | | |
106 | 110 | | |
107 | 111 | | |
| |||
- IDE/GCC-ARM/Header/user_settings.h+5-2
- IDE/IAR-EWARM/embOS/SAMV71_XULT/embOS_SAMV71_XULT_user_settings/user_settings.h+3-3
- IDE/IAR-EWARM/embOS/SAMV71_XULT/embOS_SAMV71_XULT_user_settings/user_settings_verbose_example.h+5-3
- IDE/IAR-EWARM/embOS/custom_port/custom_port_user_settings/user_settings.h+3-3
- IDE/LPCXPRESSO/lib_wolfssl/user_settings.h+2-2
- IDE/WICED-STUDIO/user_settings.h+1-1
- configure.ac+6-1
- src/internal.c+2
- src/ssl.c+68-20
- src/tls.c+1-1
- src/tls13.c+2
- tests/api.c+33-22
- wolfcrypt/src/asn.c+14-4
- wolfcrypt/src/dh.c+1-1
- wolfcrypt/src/evp.c+13-2
- wolfcrypt/src/rsa.c+1-1
- wolfcrypt/src/signature.c+19-5
- wolfcrypt/src/sp_int.c+1-2
- wolfcrypt/src/tfm.c+35-1
- wolfcrypt/test/test.c+1-1
- wolfssl/internal.h+2-3
- wolfssl/openssl/dsa.h+2
- wolfssl/openssl/evp.h+1
- wolfssl/openssl/ssl.h+5-3
- wolfssl/ssl.h+2-1
- wolfssl/wolfcrypt/ecc.h+20-20
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
| |||
48 | 49 | | |
49 | 50 | | |
50 | 51 | | |
51 | | - | |
| 52 | + | |
52 | 53 | | |
53 | 54 | | |
54 | 55 | | |
| |||
0 commit comments