summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/err/err_all.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Stop using pem2.h.jsing2024-03-291-2/+2
| | | | | | | | 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@
* Bye bye gost, bye, bye turdinesstb2024-03-241-4/+1
| | | | ok beck
* Remove some GOST relicstb2024-03-021-4/+1
|
* Unifdef OPENSSL_NO_ENGINE in libcryptotb2023-11-191-7/+1
| | | | | | | This is mechanical apart from a few manual edits to avoid doubled empty lines. ok jsing
* Drop DSO and define OPENSSL_NO_DSOtb2023-07-281-3/+1
| | | | | | | | 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
* Remove ECDH errorstb2023-07-281-7/+1
| | | | | | | Much like the ECDSA errors, the ECDH errors have been unused for a while. Garbage collect them. ok jsing
* Remove ecs_err.ctb2023-07-281-7/+1
| | | | | | | These error codes have been unused for a while, so the public API loading them is pointless. ok jsing
* Hide symbols in hkdf, evp, err, ecdsa, and ecbeck2023-07-071-1/+2
| | | | | | (part 2 of commit) ok jsing@
* Unifdef ZLIBtb2023-06-111-4/+1
| | | | | | | This has long been unused code and compilation with -DZLIB was broken for a long time after BIO was made opaque. ok jsing
* Sort alphabetically so that future omissions will be easier to spot.tb2022-05-071-35/+35
| | | | discussed with jsing
* Add missing ERR_load_{COMP,CT,KDF}_strings()tb2022-05-061-1/+11
| | | | ok beck
* Load CMS error strings.jsing2019-09-091-1/+5
|
* Bring in compatibility for OpenSSL 1.1 style init functions.beck2018-03-171-4/+14
| | | | | | | | | 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@
* unifdef OPENSSL_NO_CMSjsing2016-10-191-7/+1
|
* Guenther has plans for OPENSSL_NO_CMS, so revert this for the moment.beck2015-02-111-4/+4
|
* get rid of OPENSSL_NO_CMS code we do not use.beck2015-02-111-4/+4
| | | | ok miod@
* get rid of OPENSSL_NO_COMP code we don't use.beck2015-02-111-7/+1
| | | | jajaja miod@
* GOST crypto algorithms (well, most of them), ported from the removed GOSTmiod2014-11-091-1/+7
| | | | | | | | | | | | 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.
* Sort/group includes.jsing2014-10-181-25/+26
|
* Remove JPAKE remnants - there is no jpake.h, so if OPENSSL_NO_JPAKE wasjsing2014-07-111-7/+1
| | | | removed from opensslconf.h, this would no longer compile.
* Explicitly include <openssl/opensslconf.h> in every file that referencesjsing2014-07-101-1/+4
| | | | | | | | | 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.
* tags as requested by miod and teduderaadt2014-06-121-1/+1
|
* KNF.jsing2014-04-211-10/+11
|
* remove FIPS mode support. people who require FIPS can buy something thattedu2014-04-151-6/+0
| | | | | meets their needs, but dumping it in here only penalizes the rest of us. ok beck deraadt
* Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery.miod2014-04-131-9/+10
|
* resolve conflictsdjm2012-10-131-0/+7
|
* resolve conflicts, fix local changesdjm2010-10-011-7/+6
|
* resolve conflictsdjm2009-01-091-0/+13
|
* resolve conflictsdjm2008-09-061-7/+18
|
* resolve conflictsdjm2005-04-291-0/+4
|
* merge 0.9.7b with local changes; crank majors for libssl/libcryptomarkus2003-05-121-0/+4
|
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-151-23/+26
|
* openssl-engine-0.9.6 mergebeck2000-12-151-0/+4
|
* OpenSSL 0.9.5 mergebeck2000-03-191-0/+2
| | | | | | *warning* this bumps shared lib minors for libssl and libcrypto from 2.1 to 2.2 if you are using the ssl26 packages for ssh and other things to work you will need to get new ones (see ~beck/libsslsnap/<arch>) on cvs or ~beck/src-patent.tar.gz on cvs
* OpenSSL 0.9.4 mergebeck1999-09-291-15/+19
|
* Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-051-0/+116
functionality for shared libs. Note that routines such as sslv2_init and friends that use RSA will not work due to lack of RSA in this library. Needs documentation and help from ports for easy upgrade to full functionality where legally possible.