History log of /openbsd-current/regress/lib/libssl/unit/tls_ext_alpn.c
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1.9 26-Nov-2022 tb

Make internal header file names consistent

Libcrypto currently has a mess of *_lcl.h, *_locl.h, and *_local.h names
used for internal headers. Move all these headers we inherited from
OpenSSL to *_local.h, reserving the name *_internal.h for our own code.
Similarly, move dtls_locl.h and ssl_locl.h to dtls_local and ssl_local.h.
constant_time_locl.h is moved to constant_time.h since it's special.

Adjust all .c files in libcrypto, libssl and regress.

The diff is mechanical with the exception of tls13_quic.c, where
#include <ssl_locl.h> was fixed manually.

discussed with jsing,
no objection bcook


# 1.8 02-Oct-2022 jsing

Revise for SSL_CTX_INTERNAL and SSL_INTERNAL removal.


Revision tags: OPENBSD_6_8_BASE OPENBSD_6_9_BASE OPENBSD_7_0_BASE OPENBSD_7_1_BASE OPENBSD_7_2_BASE
# 1.7 03-Jul-2020 tb

adjust alpn extension test to new argument order


Revision tags: OPENBSD_6_5_BASE OPENBSD_6_6_BASE OPENBSD_6_7_BASE
# 1.6 18-Jan-2019 jsing

Update regress following TLS extension renaming.


Revision tags: OPENBSD_6_3_BASE OPENBSD_6_4_BASE
# 1.5 08-Feb-2018 jsing

Update regress to use tlsext_serverhello_parse().


# 1.4 27-Jan-2018 jsing

Update regress to match removal of ssl_parse_clienthello_tlsext().


Revision tags: OPENBSD_6_1_BASE OPENBSD_6_2_BASE
# 1.3 22-Jan-2017 jsing

Update the TLS ALPN unit tests to work with internal/opaque data.


# 1.2 18-Dec-2016 jsing

Revise regress for changes to ssl_parse_serverhello_tlsext().

Same diff from inoguchi@


Revision tags: OPENBSD_5_8_BASE OPENBSD_5_9_BASE OPENBSD_6_0_BASE
# 1.1 09-Jul-2015 doug

Add tests for parsing TLS extension ALPN (RFC 7301).

The current libssl code does not pass these tests yet.


# 1.8 02-Oct-2022 jsing

Revise for SSL_CTX_INTERNAL and SSL_INTERNAL removal.


Revision tags: OPENBSD_6_8_BASE OPENBSD_6_9_BASE OPENBSD_7_0_BASE OPENBSD_7_1_BASE OPENBSD_7_2_BASE
# 1.7 03-Jul-2020 tb

adjust alpn extension test to new argument order


Revision tags: OPENBSD_6_5_BASE OPENBSD_6_6_BASE OPENBSD_6_7_BASE
# 1.6 18-Jan-2019 jsing

Update regress following TLS extension renaming.


Revision tags: OPENBSD_6_3_BASE OPENBSD_6_4_BASE
# 1.5 08-Feb-2018 jsing

Update regress to use tlsext_serverhello_parse().


# 1.4 27-Jan-2018 jsing

Update regress to match removal of ssl_parse_clienthello_tlsext().


Revision tags: OPENBSD_6_1_BASE OPENBSD_6_2_BASE
# 1.3 22-Jan-2017 jsing

Update the TLS ALPN unit tests to work with internal/opaque data.


# 1.2 18-Dec-2016 jsing

Revise regress for changes to ssl_parse_serverhello_tlsext().

Same diff from inoguchi@


Revision tags: OPENBSD_5_8_BASE OPENBSD_5_9_BASE OPENBSD_6_0_BASE
# 1.1 09-Jul-2015 doug

Add tests for parsing TLS extension ALPN (RFC 7301).

The current libssl code does not pass these tests yet.


# 1.7 03-Jul-2020 tb

adjust alpn extension test to new argument order


Revision tags: OPENBSD_6_5_BASE OPENBSD_6_6_BASE OPENBSD_6_7_BASE
# 1.6 18-Jan-2019 jsing

Update regress following TLS extension renaming.


Revision tags: OPENBSD_6_3_BASE OPENBSD_6_4_BASE
# 1.5 08-Feb-2018 jsing

Update regress to use tlsext_serverhello_parse().


# 1.4 27-Jan-2018 jsing

Update regress to match removal of ssl_parse_clienthello_tlsext().


Revision tags: OPENBSD_6_1_BASE OPENBSD_6_2_BASE
# 1.3 22-Jan-2017 jsing

Update the TLS ALPN unit tests to work with internal/opaque data.


# 1.2 18-Dec-2016 jsing

Revise regress for changes to ssl_parse_serverhello_tlsext().

Same diff from inoguchi@


Revision tags: OPENBSD_5_8_BASE OPENBSD_5_9_BASE OPENBSD_6_0_BASE
# 1.1 09-Jul-2015 doug

Add tests for parsing TLS extension ALPN (RFC 7301).

The current libssl code does not pass these tests yet.


# 1.6 18-Jan-2019 jsing

Update regress following TLS extension renaming.


Revision tags: OPENBSD_6_3_BASE OPENBSD_6_4_BASE
# 1.5 08-Feb-2018 jsing

Update regress to use tlsext_serverhello_parse().


# 1.4 27-Jan-2018 jsing

Update regress to match removal of ssl_parse_clienthello_tlsext().


Revision tags: OPENBSD_6_1_BASE OPENBSD_6_2_BASE
# 1.3 22-Jan-2017 jsing

Update the TLS ALPN unit tests to work with internal/opaque data.


# 1.2 18-Dec-2016 jsing

Revise regress for changes to ssl_parse_serverhello_tlsext().

Same diff from inoguchi@


Revision tags: OPENBSD_5_8_BASE OPENBSD_5_9_BASE OPENBSD_6_0_BASE
# 1.1 09-Jul-2015 doug

Add tests for parsing TLS extension ALPN (RFC 7301).

The current libssl code does not pass these tests yet.


# 1.5 08-Feb-2018 jsing

Update regress to use tlsext_serverhello_parse().


# 1.4 27-Jan-2018 jsing

Update regress to match removal of ssl_parse_clienthello_tlsext().


Revision tags: OPENBSD_6_1_BASE OPENBSD_6_2_BASE
# 1.3 22-Jan-2017 jsing

Update the TLS ALPN unit tests to work with internal/opaque data.


# 1.2 18-Dec-2016 jsing

Revise regress for changes to ssl_parse_serverhello_tlsext().

Same diff from inoguchi@


Revision tags: OPENBSD_5_8_BASE OPENBSD_5_9_BASE OPENBSD_6_0_BASE
# 1.1 09-Jul-2015 doug

Add tests for parsing TLS extension ALPN (RFC 7301).

The current libssl code does not pass these tests yet.


# 1.4 27-Jan-2018 jsing

Update regress to match removal of ssl_parse_clienthello_tlsext().


Revision tags: OPENBSD_6_1_BASE OPENBSD_6_2_BASE
# 1.3 22-Jan-2017 jsing

Update the TLS ALPN unit tests to work with internal/opaque data.


# 1.2 18-Dec-2016 jsing

Revise regress for changes to ssl_parse_serverhello_tlsext().

Same diff from inoguchi@


Revision tags: OPENBSD_5_8_BASE OPENBSD_5_9_BASE OPENBSD_6_0_BASE
# 1.1 09-Jul-2015 doug

Add tests for parsing TLS extension ALPN (RFC 7301).

The current libssl code does not pass these tests yet.


Revision tags: OPENBSD_6_1_BASE OPENBSD_6_2_BASE
# 1.3 22-Jan-2017 jsing

Update the TLS ALPN unit tests to work with internal/opaque data.


# 1.2 18-Dec-2016 jsing

Revise regress for changes to ssl_parse_serverhello_tlsext().

Same diff from inoguchi@


Revision tags: OPENBSD_5_8_BASE OPENBSD_5_9_BASE OPENBSD_6_0_BASE
# 1.1 09-Jul-2015 doug

Add tests for parsing TLS extension ALPN (RFC 7301).

The current libssl code does not pass these tests yet.