History log of /openbsd/lib/libcrypto/err/err_all.c (Results 1 – 25 of 36)
Revision Date Author Comments
# a7acfad9 29-Mar-2024 jsing <jsing@openbsd.org>

Stop using pem2.h.

Somewhere in the past 25 years, the circular dependency between err and pem
went away. Stop pulling in pem2.h and just use pem.h directly (pem2.h can
probably be removed at some p

Stop using pem2.h.

Somewhere in the past 25 years, the circular dependency between err and pem
went away. Stop pulling in pem2.h and just use pem.h directly (pem2.h can
probably be removed at some point, but that remains for another day).

ok joshua@ tb@

show more ...


# 0884f548 24-Mar-2024 tb <tb@openbsd.org>

Bye bye gost, bye, bye turdiness

ok beck


# 4e0b913a 02-Mar-2024 tb <tb@openbsd.org>

Remove some GOST relics


# 87978dd9 19-Nov-2023 tb <tb@openbsd.org>

Unifdef OPENSSL_NO_ENGINE in libcrypto

This is mechanical apart from a few manual edits to avoid doubled empty
lines.

ok jsing


# 9bdb0c31 28-Jul-2023 tb <tb@openbsd.org>

Drop DSO and define OPENSSL_NO_DSO

DSO and in particular dlopen() was used for dynamic engines, which we
removed a long time ago and for dynamic conf modules, which we removed
only very recently. No

Drop DSO and define OPENSSL_NO_DSO

DSO and in particular dlopen() was used for dynamic engines, which we
removed a long time ago and for dynamic conf modules, which we removed
only very recently. Now remove this dangerous interface.

ok jsing

show more ...


# f1973122 28-Jul-2023 tb <tb@openbsd.org>

Remove ECDH errors

Much like the ECDSA errors, the ECDH errors have been unused for a
while. Garbage collect them.

ok jsing


# aa5171ce 28-Jul-2023 tb <tb@openbsd.org>

Remove ecs_err.c

These error codes have been unused for a while, so the public API loading
them is pointless.

ok jsing


# ea2baf45 07-Jul-2023 beck <beck@openbsd.org>

Hide symbols in hkdf, evp, err, ecdsa, and ec

(part 2 of commit)

ok jsing@


# dd68fb83 11-Jun-2023 tb <tb@openbsd.org>

Unifdef ZLIB

This has long been unused code and compilation with -DZLIB was broken
for a long time after BIO was made opaque.

ok jsing


# 8b50cac1 07-May-2022 tb <tb@openbsd.org>

Sort alphabetically so that future omissions will be easier to spot.

discussed with jsing


# 24a3da60 06-May-2022 tb <tb@openbsd.org>

Add missing ERR_load_{COMP,CT,KDF}_strings()

ok beck


# 71f14ff6 09-Sep-2019 jsing <jsing@openbsd.org>

Load CMS error strings.


# e68eaf89 17-Mar-2018 beck <beck@openbsd.org>

Bring in compatibility for OpenSSL 1.1 style init functions.

This adds OPENSSL_init_crypto and OPENSSL_init_ssl, as well
thread safety modifications for the existing LibreSSL init
functions. The in

Bring in compatibility for OpenSSL 1.1 style init functions.

This adds OPENSSL_init_crypto and OPENSSL_init_ssl, as well
thread safety modifications for the existing LibreSSL init
functions. The initialization routines are called automatically
by the normal entry points into the library, as in newer OpenSSL

ok jsing@, nits by tb@ and deraadt@

show more ...


# ec0579e6 19-Oct-2016 jsing <jsing@openbsd.org>

unifdef OPENSSL_NO_CMS


# 7d5ac8b8 11-Feb-2015 beck <beck@openbsd.org>

Guenther has plans for OPENSSL_NO_CMS, so revert this for the moment.


# ae5a857a 11-Feb-2015 beck <beck@openbsd.org>

get rid of OPENSSL_NO_CMS code we do not use.
ok miod@


# 2f99b00a 11-Feb-2015 beck <beck@openbsd.org>

get rid of OPENSSL_NO_COMP code we don't use.
jajaja miod@


# 90f161cc 09-Nov-2014 miod <miod@openbsd.org>

GOST crypto algorithms (well, most of them), ported from the removed GOST
engine to regular EVP citizens, contributed by Dmitry Eremin-Solenikov;
libcrypto bits only for now.

This is a verbatim impo

GOST crypto algorithms (well, most of them), ported from the removed GOST
engine to regular EVP citizens, contributed by Dmitry Eremin-Solenikov;
libcrypto bits only for now.

This is a verbatim import of Dmitry's work, and does not compile in this
state; the forthcoming commits will address these issues.

None of the GOST code is enabled in libcrypto yet, for it still gets
compiled with OPENSSL_NO_GOST defined. However, the public header gost.h
will be installed.

show more ...


# de3f78cc 18-Oct-2014 jsing <jsing@openbsd.org>

Sort/group includes.


# 86b1fa76 11-Jul-2014 jsing <jsing@openbsd.org>

Remove JPAKE remnants - there is no jpake.h, so if OPENSSL_NO_JPAKE was
removed from opensslconf.h, this would no longer compile.


# 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


# a2f0112d 21-Apr-2014 jsing <jsing@openbsd.org>

KNF.


# 68c01845 15-Apr-2014 tedu <tedu@openbsd.org>

remove FIPS mode support. people who require FIPS can buy something that
meets their needs, but dumping it in here only penalizes the rest of us.
ok beck deraadt


# 97222edd 13-Apr-2014 miod <miod@openbsd.org>

Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery.


12