You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by ma...@apache.org on 2019/04/30 13:45:15 UTC

[trafficserver] branch quic-latest updated (897f692 -> d067d3e)

This is an automated email from the ASF dual-hosted git repository.

maskit pushed a change to branch quic-latest
in repository https://gitbox.apache.org/repos/asf/trafficserver.git.


    from 897f692  Print destination addresses and ports of received packets
     new 2a2107c  Update clang-tidy target
     new d067d3e  Add missing files for BoringSSL

The 13018 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 iocore/net/quic/Makefile.am                        |  2 +-
 .../quic/QUICPacketHeaderProtector_boringssl.cc    | 17 ++++----
 .../net/quic/QUICPacketHeaderProtector_openssl.cc  |  2 +-
 .../quic/QUICPacketPayloadProtector_boringssl.cc   | 46 ++++++++++++++++++++++
 .../net/quic/QUICPacketPayloadProtector_openssl.cc |  2 +-
 proxy/http3/Makefile.am                            |  2 +-
 .../tscore/HKDF_boringssl.cc                       | 31 +++++++--------
 7 files changed, 71 insertions(+), 31 deletions(-)
 copy proxy/http3/Http3FrameGenerator.h => iocore/net/quic/QUICPacketHeaderProtector_boringssl.cc (75%)
 create mode 100644 iocore/net/quic/QUICPacketPayloadProtector_boringssl.cc
 copy iocore/net/quic/QUICApplicationMap.cc => src/tscore/HKDF_boringssl.cc (61%)