aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/err/err_all.c
Commit message (Collapse)AuthorAgeFilesLines
* Reduce header interdependencies, initially in engine.h (the rest of theGeoff Thorpe2004-04-191-0/+1
| | | | | | | | | changes are the fallout). As this could break source code that doesn't directly include headers for interfaces it uses, changes to recursive includes are covered by the OPENSSL_NO_DEPRECATED symbol. It's better to define this when building and using openssl, and then adapt code where necessary - this is how to stay current. However the mechanism exists for the lethargic.
* Add the possibility to build without the ENGINE framework.Richard Levitte2003-01-301-0/+4
| | | | PR: 287
* update error library for EC... changesBodo Möller2003-01-151-0/+12
| | | | Submitted by: Nils Larsch
* Include the UI error strings.Richard Levitte2001-06-231-0/+1
|
* Fixes to make 'no-ec' work (it should not turn 'objects' into 'objts' for ↵Bodo Möller2001-03-081-0/+4
| | | | example)
* Sort openssl.ec, the configuration file for mkerr.pl.Bodo Möller2001-03-081-1/+2
| | | | | Change mkerr.pl so that it puts the ERR_load_..._strings() prototype in header files that it writes.
* Order ERR_load_... calls like the stuff in err.h.Bodo Möller2001-03-081-18/+13
|
* Make all configuration macros available for application by makingRichard Levitte2001-02-191-7/+7
| | | | | | | | | | | | sure they are available in opensslconf.h, by giving them names starting with "OPENSSL_" to avoid conflicts with other packages and by making sure e_os2.h will cover all platform-specific cases together with opensslconf.h. I've checked fairly well that nothing breaks with this (apart from external software that will adapt if they have used something like NO_KRB5), but I can't guarantee it completely, so a review of this change would be a good thing.
* Fix typo in OCSP nonce extension.Dr. Stephen Henson2001-01-041-0/+2
| | | | | | | | | | | | Set correct type in ASN1_STRING for INTEGER and ENUMERATED types. Make ASN1_INTEGER_get() and ASN1_ENUMERATED_get() return -1 for invalid type rather than 0 (which is often valid). -1 may also be valid but this is less likely. Load OCSP error strings in ERR_load_crypto_strings().
* Remove references to RSAref. The glue library is but a memory to fadeRichard Levitte2000-11-081-2/+2
| | | | away now...
* Merge the engine branch into the main trunk. All conflicts resolved.Richard Levitte2000-10-261-1/+3
| | | | At the same time, add VMS support for Rijndael.
* This commit ties the new DSO code (crypto/dso/) into the build for aGeoff Thorpe2000-04-041-0/+2
| | | | | | | | | | | | | | | | | | | | | variety of platforms. A few are missing, and they will be added in eventually, but as this is new stuff, it was better to not break lots of platforms in one go that we can't easily test. The changes to "Configure" should illustrate how to add support to other systems if you feel like having a go. NB: I'll add something shortly to allow you to add "dlfcn.h" support on those platforms that don't have (or need) a dlfcn.h header file. (The symbol for Configure will probably by "dlfcn_no_h"). Thanks to Richard Levitte, who is responsible for the dso_dl.c support, understanding the trickier aspects of the build process, and giving great feedback on everything else. [Don't use this stuff if you're easily offended by changes to the interface or behaviour - it's still work in progress.] PR:
* Avoid some warnings, and run "make update".Bodo Möller2000-01-141-0/+1
|
* Precautions against using the PRNG uninitialized: RAND_bytes() nowUlf Möller2000-01-131-0/+1
| | | | | | returns int (1 = ok, 0 = not seeded). New function RAND_add() is the same as RAND_seed() but takes an estimate of the entropy as an additional argument.
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-231-16/+16
| | | | | | Submitted by: Reviewed by: PR:
* Change functions to ANSI C.Ulf Möller1999-04-191-1/+1
|
* Yet more PKCS#12 integration: add lots of files under crypto/pkcs12 and addDr. Stephen Henson1999-03-281-0/+2
| | | | them to the build environment.
* Break circular dependency between pem and err.Ben Laurie1999-01-301-1/+1
|
* Continuing adding X509 V3 support. This starts to integrate the code withDr. Stephen Henson1999-01-241-0/+2
| | | | | | the main library, but only with printing at present. To see this try: openssl x509 -in cert.pem -text on a certificate with some extensions in it.
* Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1998-12-211-1/+2
|
* Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall1998-12-211-0/+115