Daniel Pouzzner
|
8197f958a9
address peer review on PR #5449.
|
2 years ago |
Daniel Pouzzner
|
f771181e1a
fixes for issues introduced in #5384:
|
2 years ago |
Hayden Roche
|
3bf21b5a05
Expand error queue usage with new macro WOLFSSL_ERROR_VERBOSE.
|
2 years ago |
Satoshi Yamaguchi
|
cedfe9938a
Fix the comment about the argument of wolfSSL_PEM_read_RSAPrivateKey.
|
2 years ago |
Satoshi Yamaguchi
|
013ad0d564
Add wolfSSL_PEM_read_RSAPrivateKey to OpenSSL compatible API
|
2 years ago |
David Garske
|
da422eb422
Merge pull request #5406 from SparkiDev/mp_int_size
|
2 years ago |
Daniel Pouzzner
|
c63e22701f
src/pk.c: fix type mismatch in return value.
|
2 years ago |
Sean Parkinson
|
460845ba49
Maths bit size: ensure size is right
|
2 years ago |
Daniel Pouzzner
|
ccc5952369
global fixup to check or explicitly ignore return values from failable library/system calls that weren't already being checked;
|
2 years ago |
David Garske
|
34c576d2a7
Fixes for possible NULL dereference for heap hint in pk.c Fix typo in api.c test for dynamic type.
|
2 years ago |
David Garske
|
3d124c093e
Fix PK function name in log. Remove the ECC logging (spams benchmark with `--enable-debug`).
|
2 years ago |
David Garske
|
bd75e1d6a4
Merge pull request #5307 from kareem-wolfssl/miscfixes2
|
2 years ago |
Kareem
|
7555cd0685
Fix a couple of STM32 bugs, and add some missing mutex frees.
|
2 years ago |
Daniel Pouzzner
|
4f6527353b
src/{pk.c,x509.c}: style/clarity cleanups from dgarske.
|
2 years ago |
Daniel Pouzzner
|
1a9388b935
src/pk.c: fix misuses around snprintf().
|
2 years ago |
Daniel Pouzzner
|
5bd8288b37
fix printed-null bug in wolfssl_print_number().
|
2 years ago |
Sean Parkinson
|
1ba9ea9759
Fix mismatched dynamic types
|
2 years ago |
Eric Blankenhorn
|
1cdc81546d
Fix config with WOLFSSL_WPAS_SMALL
|
2 years ago |
Sean Parkinson
|
fab05f2527
DH: Fix names wolSSL_* -> wolfSSL_*
|
2 years ago |
Sean Parkinson
|
6a0682d422
i2d AIPs move pointer on when a pointer to a buffer is passed in
|
2 years ago |
Lealem Amedie
|
911f361285
Call RSA_To_Der instead of RSA_To_Der_ex in i2d_RSA key funcs
|
2 years ago |
David Garske
|
7e1549c684
Cleanup the RSA consistency check. Should only be enabled for FIPS v2 (3389), FIPS v5 or later. Can be forcefully enabled for non-FIPS using `WOLFSSL_RSA_KEY_CHECK`. The existing `WOLFSSL_NO_RSA_KEY_CHECK` macro will also disable it. This change was introduced in PR #4359.
|
2 years ago |
David Garske
|
d600a4b887
Spelling and Whitespace cleanups. Fix issue with trying to build pk.c directly and always getting warn even with `WOLFSSL_IGNORE_FILE_WARN`.
|
2 years ago |
Sean Parkinson
|
890abfbefc
pk.c: rework
|
2 years ago |
Daniel Pouzzner
|
b66fa1680a
fix whitespace.
|
2 years ago |
Hideki Miyazaki
|
5de9c45161
resolve merge and conflict
|
2 years ago |
David Garske
|
1a57e3065a
Small cleanups. Missing `(void)`, spelling and formatting. Also fixes for variations of 25519/448 build.
|
2 years ago |
Sean Parkinson
|
852d5169d4
ssl.c rework
|
2 years ago |