aboutsummaryrefslogtreecommitdiffstats
path: root/util
Commit message (Collapse)AuthorAgeFilesLines
* make updateRichard Levitte2003-04-041-0/+2
|
* There's no need to check for __attribute__ with ANSI functions, sinceRichard Levitte2003-04-041-1/+1
| | | | we only check to the opening parenthesis anyway...
* Counter for GCC attributes.Richard Levitte2003-04-032-12/+12
|
* make updateDr. Stephen Henson2003-03-241-0/+10
|
* make updateDr. Stephen Henson2003-03-211-0/+4
|
* Sometimes, we have partial comments on the same line as other stuff weRichard Levitte2003-03-203-3/+7
| | | | | parse. Make sure to read in the whole comment, so it can be entirely removed.
* New ASN1 macros to just implement and declare the new and free functionsDr. Stephen Henson2003-03-202-0/+10
| | | | | | and changes to mkdef.pl so it recognises them. Use these in policyMappings extension.
* make updateDr. Stephen Henson2003-03-202-1/+3
|
* Fix for no-ec on Windows.Dr. Stephen Henson2003-03-151-0/+1
|
* avoid duplicate definiton of bn_sub_part_wordsUlf Möller2003-02-212-2/+2
|
* clean up MinGW build. MinGW make now supports the Windows path nameUlf Möller2003-02-212-90/+17
| | | | conventions.
* ECPublicKey_set_octet_string and ECPublicKey_get_octet_stringBodo Möller2003-02-211-2/+2
| | | | | | | | | | | | behaviour was not quite consistent with the conventions for d2i and i2d functions as far as handling of the 'out' or 'in' pointer is concerned. This patch changes this behaviour, and renames the functions to o2i_ECPublicKey and i2o_ECPublicKey (not 'd2i' and 'i2d' because the external encoding is just a raw object string without any DER icing). Submitted by: Nils Larsch
* make updateBodo Möller2003-02-141-0/+3
|
* Change no_rmd160 to no_ripemd for consistency.Richard Levitte2003-02-141-3/+3
| | | | PR: 500
* implement fast point multiplication with precomputationBodo Möller2003-02-061-2/+2
| | | | | Submitted by: Nils Larsch Reviewed by: Bodo Moeller
* SSL_add_dir_cert_subjects_to_stack now exists for WIN32Bodo Möller2003-02-051-1/+1
|
* The util scripts need to handled no-hw.Richard Levitte2003-01-302-2/+9
| | | | PR: 327
* make updateRichard Levitte2003-01-301-124/+125
|
* Add the possibility to build without the ENGINE framework.Richard Levitte2003-01-303-3/+15
| | | | PR: 287
* Revert: the names of the cygwin distribution will not be named openssl2-*.Richard Levitte2003-01-131-4/+4
| | | | Requested by Corinna Vinschen <vinschen@redhat.com>
* The naming scheme wasn't quite correct for CygwinRichard Levitte2003-01-091-4/+4
|
* 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
|