David Garske
|
218ab7e396
Merge pull request #5362 from haydenroche5/ssl_set_options_public
|
2 years ago |
Eric Blankenhorn
|
e7303d697b
Fix wolfSSL_Init error handling
|
2 years ago |
Andrew Hutchings
|
8a757ef7cf
Merge pull request #5363 from dgarske/se050_curve25519
|
2 years ago |
Hideki Miyazaki
|
15725400a7
addressed review comments 5
|
2 years ago |
Hayden Roche
|
a1b7c29309
Make wolfSSL_(get|set)_options available outside compat layer.
|
2 years ago |
David Garske
|
dec8a7fd93
Fixes for SE050 Curve25519 endianness (SDK assumes little endian). Fix for ECC `se050_ecc_shared_secret` use of wrong pointer on error handle free.
|
2 years ago |
David Garske
|
6cc2665a81
Merge pull request #5358 from SparkiDev/sp_int_armv6
|
2 years ago |
Chris Conlon
|
350ff552c4
Merge pull request #5351 from kojo1/renesas-csp
|
2 years ago |
JacobBarthelmeh
|
abba59f735
order of array of names for asn template build
|
2 years ago |
JacobBarthelmeh
|
8862e1f8cf
resolve name conflict
|
2 years ago |
David Garske
|
e3c65d86d6
Merge pull request #5360 from LinuxJedi/se050-sign-fix-b
|
2 years ago |
Hideki Miyazaki
|
fd885d89eb
Added multi thread use case
|
2 years ago |
Andrew Hutchings
|
3f390efb24
Missed a small part of my original SE050 sign fix
|
2 years ago |
Andrew Hutchings
|
c211b90aab
Merge pull request #5357 from dgarske/se050_fixes
|
2 years ago |
Andrew Hutchings
|
5098cdcd76
Merge pull request #5356 from dgarske/asn_rfc8410
|
2 years ago |
Jacob Barthelmeh
|
f6c4e295b1
add more subject name support and expande REQ attributes creation support
|
2 years ago |
Jacob Barthelmeh
|
5dcb1ba21f
remove carriage return from CONF strings
|
2 years ago |
Sean Parkinson
|
b69af856de
Ed ASN template: change for IMPLICIT public key in private key
|
2 years ago |
Sean Parkinson
|
33b3ebb1e9
SP int ARM32: replace clz instruction when not supported
|
2 years ago |
David Garske
|
2d5bc72c9b
Fixes for ED25519/ED448 private key with public key export (RFC8410). Added length only support.
|
2 years ago |
David Garske
|
586ae71dac
Fixes for SE050 ECC and Curve25519 with TLS.
|
2 years ago |
David Garske
|
a2b7b44163
Merge pull request #5342 from Uriah-wolfSSL/dtls_for_win
|
2 years ago |
David Garske
|
065991bab5
Merge pull request #5348 from douzzer/20220707-attend-return-values
|
2 years ago |
Stanislav Klima
|
1b6ce6150e
unsigned pathlen
|
2 years ago |
Sean Parkinson
|
96fe356dd8
SP math
|
2 years ago |
Takashi Kojo
|
69bf0345c4
Renesas cs+ project. Remove depreciated algorithms
|
2 years ago |
Daniel Pouzzner
|
dc231dc099
peer review: add explanatory comment for printf() macro in test.c; rearrange test.h to avoid awkward forward declaration and add some topical grouping.
|
2 years ago |
Uriah-wolfSSL
|
a4e452ec6a
New file for adding needed configuration options to enable DTLS including DTLS version 1.3. This is an example file to be used for testing, eval, demos, etc.
|
2 years ago |
Uriah-wolfSSL
|
357ace8408
* Updated README.txt w/ how to use user_settings_dtls.h.
|
2 years ago |
Daniel Pouzzner
|
b64949d564
wolfcrypt/benchmark/benchmark.c: fix gating for #include <errno.h>, and add #include <unistd.h> for _exit().
|
2 years ago |