Daniel Pouzzner
|
30b2073228
test.c: fix gating on wc_ecc_encrypt_ex() for FIPS <5.3 --enable-all.
|
2 years ago |
Sean Parkinson
|
b890a2f15d
ECIES: allow compressed public keys
|
2 years ago |
Tesfa Mael
|
1c1bd413e0
cert subset SHA2-256, ecc-256, cert gen, cryptocb
|
2 years ago |
Daniel Pouzzner
|
a718637c6f
AES: harmonize wc_Aes{Encrypt,Decrypt} and wc_Aes{Encrypt,Decrypt}Direct implementations to return int; add return values to all static void functions in aes.c that can fail; add WARN_UNUSED_RESULT to all static functions in aes.c with return values; implement missing error percolation around AES block cipher implementations; bump FIPS version for v5-ready and v5-dev to 5.3 (v5-RC12 is 5.2).
|
2 years ago |
Sean Parkinson
|
3d63e41653
SP int: sp_modinv fixes for sizes
|
2 years ago |
Daniel Pouzzner
|
386aac9694
AES-SIV:
|
2 years ago |
Daniel Pouzzner
|
5e33da8147
fix whitespace.
|
2 years ago |
Daniel Pouzzner
|
6a56d3e131
jumbo patch of fixes for clang-tidy gripes (with some bug fixes).
|
2 years ago |
Hayden Roche
|
888bd2b304
Fix AES-SIV test with g++.
|
2 years ago |
David Garske
|
609d6442b1
Merge pull request #4753 from SparkiDev/siphash
|
2 years ago |
Sean Parkinson
|
a6485a228d
Add SipHash algorithm
|
2 years ago |
Hayden Roche
|
62b07d8806
Add AES-SIV (RFC 5297).
|
2 years ago |
David Garske
|
7adbf59f22
Merge pull request #4767 from anhu/kill_hc128
|
2 years ago |
Daniel Pouzzner
|
2984cb5abf
Merge pull request #4768 from SparkiDev/sp_invmod_nr
|
2 years ago |
Sean Parkinson
|
e745de657f
Merge pull request #4761 from haydenroche5/time_cb
|
2 years ago |
Hayden Roche
|
1b0926a3b8
Add time callback functionality.
|
2 years ago |
Sean Parkinson
|
fc861f3d6d
SP math: sp_invmod changed to not call itself
|
2 years ago |
Anthony Hu
|
c2860cb311
Get rid of HC-128
|
2 years ago |
John Safranek
|
d06cf97d73
Old Compiler Warning Cleanup (GCC 4.0.2)
|
2 years ago |
John Safranek
|
15c5ac880e
PKCS7 Test Output
|
2 years ago |
John Safranek
|
33f0e2eda5
In the wolfCrypt test, fix a few filenames to use the VPATH versions.
|
2 years ago |
Daniel Pouzzner
|
ff0eb5a41e
wolfcrypt/test/test.c: in wolfcrypt_test(), tweak formatting of CheckRunTimeSettings() to resolve invalidPrintfArgType_uint from cppcheck --force.
|
2 years ago |
Daniel Pouzzner
|
a4444e6c3e
wolfcrypt/test/test.c: in rsa_oaep_padding_test(), remove accidentally repeated MEMORY_E check.
|
2 years ago |
Daniel Pouzzner
|
29fcbb0b19
wolfcrypt/test/test.c: fixes for cppcheck complaints: memleakOnRealloc nullPointerRedundantCheck uninitvar invalidPrintfArgType_uint
|
2 years ago |
Marco Oliverio
|
7edc916057
wolfcrypt/wolfssl: tests: adding missing wc_Aes*Free()
|
2 years ago |
JacobBarthelmeh
|
c4e50ef086
fix for libz test with pkcs7
|
2 years ago |
David Garske
|
9d137668c7
Merge pull request #4675 from julek-wolfssl/openssh-8.8
|
2 years ago |
Juliusz Sosinowicz
|
8435eb4644
Add `WC_` namespace to variable handling defines
|
2 years ago |
Juliusz Sosinowicz
|
dd9b1afb72
Remove magic numbers from `WOLFSSL_ASN_TEMPLATE` code (#4582)
|
2 years ago |
David Garske
|
360a513696
Merge pull request #4553 from SparkiDev/sp_mont_inv_order_fix
|
2 years ago |