Daniel Pouzzner
|
49a680540c
add constant time DH key agreement APIs:
|
3 달 전 |
Daniel Pouzzner
|
c81c9be9ce
error code fixes:
|
3 달 전 |
Juliusz Sosinowicz
|
2c9a3c5c1c
Missing libspdm features
|
4 달 전 |
Juliusz Sosinowicz
|
a6a40de249
init sssd support
|
4 달 전 |
Daniel Pouzzner
|
a75d520727
src/pk.c: fix a null deref (nullPointerRedundantCheck) in wolfSSL_RSA_GenAdd() added in d350ba6c41.
|
4 달 전 |
Andras Fekete
|
d350ba6c41
remove NULL test with XFREE arguments with dereference
|
4 달 전 |
Andras Fekete
|
d6a7187538
Programmatically remove NULL test with { XFREE() }
|
4 달 전 |
Andras Fekete
|
d7a0f49906
Programmatically remove NULL test before XFREE
|
4 달 전 |
Sean Parkinson
|
caab2c2dca
SSL loading of keys/certs: testing and fixes
|
5 달 전 |
JacobBarthelmeh
|
31a6a2bf59
update copyright to 2024
|
5 달 전 |
Sean Parkinson
|
fea7a89b86
Coverity fixes
|
5 달 전 |
Takashi Kojo
|
3d7583e743
Merge pull request #7684 from kojo1/pk-fix
|
6 달 전 |
Takashi Kojo
|
72b6074b93
Fixes in pk.c
|
6 달 전 |
Takashi Kojo
|
2f379ed322
alloc a buff for NULL pointer
|
6 달 전 |
Daniel Pouzzner
|
b3e8f0ad24
add --enable-debug-trace-errcodes, WOLFSSL_DEBUG_TRACE_ERROR_CODES, WC_ERR_TRACE(), WC_NO_ERR_TRACE(), support/gen-debug-trace-error-codes.sh. also add numerous deployments of WC_NO_ERR_TRACE() to inhibit frivolous/misleading errcode traces when -DWOLFSSL_DEBUG_TRACE_ERROR_CODES.
|
6 달 전 |
David Garske
|
3975af88cf
Merge pull request #7191 from kojo1/ecpoint-h2p
|
6 달 전 |
Takashi Kojo
|
bc2b184c98
Add EC_POINT_hex2point: zd #17090
|
7 달 전 |
jordan
|
040e0c956a
Used codespell and fixed obvious typos.
|
7 달 전 |
Andras Fekete
|
a59a3d109f
Explicit cast
|
7 달 전 |
Sean Parkinson
|
b7eca574bb
SSL/TLS: blind private key DER
|
8 달 전 |
David Garske
|
4eab5267f1
Merge pull request #7511 from julek-wolfssl/ec-meth
|
7 달 전 |
Andras Fekete
|
c5773f5f26
Make the function flow better
|
7 달 전 |
Andras Fekete
|
f73a9f0d4f
Fix function logic
|
7 달 전 |
Juliusz Sosinowicz
|
0f06faf3d4
Stub EC_KEY_METHOD
|
7 달 전 |
Daniel Pouzzner
|
3df11e7eab
fixes for cppcheck uninitvar src/pk.c (false positives) and nullPointerRedundantCheck in src/ssl_load.c (true positive).
|
8 달 전 |
Sean Parkinson
|
8e9810e87e
ssl.c: Move functions out to separate files
|
9 달 전 |
kaleb-himes
|
ef2a636610
Expose additional features of opensslall in a compliant way
|
8 달 전 |
gojimmypi
|
0775baa2e1
Introduce SHA256/SHA512 interleave, HAVE_DSA; revised ERROR_OUT, cleanup
|
10 달 전 |
Takashi Kojo
|
791c9e7aba
Add EC_POINT_hex2point
|
11 달 전 |
Juliusz Sosinowicz
|
335c51987e
openssh 9.6p1 fixes
|
11 달 전 |