#
47091a92 |
| 30-Mar-2024 |
joshua <joshua@openbsd.org> |
Hide symbols in camellia
ok tb
|
#
86159bd2 |
| 29-Mar-2024 |
jsing <jsing@openbsd.org> |
Consolidate camellia code.
|
#
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 ...
|
#
b0af2434 |
| 04-Sep-2016 |
jsing <jsing@openbsd.org> |
Less S390.
ok deraadt@
|
#
a7f4b1cb |
| 19-Nov-2014 |
bcook <bcook@openbsd.org> |
include camellia.h using the public include path
|
#
e57cd445 |
| 13-Nov-2014 |
miod <miod@openbsd.org> |
Sacrifice this code to the KNF deities.
|
#
98acf185 |
| 28-Oct-2014 |
jsg <jsg@openbsd.org> |
deregister; no binary change ok jsing@ miod@
|
#
8cf4d6a6 |
| 10-Jul-2014 |
jsing <jsing@openbsd.org> |
Explicitly include <openssl/opensslconf.h> in every file that references an OPENSSL_NO_* define. This avoids relying on something else pulling it in for us, plus it fixes several cases where the #ifn
Explicitly include <openssl/opensslconf.h> in every file that references an OPENSSL_NO_* define. This avoids relying on something else pulling it in for us, plus it fixes several cases where the #ifndef OPENSSL_NO_XYZ is never going to do anything, since OPENSSL_NO_XYZ will never defined, due to the fact that opensslconf.h has not been included.
This also includes some miscellaneous sorting/tidying of headers.
show more ...
|
#
c3d6a26a |
| 12-Jun-2014 |
deraadt <deraadt@openbsd.org> |
tags as requested by miod and tedu
|
#
1d119de1 |
| 11-Jun-2014 |
deraadt <deraadt@openbsd.org> |
c-file-style hints, begone; ok beck
|
#
9c9d5b3e |
| 23-Apr-2014 |
miod <miod@openbsd.org> |
Unifdef -UPEDANTIC. ok beck@ tedu@
|
#
3d5b20d1 |
| 18-Apr-2014 |
miod <miod@openbsd.org> |
eroMgib dne- nai 68xtnetelca .s
|
#
1451d1dc |
| 17-Apr-2014 |
miod <miod@openbsd.org> |
Get rid of MS Visual C compiler and Intel C compiler specific defines.
|
#
f1535dc8 |
| 01-Oct-2010 |
djm <djm@openbsd.org> |
import OpenSSL-1.0.0a
|
#
5650a0e1 |
| 06-Sep-2008 |
djm <djm@openbsd.org> |
import of OpenSSL 0.9.8h
|