kaleb-himes
|
b8d31b042f
Windows support
|
před 7 měsíci |
kaleb-himes
|
e45867bbc3
WIN fips section refactor / wolfEntropy API syntax adjustment
|
před 7 měsíci |
kaleb_himes
|
81f5ac7f6c
SRTP-KDF FS Preview
|
před 8 měsíci |
David Garske
|
c8d0bb0bd8
Merge pull request #7212 from SparkiDev/eddsa_check_priv
|
před 9 měsíci |
Sean Parkinson
|
e28d6a7b71
EdDsa: check private value after sign
|
před 9 měsíci |
Juliusz Sosinowicz
|
bdc0b80ddb
Don't include unnecessary headers in public header file
|
před 9 měsíci |
Sean Parkinson
|
90467aa578
Curve25519/Ed25519: align buffers
|
před 1 rokem |
Sean Parkinson
|
36b92a4cef
Thumb2 ASM, Curve25519
|
před 1 rokem |
gojimmypi
|
98b718f91b
wolfcrypt polish: init, checks, corrections (#6249)
|
před 1 rokem |
Jacob Barthelmeh
|
9dcc48c8f7
update copyright to 2023
|
před 1 rokem |
Chris Conlon
|
45bf793b5a
SE050 expansion: add RSA support, allow for larger key IDs, get/set key ID from ecc_key/RsaKey, fixes for SE050 hashing, remove XREALLOC dependency, API to store/get binary object, API to erase object, test.c compatibility
|
před 2 roky |
Sean Parkinson
|
f807c70637
Ed make public key wasn't checking whether private key set
|
před 2 roky |
Jacob Barthelmeh
|
8eaa85e412
update copyright year to 2022
|
před 2 roky |
Juliusz Sosinowicz
|
4caffee590
ForceZero the private key on import error
|
před 2 roky |
Sean Parkinson
|
4a962b7fb2
Ed25519/448: improvements
|
před 2 roky |
David Garske
|
bb68766bda
For ED255219 and ED448 if importing private only and public key is already set then check it.
|
před 2 roky |
Sean Parkinson
|
2c943282f0
Ed25519/Ed448: assume public key is not trusted
|
před 2 roky |
Kareem
|
13beadbfc3
Fix missing return checks in KSDK ED25519 code.
|
před 2 roky |
Sean Parkinson
|
1b29f7353a
Check memory is zeroized
|
před 2 roky |
Sean Parkinson
|
f1ce0cc95d
Memory zeroization fixes
|
před 2 roky |
Sean Parkinson
|
e9187f5f00
Wycheproof fixes/changes
|
před 2 roky |
David Garske
|
7396a0cb3a
Resolves all peer review comments. Fixes to get Curve25519 working on real hardware. Regression testing fixes for ECC.
|
před 3 roky |
David Garske
|
29f051e585
Fixes and cleanups for NXP SE050 support.
|
před 3 roky |
Ethan
|
3f76a76c46
SE050 port with support for RNG, SHA, AES, ECC (sign/verify/shared secret) and ED25519
|
před 3 roky |
Sean Parkinson
|
dc19ba2aa7
Memory allocation: fixes from memory usage generation
|
před 3 roky |
Daniel Pouzzner
|
5e8da2348f
ED: add --enable-ed25519-stream and --enable-ed448-stream to configure.ac, disabled by default, and add them to --enable-all and --enable-all-crypto lists, along with --enable-aesgcm-stream; report AES-GCM and ED* streaming API options in feature summary rendered at end;
|
před 3 roky |
Daniel Pouzzner
|
9b43e57ccf
ED: add streaming API to the ED verify routines: wc_ed*_verify_msg_init(), wc_ed*_verify_msg_update(), wc_ed*_verify_msg_final();
|
před 3 roky |
Jacob Barthelmeh
|
ae00b5acd0
some minor changes for unintialized and null infer reports
|
před 3 roky |
David Garske
|
0fc9c33f84
Wire up Ed25519 SHA512 to use devId.
|
před 3 roky |
David Garske
|
15d761a0c2
Added ED25519 and Curve25519 crypto callback support.
|
před 3 roky |