David Garske
|
84df7a50dc
|
Minor build warning fixes. Possible benchmark unused bench_pq_asym_algs. Fix if RSA enabled and WOLFSSL_SP_MATH set and WOLFSSL_HAVE_SP_RSA is not.
|
2022-01-04 15:38:35 -08:00 |
|
David Garske
|
db1bb9ea6a
|
Merge pull request #4694 from anhu/with-curl
Add a --enable-curl build option
|
2022-01-04 13:39:07 -08:00 |
|
David Garske
|
cf29badd52
|
Merge pull request #4721 from anhu/lighty
lighttpd requires WOLFSSL_KEY_GEN…
|
2022-01-04 12:37:41 -08:00 |
|
Anthony Hu
|
038a9d8fa9
|
lighttpd requires WOLFSSL_KEY_GEN. Without it, a call to wolfSSL_CTX_use_PrivateKey fails.
|
2022-01-04 13:09:13 -05:00 |
|
David Garske
|
58d8f52107
|
Merge pull request #4719 from JacobBarthelmeh/release
bump version for dev and update year in readme
|
2022-01-04 08:40:06 -08:00 |
|
Jacob Barthelmeh
|
7dd50a1beb
|
bump version for dev and update year in readme
|
2022-01-03 16:02:10 -07:00 |
|
David Garske
|
a0b9e2bead
|
Merge pull request #4715 from JacobBarthelmeh/release
update README for release v5.1.1
|
2022-01-03 10:51:51 -08:00 |
|
JacobBarthelmeh
|
5f16a826dd
|
update README for release v5.1.1
|
2022-01-03 09:39:16 -07:00 |
|
David Garske
|
70ca57790c
|
Merge pull request #4713 from ejohnstown/fips-RC12
FIPS RC12
|
2021-12-30 17:16:03 -08:00 |
|
John Safranek
|
68e58bb321
|
Update configure and fips-check.sh for FIPS RC12.
|
2021-12-30 15:21:44 -08:00 |
|
David Garske
|
7ad7821193
|
Merge pull request #4712 from rizlik/aes_free_fix
Fix potential resources leaks
|
2021-12-30 13:57:04 -08:00 |
|
Marco Oliverio
|
ea5374c62d
|
wolfcrypt: aes: gcm: streaming api: add missing wc_AesFree()
|
2021-12-30 20:33:23 +01:00 |
|
Marco Oliverio
|
4907696ed4
|
wolfssl: keys: add missing wc_AesFree() when setting new keys
|
2021-12-30 20:30:36 +01:00 |
|
Marco Oliverio
|
2679c386ae
|
wolfcrypt: wc_encrypt: add missing wc_AesFree()
|
2021-12-30 20:30:36 +01:00 |
|
Marco Oliverio
|
933065d696
|
wolfcrypt: cmac: add missing wc_AesFree()
|
2021-12-30 20:30:36 +01:00 |
|
Marco Oliverio
|
7edc916057
|
wolfcrypt/wolfssl: tests: adding missing wc_Aes*Free()
In some Aes implementation this may leak resources
|
2021-12-30 20:30:33 +01:00 |
|
JacobBarthelmeh
|
67b27f64d0
|
Merge pull request #4708 from dgarske/async_v5.1.0
Fixes for wolfSSL Async v5.1.0
|
2021-12-29 13:30:41 -07:00 |
|
David Garske
|
ff68ab8eea
|
Merge pull request #4707 from JacobBarthelmeh/release
bump version by .1 for developing on
|
2021-12-29 12:09:43 -08:00 |
|
David Garske
|
c4f51931c9
|
Merge pull request #4710 from JacobBarthelmeh/sessionExport
fix for location of xmemset
|
2021-12-29 11:52:08 -08:00 |
|
Anthony Hu
|
69733e87c5
|
SNI and ALT_CERT_CHAINS
|
2021-12-29 12:50:50 -05:00 |
|
Jacob Barthelmeh
|
73b4cc9476
|
fix for location of xmemset
|
2021-12-29 10:48:06 -07:00 |
|
Chris Conlon
|
bc6690c584
|
Merge pull request #4709 from miyazakh/Update_fspv3p5_RA6M3
|
2021-12-29 09:10:18 -07:00 |
|
Hideki Miyazaki
|
f5df363cdd
|
remove configure.xml from include.am
|
2021-12-29 11:16:14 +09:00 |
|
Hideki Miyazaki
|
1d107d0403
|
update RA6M3 projects to the latest e2studio and FSP v3.5.0
|
2021-12-29 11:06:48 +09:00 |
|
David Garske
|
930cad649e
|
Fix to resolve possible memory leak with DSA wc_DsaPublicKeyDecode in API unit test when used with HAVE_WOLF_BIGINT.
|
2021-12-28 16:34:54 -08:00 |
|
JacobBarthelmeh
|
0f9550d80a
|
increase version for rpm build
|
2021-12-28 15:35:14 -08:00 |
|
Jacob Barthelmeh
|
616026880e
|
bump version by .1 for dev
|
2021-12-28 16:25:05 -07:00 |
|
David Garske
|
2b670c026d
|
Merge pull request #4705 from JacobBarthelmeh/DTLS
account for DTLS extra header size when reading msg from pool
v5.1.0-stable
|
2021-12-27 19:16:26 -08:00 |
|
JacobBarthelmeh
|
a07673ad07
|
Merge pull request #4706 from douzzer/20211227-fix-null-pointer-wolfSSL_EVP_CIPHER_CTX_ctrl
wolfcrypt/src/evp.c: fix wolfSSL_EVP_CIPHER_CTX_ctrl() null pointer…
|
2021-12-27 20:08:43 -07:00 |
|
Daniel Pouzzner
|
aa05eb2879
|
wolfcrypt/src/evp.c: fix wolfSSL_EVP_CIPHER_CTX_ctrl() null pointer passed to XMEMCPY(), found by sanitizers under gcc-11.2.1.
|
2021-12-27 17:59:28 -06:00 |
|
Jacob Barthelmeh
|
05a19c852b
|
account for DTLS extra header size when reading msg from pool
|
2021-12-27 16:52:09 -07:00 |
|
David Garske
|
930cc053d5
|
Merge pull request #4704 from JacobBarthelmeh/release
prepare for release 5.1.0
|
2021-12-27 12:35:49 -08:00 |
|
JacobBarthelmeh
|
d1b03eb8b9
|
add missing header files for rpm build
|
2021-12-27 09:49:47 -08:00 |
|
Jacob Barthelmeh
|
816718ecd3
|
prepare for release 5.1.0
|
2021-12-27 10:34:09 -07:00 |
|
Jacob Barthelmeh
|
cbab5bb6cb
|
add kdf.c to MYSQL cmake build
|
2021-12-27 10:10:35 -07:00 |
|
Jacob Barthelmeh
|
5a4e59c09d
|
fix warning about NULL compare
|
2021-12-27 10:02:16 -07:00 |
|
David Garske
|
4e1c39b4c6
|
Merge pull request #4701 from SparkiDev/asn_templ_fix_1
ASN template: get compiling
|
2021-12-24 07:42:56 -08:00 |
|
David Garske
|
fd31c017e1
|
Merge pull request #4703 from douzzer/20211224-fixits
20211224 ssl.c fixes
|
2021-12-24 07:42:00 -08:00 |
|
Daniel Pouzzner
|
54e9076c45
|
src/ssl.c: fix whitespace and heap reference in FreeSession() (re 569c066fab).
|
2021-12-24 01:16:32 -06:00 |
|
Sean Parkinson
|
9d49884274
|
Merge pull request #4690 from dgarske/resume
Fixes for session resumption edge cases
|
2021-12-24 15:28:06 +10:00 |
|
David Garske
|
02186dbd23
|
Fix for TLS v1.3 client session ticket resumption where the server opts to do a new handshake. Fix to make sure preMasterSz is valid.
|
2021-12-23 18:45:52 -08:00 |
|
David Garske
|
a92fb0eb42
|
Fix for session resumption to ensure use of the right cipher suite. ZD13297
|
2021-12-23 18:42:41 -08:00 |
|
Sean Parkinson
|
f1f15f411f
|
Merge pull request #4688 from embhorn/gh4684
Fix missing include ws2tcpip.h for VS build
|
2021-12-24 11:58:12 +10:00 |
|
Sean Parkinson
|
929174be6b
|
Merge pull request #4667 from dgarske/zd13363
Improve TLS client side session cache references
|
2021-12-24 11:23:06 +10:00 |
|
Sean Parkinson
|
4c6af465c4
|
ASN template: get compiling
|
2021-12-24 11:21:18 +10:00 |
|
David Garske
|
a75e152b93
|
Merge pull request #4698 from JacobBarthelmeh/Jenkins
fix for user_settings_all.h build on 'VS' and build with libz + pkcs7 test
|
2021-12-23 16:54:40 -08:00 |
|
Hayden Roche
|
37925e0b6a
|
Merge pull request #4699 from douzzer/ssl-wolfCrypt_SetPrivateKeyReadEnable_fips
|
2021-12-23 16:42:06 -08:00 |
|
David Garske
|
1e4b13dfac
|
Only include ws2tcpip.h if not user IO.
|
2021-12-23 15:25:25 -08:00 |
|
Anthony Hu
|
8eea17d92a
|
More stuff, probably not complete yet
|
2021-12-23 17:28:24 -05:00 |
|
David Garske
|
569c066fab
|
Improve TLS client side session cache references to provide option for not returning an internal session cache pointer. Now use wolfSSL_get1_sesson for reference logic, that requires calling wolfSSL_SESSION_free. To disable this feature use NO_SESSION_CACHE_REF.
|
2021-12-23 14:25:45 -08:00 |
|