summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2001-11-15A missing comma added.Richard Levitte
2001-11-15make updateRichard Levitte
2001-11-15Add MD digests.Richard Levitte
And this finishes this engine, it now offers all ciphers and digests that RSAref 2.0 has.
2001-11-15Make it possible to give digest names as -evp arguments.Richard Levitte
2001-11-15Add DES functions.Richard Levitte
Restructure the code and comment it a bit. Prepare for the presence of digests.
2001-11-15If an engine isn't built in, try loading it as a shareable libraryRichard Levitte
instead. This also makes it possible for users to simply give said shareable library as argument for the -engine option.
2001-11-15At least for the two common Unixly DSO loading methods, include theRichard Levitte
system error in the error text.
2001-11-15Use the generated error code files.Richard Levitte
2001-11-15'make update' + some touches.Richard Levitte
2001-11-15Add targets to update the error code files.Richard Levitte
2001-11-15Add a local error code configuration file for the rsaref dynamicRichard Levitte
engine.
2001-11-15Make it possible to build completely static, independent error CRichard Levitte
files.
2001-11-15make updateRichard Levitte
perl util/mkerr.pl -recurse -write -rebuild
2001-11-14Make use of RSAref's header files instead of EAY's crafted rsaref.h.Richard Levitte
2001-11-14In a Debian Linux environment, it's not a good idea, apparently, toRichard Levitte
manually declare the include directory /usr/include at the same time as the macro PROTOTYPES is defined with the value 1. Besides, /usr/include is the standard include directory anyway, so there's no need to specify it explicitely.
2001-11-14Add a demo that reimplements the RSAref glue in form of a dynamicallyRichard Levitte
loadable engine.
2001-11-14After loading a dynamic engine, reset the command definitions to theRichard Levitte
empty set. This prevents engines that do not set the command definitions themselves to inherit the ones from "dynamic", which would otherwise be very confusing.
2001-11-14Change the order of events so the capabilities of loaded engines canRichard Levitte
get listed as well.
2001-11-14remove obsolete entryBodo Möller
2001-11-14cast to unsigned int, not to int to avoid the warning -- all theseBodo Möller
values really are unsigned
2001-11-14consistency between main branch and stable branchBodo Möller
2001-11-14Implement STARTTLS for certain protocols, currently only supporting SMTP.Richard Levitte
2001-11-14Remove temporary filesRichard Levitte
2001-11-14unsigned int vs. int.Richard Levitte
2001-11-14Exclude .out filesRichard Levitte
2001-11-12synchronise with 0.9.6 stable branchBodo Möller
2001-11-12information on 0.9.6c-engineBodo Möller
2001-11-12Phew, finishedMark J. Cox
Submitted by: Reviewed by: PR:
2001-11-12I've still got one left; the backport of the Broadcom UBSEC driver toMark J. Cox
0.9.6 that we've got - just waiting for clearance on that one Submitted by: Reviewed by: PR:
2001-11-12Add unixware-7-gcc as in 0.9.6 branch (except that we need a 'sys_id'Bodo Möller
field here, which is left empty). Various configurations are *only* in the 0.9.6 branch at the moment: OpenUNIX OpenUNIX-8-gcc-shared OpenUNIX-8-shared Either Configure or CHANGES must be changed to rectify the situation.
2001-11-12the PRNG race conditions were mostly a theoretical issue, remove from NEWSBodo Möller
2001-11-12add changes between OpenSSL 0.9.6b and OpenSSL 0.9.6cBodo Möller
2001-11-12Add an FAQ.Dr. Stephen Henson
2001-11-10Order chronologically: move entry for recent s2_clnt.c/s2_srvr.c fixesBodo Möller
(nearly) to the top. Move msg_callback entry to the top as the implementation for SSL 2.0 is based on the s2_clnt.c/s2_srvr.c changes.
2001-11-10make code a little more similar to what it looked like before the fixes,Bodo Möller
call ssl2_part_read again to parse error message
2001-11-10remove incorrect 'callback' prototypeBodo Möller
2001-11-10msg_callback documentationBodo Möller
2001-11-10more output for SSL 2.0 in our msg_callbackBodo Möller
2001-11-10Implement msg_callback for SSL 2.0.Bodo Möller
Important SSL 2.0 bugfixes (bugs found while implementing msg_callback).
2001-11-092001, not 2000Bodo Möller
2001-11-09adjust to OpenSSL_0_9_6-stable versionBodo Möller
2001-11-09cast to 'unsigned long' before using ~ if we need an unsigned long resultBodo Möller
Submitted by: "Stefan Marxen" <stefan.marxen@gmx.net>
2001-11-08clarifyBodo Möller
2001-11-08Don't define _REENTRANT here in e_os.h. On systems where we needBodo Möller
_REENTRANT if threads support is enabled, the ./Configure entry must define it so that it ends up in CFLAG.
2001-11-06PKCS#12 code fixes: initialize and cleanup digests and ciphersDr. Stephen Henson
properly.
2001-11-06Win32 fixes.Dr. Stephen Henson
2001-11-06des_old.h doesn't really need to include des.h, so don't. That willRichard Levitte
avoid clashes with other code that have their own DES_ functions but really only use OpenSSL's old des_ functions.
2001-11-06Fix email address delete code.Dr. Stephen Henson
2001-11-05Place the OpenSSL-specific headers back so they always get included,Richard Levitte
or we get a dependency war in Makefile.ssl
2001-11-05No need to include anything on systems that do not have /dev/cryptRichard Levitte