aboutsummaryrefslogtreecommitdiffstats
path: root/util
Commit message (Collapse)AuthorAgeFilesLines
* make updateRichard Levitte2002-12-091-6/+13
|
* Hmm, Geoff's change made things quite interesting. We can now giveRichard Levitte2002-12-091-2/+5
| | | | | | users the option of disabling deprecated functions, which should of course be reflected in libeay.num and .def files. Quite nice, actually.
* Allow users to modify /MD to /MT.Richard Levitte2002-12-051-1/+1
| | | | PR: 380
* Windows CE updates, contributed by Steven Reddie <smr@essemer.com.au>Richard Levitte2002-12-032-4/+14
|
* Make it so all names mentioned in the NAME section of each manpage becomes aRichard Levitte2002-11-291-0/+22
| | | | | symlink to said manpage. PR: 242
* Add OPENSSL_cleanse() to help cleanse memory and avoid certain compilerRichard Levitte2002-11-271-187/+188
| | | | | and linker optimizations. PR: 343
* make updateRichard Levitte2002-11-191-0/+10
|
* Make it possible to build for more than one CPU.Richard Levitte2002-11-171-4/+4
| | | | Clarify what the CE tests do.
* We don't want TARGETCPU expanded here.Richard Levitte2002-11-161-1/+1
|
* WinCE patchesRichard Levitte2002-11-152-0/+117
|
* Fix buggy #! magic and update ssleay->opensslLutz Jänicke2002-11-151-3/+3
| | | | | | Submitted by: Reviewed by: PR: 305
* Cygwin fixesRichard Levitte2002-11-141-0/+2
|
* Merge from 0.9.7-stable.Richard Levitte2002-11-131-176/+184
|
* Cosmetic changeRichard Levitte2002-11-041-2/+2
|
* synchronise util/libeay.num with the 0.9.7-stable variant (guys, thisRichard Levitte2002-10-291-249/+184
| | | | | is something we really need to keep track of!). make update
* fast reduction for NIST curvesBodo Möller2002-10-281-0/+12
| | | | Submitted by: Nils Larsch
* make updateRichard Levitte2002-10-241-8/+9
|
* For the mkdef.pl to recognise if the "external" engines are insertedRichard Levitte2002-10-241-2/+6
| | | | into libcrypto, we need the "algorithm" STATIC_ENGINE.
* - Remo Inverardi noticed that ENGINEs don't have an "up_ref" function in theGeoff Thorpe2002-10-161-0/+1
| | | | | | | | | 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.
* Use double dashes so makedepend doesn't misunderstand the flags weRichard Levitte2002-10-091-1/+6
| | | | | | | give it. For 0.9.7 and up, that means util/domd needs to remove those double dashes from the argument list when gcc is used to find the dependencies.
* Typo.Dr. Stephen Henson2002-10-052-2/+2
|
* Add version info to Win32 DLLs.Dr. Stephen Henson2002-10-042-0/+22
| | | | | | We might want to edit the strings a bit... Maybe add to 0.9.7 too?
* make updateDr. Stephen Henson2002-10-041-0/+10
|
* Update mkdef.pl to handle new ASN1 macroDr. Stephen Henson2002-10-041-0/+2
|
* The OpenBSD project has replaced the first implementation of the /dev/cryptoRichard Levitte2002-10-021-1/+1
| | | | | | | engine with something they claim is better. I have nothing to compare to, and I assume they know what they're talking about. The interesting part with this one is that it's loaded by default on OpenBSD systems. This change was originally introduced in OpenBSD's tracking of OpenSSL.
* change API for looking at the internal curve listBodo Möller2002-09-021-2/+3
| | | | Submitted by: Nils Larsch
* less specific interface for EC_GROUP_get_basis_typeBodo Möller2002-08-261-0/+2
| | | | Submitted by: Nils Larsch, Bodo Moeller
* ASN1 for binary curvesBodo Möller2002-08-261-0/+2
| | | | Submitted by: Nils Larsch
* add crypto/ecdhBodo Möller2002-08-151-0/+1
|
* Simplify handling of named curves: get rid of EC_GROUP_new_by_name(),Bodo Möller2002-08-151-4/+9
| | | | | | | EC_GROUP_new_by_nid() should be enough. This avoids a lot of redundancy. Submitted by: Nils Larsch
* change how pod2man is handled: explicitly invoke '$PERL' only whenBodo Möller2002-08-141-9/+13
| | | | | | needed, call 'pod2man' directly if this works PR: 217
* make updateBodo Möller2002-08-092-0/+24
|
* Add ECDH support.Bodo Möller2002-08-091-2/+5
| | | | | | | | | | | | | Additional changes: - use EC_GROUP_get_degree() in apps/req.c - add ECDSA and ECDH to apps/speed.c - adds support for EC curves over binary fields to ECDSA - new function EC_KEY_up_ref() in crypto/ec/ec_key.c - reorganize crypto/ecdsa/ecdsatest.c - add engine support for ECDH - fix a few bugs in ECDSA engine support Submitted by: Douglas Stebila <douglas.stebila@sun.com>
* use a generic EC_KEY structure (EC keys are not ECDSA specific)Bodo Möller2002-08-071-58/+96
| | | | Submitted by: Nils Larsch
* updateBodo Möller2002-08-021-0/+29
|
* "make update"Lutz Jänicke2002-07-301-4/+15
|
* Make dummy tests to make it easier to physically remove unwanted algorithms.Richard Levitte2002-07-231-1/+1
| | | | This should complete PR 75
* Further enhance assembler support on Cygwin and DJGPP.Richard Levitte2002-07-181-0/+1
| | | | | Make pod2mantest useable on DOS-based systems. Part of PR 75, the rest is still under investigation.
* Make mkdir failsafe in case the directories are already presentRichard Levitte2002-07-171-1/+1
|
* Add support for shared libraries with OS/2.Richard Levitte2002-07-173-46/+89
| | | | PR: 124
* Replace 'ecdsaparam' commandline utility by 'ecparam'Bodo Möller2002-07-141-6/+23
| | | | | | | | | | | | | | (the same keys can be used for ECC schemes other than ECDSA) and add some new options. Similarly, use string "EC PARAMETERS" instead of "ECDSA PARAMETERS" in 'PEM' format. Fix ec_asn1.c (take into account the desired conversion form). 'make update'. Submitted by: Nils Larsch
* Minor typosLutz Jänicke2002-07-101-2/+2
| | | | | | Submitted by: jufi@nerdnet.de Reviewed by: PR: 138
* A few changes to BC-32.pl didn't get properly applied.Richard Levitte2002-06-271-3/+3
| | | | This completes PR 123
* Use underscores instead of dashes in temporary file names.Richard Levitte2002-06-272-36/+36
| | | | | This is due to weird Borland compilers. Part of PR 123
* For some reason, we need to return the full path to perlRichard Levitte2002-06-251-1/+1
|
* Fix path to find util/pod2man.pl from the execution directory.Lutz Jänicke2002-06-201-1/+1
| | | | | | | Make sure to use the predefined PERL. Submitted by: Bernhard Simon <bs@bsws.zid.tuwien.ac.at> Reviewed by: PR:
* make update (adapt libeay.num to the 0.9.7-stable branch)Richard Levitte2002-06-131-100/+104
|
* Add support for DJGPP.Richard Levitte2002-06-131-1/+5
| | | | PR: 75
* Parse directory using both slashes and backslashes as separators.Richard Levitte2002-06-131-3/+12
| | | | | Do file copying in term of perl statements instead of using cp. Part of PR: 75
* move ECC ASN1 that is not specific to ECDSA into crypto/ec/,Bodo Möller2002-06-101-2/+19
| | | | | | and make some appropriate changes to the EC library. Submitted by: Nils Larsch