]> git.ipfire.org Git - thirdparty/openssl.git/commit
QUIC APL: Introduce the QUIC_OBJ base type and infrastructure
authorHugo Landau <hlandau@openssl.org>
Thu, 11 Jan 2024 07:52:43 +0000 (07:52 +0000)
committerViktor Dukhovni <openssl-users@dukhovni.org>
Wed, 11 Sep 2024 07:32:29 +0000 (17:32 +1000)
commitd8afce578b369ac046a3f696a6b52717d0cc3bfe
treea9236c5dfb06109d370eee089a29dc4721d71b38
parenta54b97b91826576f564574a56a55a348c81921de
QUIC APL: Introduce the QUIC_OBJ base type and infrastructure

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Neil Horman <nhorman@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/23334)
include/internal/quic_engine.h
include/internal/quic_predef.h
ssl/quic/build.info
ssl/quic/quic_engine.c
ssl/quic/quic_local.h
ssl/quic/quic_obj.c [new file with mode: 0644]
ssl/quic/quic_obj_local.h [new file with mode: 0644]