David Garske
|
d4c59e369e
|
Merge pull request #3335 from julek-wolfssl/RSA-PSS-padding-in-EVP_Digest-API
Enable RSA-PSS padding in EVP_Digest* API
|
2020-11-19 09:31:12 -08:00 |
|
Sean Parkinson
|
91d23d3f5a
|
Implement all relevant mp functions in sp_int
|
2020-11-19 11:58:14 +10:00 |
|
toddouska
|
dedde4c058
|
Merge pull request #3456 from JacobBarthelmeh/Certs
strict certificate version allowed from client
|
2020-11-18 15:55:50 -08:00 |
|
toddouska
|
9183c35fb8
|
Merge pull request #3446 from haydenroche5/client_want_write_sim
Add an option to the example client to simulate WANT_WRITE errors.
|
2020-11-18 15:54:09 -08:00 |
|
toddouska
|
9bde34ef5b
|
Merge pull request #3438 from douzzer/harmonize-CCM8-cipher-names
add "CCM8" variants to cipher_names "CCM-8" ciphers, for OpenSSL compat
|
2020-11-18 15:52:52 -08:00 |
|
Chris Conlon
|
fa08930921
|
Merge pull request #3498 from ethanlooney/30th_branch
Added unit tests for blake2b
|
2020-11-18 13:34:21 -07:00 |
|
Ethan Looney
|
3692c760b9
|
Changed key to size BLAKE2B_KEYBYTES
|
2020-11-17 14:03:08 -07:00 |
|
Juliusz Sosinowicz
|
b4754d5706
|
CAVP, Windows, and FIPS tests
|
2020-11-17 15:06:35 +01:00 |
|
Juliusz Sosinowicz
|
248dd12993
|
Enable RSA-PSS padding in EVP_Digest* API
|
2020-11-17 15:04:57 +01:00 |
|
Ethan Looney
|
549c446aaa
|
Removed leftovers from merge conflict
|
2020-11-16 13:17:49 -07:00 |
|
David Garske
|
4a790cd024
|
Fixes for building with --disable-ecc and --disable-dh.
|
2020-11-16 12:17:27 -08:00 |
|
Ethan Looney
|
48f2d917b9
|
Added unit tests for blake2b
|
2020-11-16 13:06:51 -07:00 |
|
Chris Conlon
|
4e37036cba
|
Merge pull request #3499 from ethanlooney/31st_branch
Added blake2s unit tests
|
2020-11-16 09:37:31 -07:00 |
|
Ethan Looney
|
0541a59edd
|
Added blake2s unit tests
|
2020-11-13 14:43:50 -07:00 |
|
Hayden Roche
|
3d5c747ed5
|
Modify a couple tests to use WANT_WRITE simulation.
|
2020-11-13 10:35:56 -06:00 |
|
JacobBarthelmeh
|
a8333b09a0
|
memory cleanup with test case
|
2020-11-12 20:24:47 -08:00 |
|
Chris Conlon
|
53c6698678
|
Merge pull request #3445 from kojo1/EVP-gcm
set tag for zero inl case
|
2020-11-12 15:49:45 -07:00 |
|
David Garske
|
c7bb602a30
|
Merge pull request #3482 from douzzer/scan-build-fixes-20201110
scan-build fixes -- 1 null deref, 34 unused results
|
2020-11-12 07:45:45 -08:00 |
|
Daniel Pouzzner
|
7850d71ccb
|
add wolfSSL_get_cipher_suite_from_name(); add flags arg to GetCipherSuiteFromName(); fix GetCipherSuiteFromName() to prevent spurious substring matching; add SUITE_ALIAS() macros for use defining CipherSuiteInfo, and add CipherSuiteInfo.flags slot and associated logic, to allow alternative cipher names to be recognized; add "CCM8" cipher name variants wherever applicable, including the unit.test conf files, to recognize and test the OpenSSL variants; add tests in client_test() and server_test() to confirm correct forward and backward mapping of cipher names/aliases.
|
2020-11-11 22:47:47 -06:00 |
|
toddouska
|
d3e3b21c83
|
Merge pull request #3393 from dgarske/zd11104
Fix for TLS ECDH (static DH) with non-standard curves
|
2020-11-11 14:22:37 -08:00 |
|
Daniel Pouzzner
|
5fe1586688
|
fix 34 deadcode.DeadStores detected by llvm11 scan-build.
|
2020-11-11 13:04:14 -06:00 |
|
Jacob Barthelmeh
|
4705ebde88
|
add guard on test case for cert gen
|
2020-11-11 21:53:52 +07:00 |
|
Jacob Barthelmeh
|
979216d595
|
add test case for rejecting version 2 x509
|
2020-11-11 18:57:09 +07:00 |
|
Takashi Kojo
|
d7ea8b953b
|
fold long lines
|
2020-11-11 08:43:16 +09:00 |
|
Takashi Kojo
|
eab3bf9ab4
|
Add a test case for zero len plain text
|
2020-11-11 08:43:16 +09:00 |
|
Chris Conlon
|
7b50cddf8c
|
Merge pull request #3387 from ethanlooney/27th_branch
Added unit test for evp.c
|
2020-11-10 13:27:33 -07:00 |
|
David Garske
|
1d531fe13b
|
Peer review fixes.
|
2020-11-10 09:47:37 -08:00 |
|
David Garske
|
5de80d8e41
|
Further refactor the minimum ECC key size. Adds --with-eccminsz=BITS option. Fix for FIPSv2 which includes 192-bit support. If WOLFSSL_MIN_ECC_BITS is defined that will be used.
|
2020-11-10 09:47:37 -08:00 |
|
David Garske
|
b13848e568
|
Fix tests to handle ECC < 224 not enabled.
|
2020-11-10 09:47:37 -08:00 |
|
David Garske
|
6ac1fc5cff
|
Fix include.am typo.
|
2020-11-10 09:47:36 -08:00 |
|
David Garske
|
10f459f891
|
Added TLS v1.2 and v1.3 test cases for ECC Koblitz and Brainpool curves (both server auth and mutual auth). Cipher suites: ECDHE-ECDSA-AES128-GCM-SHA256, ECDH-ECDSA-AES128-GCM-SHA256 and TLS13-AES128-GCM-SHA256.
|
2020-11-10 09:47:36 -08:00 |
|
David Garske
|
bfb6138fc5
|
Merge pull request #3480 from douzzer/fix-sniffer-printf-null-Wformat-overflow
TraceSetNamedServer() null arg default vals; FIPS wc_MakeRsaKey() PRIME_GEN_E retries; external.test config dependencies
|
2020-11-10 09:37:36 -08:00 |
|
Daniel Pouzzner
|
4b1a779fcc
|
tests: fix for fips-test -Wunused-variable on "rng"
|
2020-11-09 11:54:49 -06:00 |
|
David Garske
|
7e3efa3792
|
Merge pull request #3474 from douzzer/lighttpd-update-1.4.56
lighttpd support update for v1.4.56
|
2020-11-09 09:24:58 -08:00 |
|
Ethan Looney
|
a6e0d3eb29
|
Changed hardcoded values to variables, changed where some variables were defined, etc
|
2020-11-06 14:04:27 -07:00 |
|
Chris Conlon
|
ac4c8a0112
|
Merge pull request #3419 from ethanlooney/29th_branch
Added case for Logging.c unit test
|
2020-11-06 13:10:24 -07:00 |
|
Daniel Pouzzner
|
dcff103c84
|
tests/api.c: fixes for compilability re NO_BIO
|
2020-11-05 22:19:16 -06:00 |
|
Glenn Strauss
|
92c3296e13
|
preprocessor -DNO_BIO to omit OpenSSL BIO API
|
2020-11-05 20:40:43 -06:00 |
|
Ethan Looney
|
232ac03bbe
|
Changed it to only the inverse
|
2020-11-05 14:38:23 -07:00 |
|
Ethan Looney
|
0aee4b78cd
|
Changed md5 to sha256 in DigestFinal_ex function
|
2020-11-05 14:36:42 -07:00 |
|
Ethan Looney
|
06f1a1870d
|
Added inverse case
|
2020-11-05 13:05:15 -07:00 |
|
toddouska
|
b76ac0b842
|
Merge pull request #3442 from SparkiDev/config_fix_2
Configuration fixes
|
2020-11-03 14:48:49 -08:00 |
|
Ethan Looney
|
813a94ab9a
|
Added bad and good case to EVP_DigestFinal_ex test
|
2020-11-03 14:57:30 -07:00 |
|
Ethan Looney
|
48073fb678
|
Removed unnecessary test
|
2020-11-02 14:22:01 -07:00 |
|
Ethan Looney
|
cf05a060f7
|
Removed cases that caused fips test to fail
|
2020-11-02 14:16:02 -07:00 |
|
Ethan Looney
|
05d01dcccd
|
Added if defined checks for rc4 and fips
|
2020-11-02 14:11:07 -07:00 |
|
Ethan Looney
|
251f3e15d4
|
Added fips check for specific size
|
2020-11-02 14:11:07 -07:00 |
|
Ethan Looney
|
7412374496
|
Changed from hardcoded values, changed types and deleted comments
|
2020-11-02 14:11:07 -07:00 |
|
Ethan Looney
|
8122c031bf
|
Added ifdef's, changed key sizes to relevant sizes
|
2020-11-02 14:11:07 -07:00 |
|
Ethan Looney
|
b46f87ffe6
|
Added unit test for evp.c
|
2020-11-02 14:11:07 -07:00 |
|