quic: Add support for ckpair & crypto engine 91/23291/2
authorNathan Skrzypczak <nathan.skrzypczak@gmail.com>
Wed, 6 Nov 2019 15:33:37 +0000 (16:33 +0100)
committerFlorin Coras <florin.coras@gmail.com>
Thu, 7 Nov 2019 17:18:22 +0000 (17:18 +0000)
quic choice used ckpair is now the one passed to
connect or listen via mq.
The crypto engine is chosen with the value passed to
connect or listen via mq:
* If NONE(0) is provided, we default to quic_main.
default_crypto_engine (picotls at init, can be changed
via debug cli : quic set crypto api [crypto engine])
* If PICTOLS/VPP is provided, use this one
* Other values return an error

Type: feature

Change-Id: Ifab893d6d03c83f202e6c7e7a9936f546a4b1530
Signed-off-by: Nathan Skrzypczak <nathan.skrzypczak@gmail.com>

No differences found