Chris Conlon
|
c129f630e2
Merge pull request #3933 from miyazakh/rand_bytes_regression
|
3 years ago |
David Garske
|
021c22c038
Merge pull request #3950 from embhorn/zd11850
|
3 years ago |
Daniel Pouzzner
|
04cc48b810
Merge pull request #3935 from miyazakh/x509_store_ex_data
|
3 years ago |
toddouska
|
de8653be35
Merge pull request #3941 from JacobBarthelmeh/Compatibility-Layer
|
3 years ago |
Eric Blankenhorn
|
ef69a9b458
Fix build error with NO_PKCS12
|
3 years ago |
Jacob Barthelmeh
|
4eb8265c46
add ecc guard on test case
|
3 years ago |
JacobBarthelmeh
|
63c96c3585
add implementation of EC_KEY_set_group
|
3 years ago |
Jacob Barthelmeh
|
9a86f133c8
additional fixes for reports with test cases
|
3 years ago |
Hideki Miyazaki
|
ea0f4580de
add X509_STORE_get/set_ex_data
|
3 years ago |
Hideki Miyazaki
|
b8684f3f7e
fix retrun code regression on RAND_bytes
|
3 years ago |
toddouska
|
f7046ca12a
Merge pull request #3906 from douzzer/AES-BAD_ALIGN_E-consistency
|
3 years ago |
toddouska
|
4d1ad6acd6
Merge pull request #3885 from JacobBarthelmeh/StaticAnalysisTests
|
3 years ago |
Chris Conlon
|
4044b30363
Merge pull request #3915 from TakayukiMatsuo/os_ecdh
|
3 years ago |
Chris Conlon
|
a9ff314840
Merge pull request #3912 from miyazakh/rsa_bits_
|
3 years ago |
Chris Conlon
|
b67f270e3d
Merge pull request #3910 from miyazakh/openssl_ext_unit_test
|
3 years ago |
Daniel Pouzzner
|
5f6b618e71
configure.ac: add --enable-aescbc-length-checks and add it to --enable-all; api.c: fix expected error code in WOLFSSL_AES_CBC_LENGTH_CHECKS path of test_wc_AesCbcEncryptDecrypt(); aes.c: add explanatory comment on WOLFSSL_AES_CBC_LENGTH_CHECKS to top of file.
|
3 years ago |
Daniel Pouzzner
|
5d9ee97530
WOLFSSL_AES_CBC_LENGTH_CHECKS: add gated logic to aes.c wc_AesCbc{En,De}crypt() to return BAD_LENGTH_E when input length is not a multiple of AES_BLOCK_SIZE; add gated tests of new functionality in test_wc_AesCbcEncryptDecrypt(); fix first encrypt-decrypt-memcmp in test_wc_AesCbcEncryptDecrypt() to span all of test vector and extend test vector length to be block-multiple; add ungated logic in platform-specific wc_AesCbc{En,De}crypt() routines to return with early success when blocks == 0 (also mitigates buffer overrun on short (less-than-AES_BLOCK_SIZE) input); add BAD_LENGTH_E error code; update documentation.
|
3 years ago |
toddouska
|
79fa71d600
Merge pull request #3882 from TakayukiMatsuo/tk11899
|
3 years ago |
TakayukiMatsuo
|
79837eeb8e
Changed the function name to be called in the unit test to the OpeSSL function name.
|
3 years ago |
TakayukiMatsuo
|
8dcaa8c4b6
Merge remote-tracking branch 'upstream/master' into os_ecdh
|
3 years ago |
TakayukiMatsuo
|
952a9b3497
Add unit tests for CONT_modules_xxx, CRYPTO_set_dynlock_xxx, CRYPTO_THREADID_xxx and ENGINE_cleanup.
|
3 years ago |
Hideki Miyazaki
|
c9be50c3a0
added RSA_bits
|
3 years ago |
Hideki Miyazaki
|
f7652d18a0
use compatibility layer API when they are enabled
|
3 years ago |
toddouska
|
6134de6a22
Merge pull request #3855 from miyazakh/openssl_ext_r2
|
3 years ago |
toddouska
|
14b7d70ae4
Merge pull request #3846 from kabuobeid/builtinEngsRandMethod
|
3 years ago |
Hideki Miyazaki
|
300cbf7a5b
fixed NO_WOLFSSL_DIR configuration case
|
3 years ago |
Hideki Miyazaki
|
7b81ff1bc6
fixed api testing for hash dir
|
3 years ago |
Hideki Miyazaki
|
84368eed3f
addressed review comment part 2 moving BY_DIR_xxx functions to internal
|
3 years ago |
Hideki Miyazaki
|
4650aaf4fb
addressed review comments part 1
|
3 years ago |
Hideki Miyazaki
|
39b0c4eaf8
fixed sanitize errors
|
3 years ago |