David Garske
|
8929b31b84
Fix for possible uses of NULL in heap hint. The api.c has expected "bad" test cases where the key is passed in as NULL and the XFREE tries to use it. Tested with: `./configure --enable-asynccrypt --with-intelqa=../QAT1.8 --enable-all && make && sudo ./tests/unit.test`
|
1 year ago |
Daniel Pouzzner
|
ef0eda4091
cleaner fix for bugprone-signed-char-misuse first addressed in 38c057a084.
|
1 year ago |
David Garske
|
7f9b764eb5
Merge pull request #6054 from anhu/d2i_publickey_fix
|
1 year ago |
Anthony Hu
|
7a6ed68f2d
Ensure that i2d APIs for public keys gives appropriate data.
|
1 year ago |
Sean Parkinson
|
1912aaf91b
EC OpenSSL compat: validate point after setting
|
1 year ago |
Sean Parkinson
|
92065b61b3
wolfSSL_EC_POINT_cmp: handle Jacobian ordinates
|
1 year ago |
David Garske
|
8a212ec351
Merge pull request #6042 from SparkiDev/ec_point_set
|
1 year ago |
Sean Parkinson
|
c9fefe660f
EC OpenSSL compat: validate point after setting
|
1 year ago |
Sean Parkinson
|
f6da3a26ac
Ref counting: rework for static analysers
|
1 year ago |
Daniel Pouzzner
|
38c057a084
fix resource leak (missing calls to wc_AesFree()) in wolfSSL_EVP_CIPHER_CTX_cleanup();
|
1 year ago |
David Garske
|
9defb9a356
Merge pull request #6035 from gojimmypi/PK_SSL_init_vars
|
1 year ago |
gojimmypi
|
b10adae48f
Initialize OPENSSL_ALL local size / length / type vars
|
1 year ago |
Sean Parkinson
|
7691cd4b45
EC OpenSSL compat: rework EC API
|
2 years ago |
David Garske
|
fec4fe6095
Fixes for building KCAPI with opensslextra enabled.
|
1 year ago |
Jacob Barthelmeh
|
9dcc48c8f7
update copyright to 2023
|
2 years ago |
Anthony Hu
|
937d247c7d
Don't create a key if we don't support the curve.
|
2 years ago |
Daniel Pouzzner
|
48ba365fd6
fixes for defects:
|
2 years ago |
David Garske
|
59774ae576
Fixes for building with use of heap hint and compatibility layer. Fix for invalid OSSL callback function errors.
|
2 years ago |
Sean Parkinson
|
7a4657c881
Fixes from review 3
|
2 years ago |
Sean Parkinson
|
5db2d53d54
Fixes from review part 2
|
2 years ago |
Sean Parkinson
|
e68c7bb74d
Move file and BIO reading out to ssl_misc.c
|
2 years ago |
Sean Parkinson
|
e477571168
Fixes from review part 1
|
2 years ago |
Sean Parkinson
|
dad62fc182
pk.c: rework DH API and improve PEM read/write
|
2 years ago |
tim-weller-wolfssl
|
62766b0758
Updates to remove warnings and build issues found with IAR tools. Update test function / example to avoid memory leak. Update to pass error codes along rather than mask them at lower levels.
|
2 years ago |
David Garske
|
1e5de8255e
Merge pull request #5472 from satoshiyamaguchi/trial3
|
2 years ago |
Satoshi Yamaguchi
|
61c7003520
Fix whitespace
|
2 years ago |
Chris Conlon
|
e830a0f613
Merge pull request #5434 from satoshiyamaguchi/trial4
|
2 years ago |
Satoshi Yamaguchi
|
f5a257c383
Add WOLFSSL_LEAVE to wolfSSL_PEM_read_RSA_PUBKEY and wolfSSL_PEM_read_PUBKEY
|
2 years ago |
Satoshi Yamaguchi
|
524f9ebd32
Add argument check and error message to wolfSSL_PEM_read_RSA_PUBKEY
|
2 years ago |
Satoshi Yamaguchi
|
fba534dce0
Add wolfSSL_PEM_read_RSA_PUBKEY to OpenSSL compatible API
|
2 years ago |