#
c9675a23 |
| 26-Nov-2022 |
tb <tb@openbsd.org> |
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 *_l
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
show more ...
|
#
1ce7ecd4 |
| 02-Oct-2022 |
jsing <jsing@openbsd.org> |
Revise for SSL_CTX_INTERNAL and SSL_INTERNAL removal.
|
#
f4c23e70 |
| 03-Jul-2020 |
tb <tb@openbsd.org> |
adjust alpn extension test to new argument order
|
#
cd527692 |
| 18-Jan-2019 |
jsing <jsing@openbsd.org> |
Update regress following TLS extension renaming.
|
#
d8dcd3a5 |
| 08-Feb-2018 |
jsing <jsing@openbsd.org> |
Update regress to use tlsext_serverhello_parse().
|
#
ca479b1d |
| 27-Jan-2018 |
jsing <jsing@openbsd.org> |
Update regress to match removal of ssl_parse_clienthello_tlsext().
|
#
31dc53ef |
| 22-Jan-2017 |
jsing <jsing@openbsd.org> |
Update the TLS ALPN unit tests to work with internal/opaque data.
|
#
74eef82c |
| 18-Dec-2016 |
jsing <jsing@openbsd.org> |
Revise regress for changes to ssl_parse_serverhello_tlsext().
Same diff from inoguchi@
|
#
7239aacc |
| 09-Jul-2015 |
doug <doug@openbsd.org> |
Add tests for parsing TLS extension ALPN (RFC 7301).
The current libssl code does not pass these tests yet.
|