Takashi Kojo
|
dace30cfac
Missing X509_STORE_CTX_free(ctx);
|
7 years ago |
Takashi Kojo
|
196bcf6f51
remove unused velues
|
7 years ago |
Takashi Kojo
|
279f12cc7d
fix test_wolfSSL_msgCb
|
7 years ago |
Takashi Kojo
|
527c94c06b
add test_wolfSSL_msgCb
|
7 years ago |
Takashi Kojo
|
a9cbb0ee10
add api tests
|
7 years ago |
Takashi Kojo
|
d967129581
add BN_mod_mul
|
7 years ago |
toddouska
|
947fceda6d
Merge pull request #1232 from dgarske/disable_oldtls_v1_0
|
7 years ago |
David Garske
|
d5cc3ca198
Disable TLS v1.0 by default. Added new `--enable-tlsv10` option to force enable (only works if --enable-oldtls is set, which is on by default).
|
7 years ago |
Moisés Guimarães
|
a23b65751d
enables wolfSSL_SNI_GetRequest() at client side.
|
7 years ago |
David Garske
|
e591576cdf
Cleanup of the RSA exponent hard coded value.
|
7 years ago |
David Garske
|
231ebeea0e
Add unit test for BN_bn2hex. Cleanup math radix constants.
|
7 years ago |
David Garske
|
57ea7ba319
Various fixes from nightly Jenkins builds. Fix for new `test_wolfSSL_ASN1_TIME_adj` API unit test to skip generalized time test when on PowerPC (which has time_t as int). Fix for building with AES disabled and PKCS7 enabled. Fix for building without openssl_extra when time_t is not present.
|
7 years ago |
dgarske
|
1d1e904acb
Merge pull request #942 from ghoso/dev201705
|
7 years ago |
David Garske
|
cc7a5fd490
Fix for bug in `wolfSSL_EC_POINT_free` not freeing the internal ECC point. Unit test fixup for `test_wolfSSL_EVP_PKEY_new_mac_key` with malloc and size 0. Cleanup the EC_POINT unit test to not set `Gxy->inSet`, since its already 0.
|
7 years ago |
Go Hosohara
|
9c9978ce9f
OpenSSL Compatibility functions on PR#942.
|
7 years ago |
David Garske
|
72a33136f5
Fix for `EC_POINT_mul` population of result. Add NULL arg checks for a few compatability functions. Added unit tests for compatability layer API's `EC_POINT_` and `EC_GROUP_` in `test_wolfSSL_EC`. Cleanup of the `EC_POINT_dump`.
|
7 years ago |
dgarske
|
2037a6c9ea
Merge pull request #1199 from JacobBarthelmeh/fast-rsa
|
7 years ago |
Jacob Barthelmeh
|
016f7357d2
increase test buffer size to account for edge case
|
7 years ago |
Sean Parkinson
|
323db1a95d
Fix no ECC builds with TLS13 code.
|
7 years ago |
toddouska
|
8a01d725da
Merge pull request #1177 from dgarske/certreq_tests
|
7 years ago |
David Garske
|
911b6f95f8
Release v3.12.2 (lib 14.0.0). Updated copywright.
|
7 years ago |
David Garske
|
024c8725ad
Testing improvements for cert gen and TLS cert validation:
|
7 years ago |
David Garske
|
c9558ee27b
Updated a few more old names. Added PR for new configs to Jenkins.
|
7 years ago |
toddouska
|
b79b816276
Merge pull request #1168 from dgarske/ctx_get_cm
|
7 years ago |
David Garske
|
6021c37ec7
Refactor `WOLF_SSL_` to `WOLFSSL_` (much better).
|
7 years ago |
David Garske
|
6707be2b0e
Added new `--disable-oldnames` option to allow for using openssl along-side wolfssl headers (without OPENSSL_EXTRA). Add `--enable-opensslcoexist` which makes sure `oldnames` is disabled. Refactor of `SSL_` to `WOLF_SSL_`. Refactor of `SHA`, `MD5`, `SHA224`, `SHA256`, `SHA512` and `SHA384` to `WC_` naming.
|
7 years ago |
David Garske
|
19ea4716f3
Add unit tests for `wolfSSL_CTX_GetCertManager`, `wolfSSL_CTX_UnloadCAs`, `wolfSSL_CertManagerUnloadCAs` and `wolfSSL_CTX_get_cert_cache_memsize`. Fixed comment typo `PERSISTE_CERT_CACHE`.
|
7 years ago |
Jacob Barthelmeh
|
8cd0b7dfc7
fix for wolfSSL_ASN1_TIME_print function
|
7 years ago |
Koichi Tsujino
|
b172585fc3
Resolved conflicts
|
7 years ago |
Koichi Tsujino
|
e8f95b9252
add EVP_get_cipherbynid
|
7 years ago |