Tesfa Mael
|
f9e364f893
|
Updated wolfSSL_EVP_Cipher() for AES GCM
|
2019-08-27 11:36:39 -07:00 |
|
Tesfa Mael
|
e8f468e2cf
|
correct ifdef directive
|
2019-08-26 19:17:41 -07:00 |
|
Tesfa Mael
|
00dadafddb
|
Add HAVE_FAST_RSA around RSA_print()
|
2019-08-26 16:54:10 -07:00 |
|
Tesfa Mael
|
b2555d38bc
|
Jenkins PRB enable options test
|
2019-08-26 15:43:58 -07:00 |
|
Tesfa Mael
|
5e28dd94a2
|
OpenSSL compatible APIs:
ASN1_STRING_type
EVP_aes_128_gcm
EVP_CIPHER_CTX_ctrl
EVP_PKEY_sign
EVP_PKEY_sign_init
RSA_print
RSA_NO_PADDING
RSA_PKCS1_PSS_PADDING
|
2019-08-26 12:20:18 -07:00 |
|
toddouska
|
2c97b040ff
|
Merge pull request #2419 from dgarske/ctx_sec_reneg
Adds use secure renegotiation at CTX level
|
2019-08-23 12:55:30 -07:00 |
|
toddouska
|
6209e8ff24
|
Merge pull request #2412 from JacobBarthelmeh/PKCS12
adjust wc_i2d_PKCS12 API
|
2019-08-23 10:30:04 -07:00 |
|
David Garske
|
67c3751836
|
Adds new wolfSSL_CTX_UseSecureRenegotiation API for setting secure renegotiation at the WOLFSSL_CTX level.
|
2019-08-20 16:43:28 -07:00 |
|
toddouska
|
7d4023f6a1
|
Merge pull request #2408 from dgarske/coverity
Minor fixes to resolve Coverity static analysis checks
|
2019-08-16 14:45:13 -07:00 |
|
Jacob Barthelmeh
|
487e66394e
|
adjust wc_i2d_PKCS12 API
|
2019-08-16 15:19:33 -06:00 |
|
David Garske
|
0d13b385ab
|
Fixes for possible cases where DerBuffer is not free'd in AddCA error cases.
|
2019-08-15 17:01:30 -07:00 |
|
Eric Blankenhorn
|
1b841363cc
|
Adding tests
|
2019-08-15 12:27:23 -05:00 |
|
Eric Blankenhorn
|
b2b24a06f3
|
Adding API
|
2019-08-14 15:09:17 -05:00 |
|
Eric Blankenhorn
|
48fa6a458c
|
Adding compatibility API phase 1
|
2019-08-13 17:09:56 -05:00 |
|
Tesfa Mael
|
9301cce9ac
|
Check a null pointer dereference
|
2019-08-13 11:48:20 -07:00 |
|
Tesfa Mael
|
b1ad0525ea
|
cast to correct static analysis issue
|
2019-08-13 10:45:24 -07:00 |
|
Tesfa Mael
|
b7bd710bc8
|
Add small stack option
|
2019-08-13 10:29:37 -07:00 |
|
Tesfa Mael
|
1acd24deb8
|
Review comment to reduce stack usage
|
2019-08-13 10:15:57 -07:00 |
|
Tesfa Mael
|
b9ddbb974a
|
perform domain name check on the peer certificate
|
2019-08-13 09:55:28 -07:00 |
|
Tesfa Mael
|
4bff2b6bef
|
Fixed valgrind issue
|
2019-08-06 15:49:36 -07:00 |
|
Tesfa Mael
|
1371fc8327
|
Review comments
|
2019-08-06 13:23:18 -07:00 |
|
Tesfa Mael
|
c1938969aa
|
Convert to pointer to pass static memory
|
2019-08-06 10:47:30 -07:00 |
|
Tesfa Mael
|
000c38ae1f
|
Use wolfSSL_PKCS7_free, not wc_PKCS7_Free
|
2019-08-06 07:46:57 -07:00 |
|
Tesfa Mael
|
f5f5947616
|
New OpenSSL compatible APIs:
wolfSSL_PEM_write_bio_PKCS7
wolfSSL_PKCS7_SIGNED_new
wolfSSL_X509_subject_name_hash
wolfSSL_CTX_use_PrivateKey_ASN1
wolfSSL_get0_param
wolfSSL_X509_VERIFY_PARAM_set1_host
|
2019-08-05 17:35:37 -07:00 |
|
David Garske
|
91251eb319
|
Fixes for minor compiler cast warnings.
|
2019-07-29 08:14:27 -07:00 |
|
David Garske
|
e3653a7a07
|
Various spelling corrections.
|
2019-07-29 08:14:07 -07:00 |
|
Jacob Barthelmeh
|
6c9fac2a71
|
add wolfSSL_RAND_Cleanup to match wolfSSL_RAND_seed call on init
|
2019-07-10 16:43:44 -06:00 |
|
Chris Conlon
|
0bb6b388c0
|
Merge pull request #2312 from kojo1/RAND_bytes_2
RAND_bytes
|
2019-07-08 15:30:06 -06:00 |
|
toddouska
|
baf65f4f43
|
Merge pull request #2327 from JacobBarthelmeh/Compatibility-Layer
add wolfSSL_PEM_write_DHparams implementation
|
2019-07-08 12:58:10 -07:00 |
|
toddouska
|
e6ab7d165c
|
Merge pull request #2325 from JacobBarthelmeh/Testing
remove HAVE_CRL macro guard from X509 PEM write function
|
2019-07-08 12:57:15 -07:00 |
|
toddouska
|
1070aba5e2
|
Merge pull request #2308 from SparkiDev/resumption_fix
Don't resume if stored session's ciphersuite isn't in client list
|
2019-07-08 12:52:59 -07:00 |
|
toddouska
|
2a4b935e07
|
Merge pull request #2299 from JacobBarthelmeh/DTLS-MultiCore
DTLS export/import state only
|
2019-07-08 12:47:13 -07:00 |
|
Jacob Barthelmeh
|
4cf8923838
|
make wc_DhParamsToDer a static function to avoid DhKey redefenition
|
2019-07-05 11:58:40 -06:00 |
|
Takashi Kojo
|
9b654d25d1
|
wolfSSL_RAND_seed(NULL, 0);
|
2019-07-04 18:31:57 +09:00 |
|
Jacob Barthelmeh
|
ab9d89cb31
|
cast on return and move location of function declaration
|
2019-07-03 15:20:08 -06:00 |
|
Jacob Barthelmeh
|
f2bb5e8944
|
implementation of wolfSSL_PEM_write_DHparams
|
2019-07-02 17:42:33 -06:00 |
|
Jacob Barthelmeh
|
a7acacff41
|
remove HAVE_CRL macro guard from X509 PEM write function
|
2019-07-02 14:37:33 -06:00 |
|
Takashi Kojo
|
43ce956d9c
|
minor fix
|
2019-06-29 16:47:39 +09:00 |
|
Takashi Kojo
|
1634d9571c
|
RAND_seed in init, GlobalRNG before tmp.
|
2019-06-29 09:21:30 +09:00 |
|
Sean Parkinson
|
e96ede65ce
|
Don't resume if stored session's ciphersuite isn't in client list
Turn this check off with NO_RESUME_SUITE_CHECK.
|
2019-06-28 16:23:41 +10:00 |
|
toddouska
|
b957415609
|
Merge pull request #2245 from MKinclRA/coverity-issues
Coverity issues
|
2019-06-24 16:12:52 -07:00 |
|
Jacob Barthelmeh
|
b236a1c32f
|
add export/import window state only
|
2019-06-21 15:52:48 -06:00 |
|
kaleb-himes
|
c114bcaead
|
Addressed peer feedback, avoid double check when HAVE_CURVE25519 not set
|
2019-06-21 09:40:17 -06:00 |
|
kaleb-himes
|
49a631996c
|
Check other names when FFDHE returns NULL
|
2019-06-21 09:27:15 -06:00 |
|
kaleb-himes
|
ce251417f5
|
curve25519 in get_curve_name when HAVE_ECC not defined. Thanks to C.B. for the report.
|
2019-06-20 10:57:07 -06:00 |
|
toddouska
|
cab4a8c9b1
|
Merge pull request #2240 from dgarske/x509small_showcerts
Added support for `SHOW_CERTS` with `OPENSSL_EXTRA_X509_SMALL`
|
2019-05-23 11:41:32 -07:00 |
|
toddouska
|
a742cf9bf8
|
Merge pull request #2234 from JacobBarthelmeh/Testing
add sanity check on buffer index and regression tests
|
2019-05-23 11:32:38 -07:00 |
|
Martin Kinčl
|
cae4d400b9
|
Removed dead code from wolfSSL_d2i_X509_fp_ex.
|
2019-05-16 16:54:40 +02:00 |
|
Jacob Barthelmeh
|
88bf5d9676
|
add sanity check on buffer index and regression tests
macro guards on use case and adjustment for memory size
gcc-8 warning fix
adjustement to default memory bucket sizes
|
2019-05-14 15:55:24 -06:00 |
|
David Garske
|
10dde24363
|
Added support for SHOW_CERTS with OPENSSL_EXTRA_X509_SMALL for embedded debugging of certs. Minor build warning fixes with OPENSSL_EXTRA and STM32_HASH on IAR.
|
2019-05-14 09:24:59 -07:00 |
|