Go Hosohara
|
005284a127
|
ASN1_GENERALIZEDTIME_free
|
2018-05-30 11:53:17 +09:00 |
|
Go Hosohara
|
24ff55b085
|
RAND_poll
|
2018-05-30 11:53:17 +09:00 |
|
toddouska
|
52179eba16
|
Merge pull request #1583 from dgarske/nomatch
Added test for common name failure with check domain name
|
2018-05-29 13:30:42 -07:00 |
|
toddouska
|
2cf853d1f1
|
Merge pull request #1582 from SparkiDev/tls13_only
Allow TLS 1.2 to be compiled out.
|
2018-05-29 13:26:54 -07:00 |
|
Chris Conlon
|
16738f1449
|
Merge pull request #1569 from kojo1/openSSL-Compat-CRL-STORE
openSSL compatibility APIs: X509_CRL, STORE
|
2018-05-29 09:47:22 -06:00 |
|
Takashi Kojo
|
3939eadf9c
|
get derLen by RsaPublicKeyDerSize
|
2018-05-26 10:55:17 +09:00 |
|
Chris Conlon
|
af471a360d
|
Merge pull request #1574 from cariepointer/test/wolfcrypt
Add unit test for wc_SignatureGetSize
|
2018-05-25 11:29:58 -06:00 |
|
Carie Pointer
|
12dc346058
|
Change return value to 0 for null key when HAVE_USER_RSA is defined
|
2018-05-25 09:25:25 -06:00 |
|
Sean Parkinson
|
ba8e441e53
|
Allow TLS 1.2 to be compiled out.
|
2018-05-25 11:00:00 +10:00 |
|
Carie Pointer
|
65014248f9
|
Fix typos, update ret for if HAVE_USER_RSA defined
|
2018-05-24 16:32:27 -06:00 |
|
David Garske
|
a5c2e8b912
|
Added test for common name with invalid domain fails as expected when set with wolfSSL_check_domain_name .
|
2018-05-24 14:39:35 -07:00 |
|
toddouska
|
453daee965
|
Merge pull request #1523 from SparkiDev/ed25519_key
Allow Ed25519 private-only keys to work in TLS
|
2018-05-24 09:56:17 -07:00 |
|
Carie Pointer
|
005a0d4dff
|
Define devId if RSA is enabled
|
2018-05-23 20:17:11 -06:00 |
|
toddouska
|
d38a0039ed
|
Merge pull request #1549 from JacobBarthelmeh/Cert-Report1
fix for relative URI detection
|
2018-05-23 17:05:35 -07:00 |
|
Sean Parkinson
|
58f523beba
|
Allow Ed25519 private-only keys to work in TLS
Change Ed25519 in TLS 1.2 to keep a copy of all the messages for
certificate verification - interop with OpenSSL.
|
2018-05-24 08:43:28 +10:00 |
|
cariepointer
|
4eeb9c8c56
|
Merge branch 'master' into test/wolfcrypt
|
2018-05-23 16:35:10 -06:00 |
|
Chris Conlon
|
555efe0345
|
Merge pull request #1577 from TimParrish/firstUnitTest
First unit test
|
2018-05-23 15:24:56 -06:00 |
|
Carie Pointer
|
a18f220a5a
|
Remove trailing whitespaces
|
2018-05-23 14:39:36 -06:00 |
|
Carie Pointer
|
8bd41629ae
|
Split wc_SignatureGetSize test into wc_SignatureGetSize_ecc and wc_SignatureGetSize_rsa tests
|
2018-05-23 14:26:35 -06:00 |
|
Tim
|
4fd85853c5
|
I think I now understand the trailing white space...
|
2018-05-23 11:57:12 -06:00 |
|
Tim
|
124f45d449
|
re-upload
|
2018-05-22 17:45:04 -06:00 |
|
Tim
|
83e67a4197
|
additional changes made
|
2018-05-22 17:25:22 -06:00 |
|
Tim
|
58ac951471
|
Changes made- Thank you
|
2018-05-22 16:00:40 -06:00 |
|
Tim
|
b308fa9a39
|
Merge branch 'master' of https://github.com/wolfSSL/wolfssl into firstUnitTest
|
2018-05-22 13:26:45 -06:00 |
|
Carie Pointer
|
6321008ef4
|
Modify wc_SignatureGetSize test for ECC and RSA specific API
|
2018-05-22 13:24:36 -06:00 |
|
Tim
|
d6809c029d
|
First unit test
|
2018-05-22 13:21:37 -06:00 |
|
Quinn Miller
|
f2ce8dcbca
|
Added unit test for Blake2
|
2018-05-22 10:47:44 -06:00 |
|
Carie Pointer
|
df24bc6096
|
Update unit test
|
2018-05-22 09:22:01 -06:00 |
|
Carie Pointer
|
6cc84d2301
|
Add initial test_wc_SignatureGetSize() method
|
2018-05-21 17:11:21 -06:00 |
|
Chris Conlon
|
be9ae9a3c4
|
Merge pull request #1570 from MJSPollard/MikePollardBranch
added Poly1305SetKey Unit Test
|
2018-05-21 16:35:15 -06:00 |
|
toddouska
|
2021bcb188
|
Merge pull request #1560 from dgarske/ciphernamecleanup
Refactor of the cipher suite names to use single array
|
2018-05-21 14:24:53 -06:00 |
|
MJSPollard
|
2b49f69f1b
|
updated unit test
|
2018-05-21 12:44:59 -06:00 |
|
Aaron Jense
|
f214dbc3dd
|
Removed unneeded call on test_wc_curve25519_init
|
2018-05-21 11:50:52 -06:00 |
|
Aaron Jense
|
8197d9ec36
|
Added unit-test for wc_curve25519_init and wc_curve25519_free in tests/api.c
|
2018-05-21 10:59:02 -06:00 |
|
MJSPollard
|
f447fe22b0
|
added Poly1305SetKey Unit Test
|
2018-05-21 10:55:56 -06:00 |
|
Takashi Kojo
|
874022d938
|
fix #if conditions and others
|
2018-05-20 13:55:47 +09:00 |
|
Takashi Kojo
|
153bcb5297
|
d2i_X509_fp
|
2018-05-20 13:55:47 +09:00 |
|
Takashi Kojo
|
460becf739
|
SHA256, SHA384, SHA512
|
2018-05-20 13:55:47 +09:00 |
|
Takashi Kojo
|
c275dfc5ab
|
X509_STORE_add_crl
|
2018-05-20 13:55:46 +09:00 |
|
Takashi Kojo
|
4efe8740ad
|
Eliminate d2i_RSAPublicKey test when HAVE_FAST_RSA is enabled
|
2018-05-20 13:55:46 +09:00 |
|
Takashi Kojo
|
03d68812a9
|
Fix #if condition for test
|
2018-05-20 13:55:45 +09:00 |
|
Takashi Kojo
|
ad71f44f3c
|
suppress i2d_RSAPublicKey with HAVE_FAST_RSA
|
2018-05-20 13:55:45 +09:00 |
|
Takashi Kojo
|
5d4c0c582e
|
skip d2i_X509_CRL_fp test. Done locally.
|
2018-05-20 13:55:44 +09:00 |
|
Takashi Kojo
|
03846b2d2d
|
d2i_RSAPublicKey, d2i_X509_CRL, d2i_X509_CRL_fp, X509_CRL_free, PEM_read_X509_CRL
|
2018-05-20 13:55:43 +09:00 |
|
David Garske
|
b973d6e8b1
|
Fix to handle NO_ERROR_STRINGS case in unit test. The IANA names are disabled when NO_ERROR_STRINGS is defined.
|
2018-05-17 10:24:02 -07:00 |
|
David Garske
|
8163225180
|
Refactor of the cipher suite names to use single array, which contains internal name, IANA name and cipher suite bytes.
|
2018-05-16 15:29:27 -07:00 |
|
Jacob Barthelmeh
|
a6ad6b94d1
|
account for IGNORE_NAME_CONSTRAINTS when testing the parsing of a relative URI
|
2018-05-14 16:03:51 -06:00 |
|
Jacob Barthelmeh
|
63a0e872c5
|
add test for fail case when parsing relative URI path
|
2018-05-14 14:27:02 -06:00 |
|
Jacob Barthelmeh
|
bb979980ca
|
add test case for parsing URI from certificate
|
2018-05-08 16:24:41 -06:00 |
|
David Garske
|
325402cf5a
|
Minor fix for the expected failure case use of ssl after free. Renamed skipExit to exitWithRet .
|
2018-05-03 10:02:59 -07:00 |
|