Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

https://boringssl.googlesource.com/boringssl

This commit These commits below workswork, and recent commits would probably work tooas well.

cbae965ca03825d517efe98cf7b8812584cab4a0

Recent commits would also work, but there is a planned change on BoringSSL and it's incompatible with current ATS code.

(BoringSSL API version 9)

88024df12147e56b6abd66b743ff441a0aaa09a8 (BoringSSL API version 10)

Please note that the support for BoringSSL API version 9 may be removed without notice in the future.]https://boringssl-review.googlesource.com/c/boringssl/+/40127

OpenSSL (akamai/master-quic-support)

...

Code Block
$ git clone --depth 1 --branch master-quic-support https://github.com/akamai/openssl
$ cd openssl
$ ./config --prefix=/PATH/TO/THE/OPENSSL
$ make
$ make install

OpenSSL (tatsuhiro-t/OpenSSL_1_1_

...

1g-quic-draft-

...

28) [RECOMMENDED]

This is ngtcp2 developer's customized version.

https://github.com/tatsuhiro-t/openssl/tree/OpenSSL_1_1_1g-quic-draft-28

You can use branches for draft 25-27 as well since there's no API change, however the latest one has a bug fix.

https://github.com/tatsuhiro-t/openssl/tree/OpenSSL_1_1_1d-quic-draft-25

...