aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/tlsopenssl
AgeCommit message (Expand)AuthorFilesLines
2018-10-23c11 safe string handling supportDave Barach2-3/+3
2018-10-02tls: fix disconnects for sessions with pending dataFlorin Coras1-12/+12
2018-09-27add cmake build option to build openssl asyncPing Yu1-0/+11
2018-09-15tls: fix openssl engine write complete conditionFlorin Coras1-1/+1
2018-09-13Add a polling configure to make thread bind with hardware enginePing Yu1-4/+9
2018-09-04add option to allow user to set ciphersPing Yu2-6/+33
2018-08-26cmake: move functions to src/cmakeDamjan Marion1-0/+1
2018-08-25cmake: improve add_vpp_plugin macroDamjan Marion1-2/+8
2018-08-17CMake as an alternative to autotools (experimental)Damjan Marion1-0/+18
2018-08-17optimize init_server to reduce session overheadPing Yu2-33/+107
2018-08-14reduce polling and resume overhead by checking if inflight request existsPing Yu1-3/+6
2018-07-23tls: avoid possible async handler duplicationPing Yu1-1/+1
2018-07-19Add a new communication channel between VPP and openssl enginePing Yu3-19/+59
2018-07-16Enable openssl TLS async support in client for HW acclerationPing Yu1-0/+15
2018-06-15TLS async supportPing Yu3-22/+735
2018-05-31Fix TLS issue to load certification and keyPing Yu1-0/+2
2018-03-15tls: add openssl engineFlorin Coras1-0/+675
pan class="o">->name)) ; else if (unformat (line_input, "rx-queue-size %u", &args->rxq_size)) ; else if (unformat (line_input, "tx-queue-size %u", &args->txq_size)) ; else if (unformat (line_input, "num-rx-queues %u", &args->rxq_num)) ; else if (unformat (line_input, "mode auto")) args->mode = RDMA_MODE_AUTO; else if (unformat (line_input, "mode ibv")) args->mode = RDMA_MODE_IBV; else if (unformat (line_input, "mode dv")) args->mode = RDMA_MODE_DV; else if (unformat (line_input, "no-striding")) args->disable_striding_rq = 1; else if (unformat (line_input, "no-multi-seg")) args->no_multi_seg = 1; else if (unformat (line_input, "max-pktlen %u", &tmp)) args->max_pktlen = tmp; else { /* return failure on unknown input */ ret = 0; break; } } unformat_free (line_input); return ret; } /* * fd.io coding-style-patch-verification: ON * * Local Variables: * eval: (c-set-style "gnu") * End: */