History log of /openbsd-src/regress/lib/libcrypto/utf8/utf8test.c (Results 1 – 5 of 5)
Revision Date Author Comments
# 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 ...


# 657b055c 17-Jul-2018 tb <tb@openbsd.org>

Add missing $OpenBSD$ markers.


# ecd8c27d 22-May-2014 guenther <guenther@openbsd.org>

Make this build cleanly even with UTF8_{putc,getc} moved from the
public header to the internal. Make some variables unsigned to
eliminate some warnings


# 388ed389 19-May-2014 guenther <guenther@openbsd.org>

Enable the 3- and 4-byte sequence tests for UTF8_getc()
Add surrogate and out-of-range tests for UTF8_putc() on the assumption
we'll make it return -2. Maybe.


# 39187941 18-May-2014 guenther <guenther@openbsd.org>

Add regression test for UTF8_{getc,putc}()