Guido Vranken
|
4e318ade36
|
In wc_PBKDF1_ex, break out of outer loop on error
|
2021-06-07 16:21:02 +02:00 |
|
Guido Vranken
|
96b7b193d7
|
Check return value in BLAKE2 key init functions
If built with smallstack, allocations in `blake2s_update` and `blake2b_update` may fail,
so the error must be propagated.
|
2021-06-07 03:34:44 +02:00 |
|
David Garske
|
5d33161032
|
Fixes for RSA keygen with SP (no DH). Thanks Sean.
|
2021-06-04 13:32:59 -07:00 |
|
David Garske
|
21060afb80
|
Fix for building SP math only (small) with key generation. Fix for WOLFSSL_EXTRA. Fix for RSA without PSS. Fix for ed25519 spelling error.
|
2021-06-03 10:56:54 -07:00 |
|
John Safranek
|
1fe445368c
|
Merge pull request #4069 from guidovranken/zd12349
Several ASN decoder fixes
|
2021-05-26 16:13:54 -07:00 |
|
Guido Vranken
|
1fbc3dc2d4
|
Heap-allocate additional CertStatus structs in DecodeResponseData
|
2021-05-26 21:41:47 +02:00 |
|
Guido Vranken
|
cfef249041
|
Several ASN decoder fixes
See ZD 12349
|
2021-05-26 20:15:32 +02:00 |
|
Sean Parkinson
|
e1bc0c4447
|
EVP AES-GCM Streaming: must free Aes
AES streaming implementation allocates data in Aes objects, when small
stack, that needs to be freed.
Fix memory leaks in streaming test case too.
|
2021-05-25 15:57:09 +10:00 |
|
Chris Conlon
|
956a0f2b5f
|
Merge pull request #3931 from julek-wolfssl/dsa-engine
Add more DSA parameters support
|
2021-05-24 14:57:02 -06:00 |
|
Chris Conlon
|
399ce70aba
|
Merge pull request #4055 from JacobBarthelmeh/PKCS7
set content type parsed
|
2021-05-24 13:21:19 -06:00 |
|
Juliusz Sosinowicz
|
ceadb62d5b
|
Add support for running wolfcrypt/test/testwolfcrypt on Dolphin emulator
|
2021-05-20 21:07:50 +02:00 |
|
Jacob Barthelmeh
|
f4959cca8d
|
set content type parsed
|
2021-05-21 01:42:10 +07:00 |
|
Sean Parkinson
|
c1490bb91a
|
TFM: get returned error to act on
|
2021-05-18 14:30:26 +10:00 |
|
David Garske
|
4a1907ae88
|
Merge pull request #3976 from rliebscher/Use_Renesas_RX_intrinsics_with_CC-RX_compiler
Renesas RX: Use intrinsics for rot[rl], revl
|
2021-05-17 11:05:01 -07:00 |
|
Daniele Lacamera
|
b09df89200
|
NXP DCP: add explicit casts
|
2021-05-17 10:35:00 +02:00 |
|
Sean Parkinson
|
740f200156
|
SP ASM: x86_64 asm files - protect with WOLFSSL_SP_X86_64_ASM
|
2021-05-14 09:22:41 +10:00 |
|
Jacob Barthelmeh
|
82a2797b56
|
add macro guard on debug print
|
2021-05-13 23:58:51 +07:00 |
|
David Garske
|
263105abec
|
Merge pull request #4033 from JacobBarthelmeh/CAAM
set partition number on key import and use ocb address for free'ing d…
|
2021-05-13 09:39:36 -07:00 |
|
David Garske
|
44a9346305
|
Merge pull request #4025 from danielinux/hdrbg_double_include_sha256
Fix double include of sha256.h causing a build error
|
2021-05-13 09:15:51 -07:00 |
|
Jacob Barthelmeh
|
311c929fe2
|
set partition number on key import and use ocb address for free'ing dangling partitions on close
|
2021-05-13 17:34:30 +07:00 |
|
Daniele Lacamera
|
420a48a5aa
|
Removed unnecessary headers
|
2021-05-13 07:40:22 +02:00 |
|
Daniele Lacamera
|
563c7391ed
|
DCP: moved guards so code is not included when building *.c
|
2021-05-13 07:29:33 +02:00 |
|
Daniele Lacamera
|
6ea5254bb9
|
DCP refactor: do not override wc_Sha types
|
2021-05-12 17:11:09 +02:00 |
|
Daniele Lacamera
|
1dfde34852
|
Allow use of FREESCALE hw RNG without a specific port
|
2021-05-12 10:10:42 +02:00 |
|
Sean Parkinson
|
8a17e6c10e
|
Merge pull request #4019 from dgarske/zd11435
ECC, SP math all: Add `wc_ecc_gen_k` arg checking. Fix SP math debug support (mp_dump)
|
2021-05-12 08:21:56 +10:00 |
|
David Garske
|
64330d468e
|
Merge pull request #4023 from danielinux/dcp_rt1060_fixes_aes
DCP port: Fixed AES, aligned key for the HW module
|
2021-05-11 09:55:50 -07:00 |
|
Daniele Lacamera
|
d9cc013fd2
|
DCP port: Fixed AES, aligned key for the HW module
|
2021-05-11 08:27:03 +02:00 |
|
David Garske
|
f5509780c6
|
Add argument checking to wc_ecc_gen_k . Cleanup return codes for wc_ecc_mulmod_ex2.
|
2021-05-10 09:26:33 -07:00 |
|
Sean Parkinson
|
0c1af66843
|
Fixes from nightly builds
output not read.
g++ realloc cast.
curve25519 - no fix, only format changes
|
2021-05-10 11:59:52 +10:00 |
|
John Safranek
|
e247161b2e
|
Merge pull request #3992 from embhorn/zd12169
Allow parsing spaces in Base64_SkipNewline
|
2021-05-07 14:30:24 -07:00 |
|
David Garske
|
3807304243
|
Fixes in additional places for incorrect point heap allocation size in SP ecc_mulmod with small stack or SP no malloc.
|
2021-05-07 09:43:17 -07:00 |
|
Eric Blankenhorn
|
0bc0e0f562
|
Fix XMALLOC of sp_point_256 array
|
2021-05-07 09:12:22 -05:00 |
|
toddouska
|
0b16b33de4
|
Merge pull request #3973 from SparkiDev/pkcs11_sign
PKCS#11: rework RSA operations to be clearer
|
2021-05-05 15:35:27 -07:00 |
|
David Garske
|
94c0bff839
|
Merge pull request #3997 from tmael/minor_fixes
Fix test build
|
2021-05-04 08:51:30 -07:00 |
|
David Garske
|
6e0197e171
|
Merge pull request #4002 from kabuobeid/smime_fixes
S/MIME: Canonicalize multi-part messages before hashing. Improve error checking in wc_MIME_parse_headers.
|
2021-05-03 09:24:43 -07:00 |
|
David Garske
|
ea2e2994af
|
Reversing hunk in test.c for DEOS (suspect that was in error).
|
2021-04-30 14:21:23 -07:00 |
|
Chris Conlon
|
3daafb47d5
|
Merge pull request #3982 from dgarske/atca_bool
Fix for ATECC on platforms where bool and int have different sizes
|
2021-04-30 13:59:49 -06:00 |
|
Chris Conlon
|
37cb24874e
|
Merge pull request #3994 from miyazakh/esp_rsa_hw
Fixed esp32 RSA hw accelerator initialization issue
|
2021-04-30 13:58:24 -06:00 |
|
Kareem Abuobeid
|
573d51966a
|
S/MIME: Canonicalize multi-part messages before hashing. Improve error checking in wc_MIME_parse_headers.
|
2021-04-30 12:50:27 -07:00 |
|
David Garske
|
e97692c521
|
Merge pull request #3926 from vppillai/vppillai-patch-2
Fix ATECC608A TNGTLS certificate size issue
|
2021-04-30 10:58:09 -07:00 |
|
Tesfa Mael
|
f9a9b139ed
|
Fix a build err
|
2021-04-29 16:44:51 -07:00 |
|
Sean Parkinson
|
1fbe0cb408
|
SHA-3: Aligned access of 64 bit value.
|
2021-04-30 08:45:05 +10:00 |
|
Vysakh P Pillai
|
8ede17f337
|
code formating changes based on PR review.
|
2021-04-29 07:48:31 +05:30 |
|
Hideki Miyazaki
|
f4935f52b5
|
clear PROT_RSA_PD bit in PORT_RSA_PD_CTRL_REG to be initialization and activate RSA accelerator
|
2021-04-29 09:20:16 +09:00 |
|
Sean Parkinson
|
985482a2ad
|
PKCS#11: rework RSA operations to be clearer
|
2021-04-29 08:42:53 +10:00 |
|
Eric Blankenhorn
|
cdede0515c
|
Allow parsing spaces in Base64_SkipNewline
|
2021-04-28 10:30:16 -05:00 |
|
Hayden Roche
|
73076940af
|
Fix CompareOcspReqResp.
There was a bug in this function that could cause a match to be reported even
when the OCSP request and response in fact had a mismatch.
|
2021-04-27 13:54:43 -07:00 |
|
Vysakh P Pillai
|
e716fcc635
|
do not reserve ATMEL_SLOT_ECDHE type for TNGTLS
|
2021-04-27 16:51:49 +05:30 |
|
Vysakh P Pillai
|
c34fcf908c
|
code cleanup based on PR review comments
|
2021-04-27 12:17:23 +05:30 |
|
Sean Parkinson
|
7e87c01a7d
|
Merge pull request #3987 from tmael/pss_salt
RSA: Fix RSA PSS padding check
|
2021-04-27 14:50:32 +10:00 |
|