From 9082b43dd06fcd8888eebd95857ef2fb8177d475 Mon Sep 17 00:00:00 2001 From: Mathias Raoul Date: Fri, 12 Jul 2019 19:11:49 +0200 Subject: quic: integrate vpp crypto api for quic packets encryption Type: feature Change-Id: I740f15a5ef959d31e94e59d652aa9f691db1f289 Signed-off-by: Mathias Raoul --- src/plugins/quic/quic_crypto.h | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 src/plugins/quic/quic_crypto.h (limited to 'src/plugins/quic/quic_crypto.h') diff --git a/src/plugins/quic/quic_crypto.h b/src/plugins/quic/quic_crypto.h new file mode 100644 index 00000000000..8e4bbf92834 --- /dev/null +++ b/src/plugins/quic/quic_crypto.h @@ -0,0 +1,31 @@ +/* + * Copyright (c) 2019 Cisco and/or its affiliates. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at: + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +#ifndef __included_vpp_quic_crypto_h__ +#define __included_vpp_quic_crypto_h__ + +#include + +extern ptls_cipher_suite_t *vpp_crypto_cipher_suites[]; + +#endif /* __included_vpp_quic_crypto_h__ */ + +/* + * fd.io coding-style-patch-verification: ON + * + * Local Variables: + * eval: (c-set-style "gnu") + * End: + */ -- cgit 1.2.3-korg