Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Collapse)Author
2003-10-02Recent changes from 0.9.7-stableRichard Levitte
2003-09-28Synchronise util/libeay.num with the 0.9.7-stable one.Richard Levitte
Correct some depend targets in the fips directory tree. make update
2003-09-09make updateRichard Levitte
2003-09-08Include all the fips directories.Richard Levitte
2003-09-08Handle the "fips" option.Richard Levitte
2003-09-05make updateRichard Levitte
2003-08-11- Add a configuration keyword "fips" to compile with FIPSRichard Levitte
implementations. - Reorder the build so the standalone FIPS SHA1 checker is built first. - Add necessary defines to avoid symbol clashes between FIPS and non-FIPS implementations. - Change necessary signatures. - Correct bugs in FIPS build Makefiles. - make update
2003-08-04make updateRichard Levitte
(I'm quite worried about what this will do to compatibility with earlier 0.9.7 versions)
2003-07-27Unfinished FIPS stuff for review/improvement.Ben Laurie
2003-06-26Only remove old files if they exist. [Maing32].Richard Levitte
Notified by Michael Gerdau <mgd@technosis.de>
2003-06-11Handle des_modes.pod properly.Richard Levitte
PR: 634
2003-04-04Transfer the changes to detect multiline comments and the GCCRichard Levitte
extension __attribute__.
2003-04-02make RSA blinding thread-safeBodo Möller
2003-03-15Fix for no-ec on Windows.Dr. Stephen Henson
2003-02-22mingw related changes as in headUlf Möller
2003-02-14Change no_rmd160 to no_ripemd for consistency.Richard Levitte
PR: 500
2003-02-05SSL_add_dir_cert_subjects_to_stack now exists for WIN32Bodo Möller
2003-01-30The util scripts need to handled no-hw.Richard Levitte
PR: 327
2003-01-30make updateRichard Levitte
2003-01-30Add the possibility to build without the ENGINE framework.Richard Levitte
PR: 287
2003-01-13Revert: the names of the cygwin distribution will not be named openssl2-*.Richard Levitte
Requested by Corinna Vinschen <vinschen@redhat.com>
2003-01-09The naming scheme wasn't quite correct for CygwinRichard Levitte
2002-12-05Allow users to modify /MD to /MT.Richard Levitte
PR: 380
2002-12-03Windows CE updates, contributed by Steven Reddie <smr@essemer.com.au>Richard Levitte
2002-11-29This commit was manufactured by cvs2svn to create branchcvs2svn
'OpenSSL_0_9_7-stable'.
2002-11-29Make it so all names mentioned in the NAME section of each manpage becomes aRichard Levitte
symlink to said manpage. PR: 242
2002-11-27Add OPENSSL_cleanse() to help cleanse memory and avoid certain compilerRichard Levitte
and linker optimizations. PR: 343
2002-11-27Add OPENSSL_cleanse() to help cleanse memory and avoid certain compilerRichard Levitte
and linker optimizations. PR: 343
2002-11-19make updateRichard Levitte
2002-11-17Make it possible to build for more than one CPU.Richard Levitte
Clarify what the CE tests do.
2002-11-17Make it possible to build for more than one CPU.Richard Levitte
Clarify what the CE tests do.
2002-11-16We don't want TARGETCPU expanded here.Richard Levitte
2002-11-16We don't want TARGETCPU expanded here.Richard Levitte
2002-11-16WinCE patchesRichard Levitte
2002-11-16This commit was manufactured by cvs2svn to create branchcvs2svn
'OpenSSL_0_9_7-stable'.
2002-11-16WinCE patchesRichard Levitte
2002-11-16Fix buggy #! magic and update ssleay->opensslLutz Jänicke
Submitted by: Reviewed by: PR: 305
2002-11-16Fix buggy #! magic and update ssleay->opensslLutz Jänicke
Submitted by: Reviewed by: PR: 305
2002-11-14Cygwin fixesRichard Levitte
2002-11-14Cygwin fixesRichard Levitte
2002-11-13Merge from 0.9.7-stable.Richard Levitte
2002-11-13make updateRichard Levitte
2002-11-04Cosmetic changeRichard Levitte
2002-11-04Cosmetic changeRichard Levitte
2002-10-29synchronise util/libeay.num with the 0.9.7-stable variant (guys, thisRichard Levitte
is something we really need to keep track of!). make update
2002-10-28fast reduction for NIST curvesBodo Möller
Submitted by: Nils Larsch
2002-10-24make updateRichard Levitte
2002-10-24For the mkdef.pl to recognise if the "external" engines are insertedRichard Levitte
into libcrypto, we need the "algorithm" STATIC_ENGINE.
2002-10-16- Remo Inverardi noticed that ENGINEs don't have an "up_ref" function in theGeoff Thorpe
normal 'structural' case (ENGINE_init() satisfies this in the less normal 'functional' case). This change provides such a function. - Correct some "read" locks that should actually be "write" locks. - make update.
2002-10-16- Remo Inverardi noticed that ENGINEs don't have an "up_ref" function in theGeoff Thorpe
normal 'structural' case (ENGINE_init() satisfies this in the less normal 'functional' case). This change provides such a function. - Correct some "read" locks that should actually be "write" locks. - make update.