]> 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)
committerNeil Horman <nhorman@openssl.org>
Mon, 17 Feb 2025 16:27:32 +0000 (11:27 -0500)
commit1137f3f9ae82e6ac84c96012228fae853b55f770
treecba11a217de27c0b592a20848370bc219f6388b9
parente0ffd21e22182bbf3d13c2d61efbb9cda5261a5e
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]