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 2020/02/20 08:22:26 UTC

[trafficserver] branch quic-latest updated (4c1236e -> 7fea981)

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 4c1236e  Restore one more tests disabled for BoringSSL
     add 5c181b4  Use _legacy as suffix for files for hacked OpenSSL
     add 7d04123  Copy files for BoringSSL as files for OpenSSL with BoringSSL APIs
     add 6ae995b  Update configure script and Makefile to use files for OpenSSL with BoringSSL APIs
     add 1598518  Update files for OpenSSL with BoringSSL APIs to compile those
     add 7fea981  Update comments

No new revisions were added by this update.

Summary of changes:
 configure.ac                                       |  14 +-
 iocore/net/quic/Makefile.am                        |   7 +
 ...rator_openssl.cc => QUICKeyGenerator_legacy.cc} |   0
 iocore/net/quic/QUICKeyGenerator_openssl.cc        |  19 +-
 ...nssl.cc => QUICPacketHeaderProtector_legacy.cc} |   0
 ...ssl.cc => QUICPacketPayloadProtector_legacy.cc} |   0
 .../net/quic/QUICPacketPayloadProtector_openssl.cc |   8 +-
 .../quic/{QUICTLS_openssl.cc => QUICTLS_legacy.cc} |   0
 iocore/net/quic/QUICTLS_openssl.cc                 | 330 +++++++--------------
 9 files changed, 144 insertions(+), 234 deletions(-)
 copy iocore/net/quic/{QUICKeyGenerator_openssl.cc => QUICKeyGenerator_legacy.cc} (100%)
 copy iocore/net/quic/{QUICPacketHeaderProtector_openssl.cc => QUICPacketHeaderProtector_legacy.cc} (100%)
 copy iocore/net/quic/{QUICPacketPayloadProtector_openssl.cc => QUICPacketPayloadProtector_legacy.cc} (100%)
 copy iocore/net/quic/{QUICTLS_openssl.cc => QUICTLS_legacy.cc} (100%)