summaryrefslogtreecommitdiffstats
path: root/crypto/dsa/Makefile.ssl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Blow away Makefile.ssl.Ben Laurie2005-03-301-169/+0
|
* Don't use $(EXHEADER) directly in for loops, as most shells will breakRichard Levitte2004-11-031-1/+1
| | | | | | if $(EXHEADER) is empty. Notified by many, solution suggested by Carson Gaspar <carson@taltos.org>
* After the latest round of header-hacking, regenerate the dependencies inGeoff Thorpe2004-05-171-11/+11
| | | | | the Makefiles. NB: this commit is probably going to generate a huge posting and it is highly uninteresting to read.
* make updateGeoff Thorpe2004-04-191-56/+44
|
* Use sh explicitely to run point.shRichard Levitte2003-12-271-1/+1
| | | | This is part of a large change submitted by Markus Friedl <markus@openbsd.org>
* make updateRichard Levitte2003-05-011-3/+7
|
* make updateRichard Levitte2003-04-101-17/+8
|
* make updateRichard Levitte2002-12-291-35/+18
|
* make updateRichard Levitte2002-12-091-0/+21
|
* This is a first-cut at improving the callback mechanisms used inGeoff Thorpe2002-12-081-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | key-generation and prime-checking functions. Rather than explicitly passing callback functions and caller-defined context data for the callbacks, a new structure BN_GENCB is defined that encapsulates this; a pointer to the structure is passed to all such functions instead. This wrapper structure allows the encapsulation of "old" and "new" style callbacks - "new" callbacks return a boolean result on the understanding that returning FALSE should terminate keygen/primality processing. The BN_GENCB abstraction will allow future callback modifications without needing to break binary compatibility nor change the API function prototypes. The new API functions have been given names ending in "_ex" and the old functions are implemented as wrappers to the new ones. The OPENSSL_NO_DEPRECATED symbol has been introduced so that, if defined, declaration of the older functions will be skipped. NB: Some openssl-internal code will stick with the older callbacks for now, so appropriate "#undef" logic will be put in place - this is in case the user is *building* openssl (rather than *including* its headers) with this symbol defined. There is another change in the new _ex functions; the key-generation functions do not return key structures but operate on structures passed by the caller, the return value is a boolean. This will allow for a smoother transition to having key-generation as "virtual function" in the various ***_METHOD tables.
* Use double dashes so makedepend doesn't misunderstand the flags weRichard Levitte2002-10-091-1/+1
| | | | | | | 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.
* make updateBodo Möller2002-08-091-21/+22
|
* "make update"Lutz Jänicke2002-07-301-38/+37
|
* Replace 'ecdsaparam' commandline utility by 'ecparam'Bodo Möller2002-07-141-9/+17
| | | | | | | | | | | | | | (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
* Pass CFLAG to dependency makers, so non-standard system include paths areRichard Levitte2002-06-271-1/+1
| | | | | handled properly. Part of PR 75
* ECDSA supportBodo Möller2002-02-131-33/+38
| | | | Submitted by: Nils Larsch <nla@trustcenter.de>
* 'make update'Richard Levitte2001-10-041-26/+26
|
* "make update".Geoff Thorpe2001-09-251-2/+4
|
* Start to reduce some of the header bloat.Ben Laurie2001-08-051-37/+24
|
* Header bloat reduction for EVP_PKEY.Ben Laurie2001-08-031-4/+3
|
* make updateRichard Levitte2001-07-311-8/+8
|
* Really add the EVP and all of the DES changes.Ben Laurie2001-07-311-75/+40
|
* make updateRichard Levitte2001-06-231-17/+27
|
* 'make update'Richard Levitte2001-06-051-28/+39
|
* Instead of telling both 'make' and the user that ranlibBodo Möller2001-03-091-2/+1
| | | | | | errors can be tolerated, hide the error from 'make'. This gives shorter output both if ranlib fails and if it works.
* e_os.h does not belong with the exported headers. Do not put it thereRichard Levitte2001-02-221-44/+44
| | | | | | | | and make all files the depend on it include it without prefixing it with openssl/. This means that all Makefiles will have $(TOP) as one of the include directories.
* Make all configuration macros available for application by makingRichard Levitte2001-02-191-58/+57
| | | | | | | | | | | | 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.
* Make depend.Ben Laurie2001-02-041-45/+48
|
* Merge from the ASN1 branch of new ASN1 codeDr. Stephen Henson2000-12-081-1/+1
| | | | | | to main trunk. Lets see if the makes it to openssl-cvs :-)
* in some new file names the first 8 characters were not uniqueUlf Möller2000-11-121-10/+8
|
* Merge the engine branch into the main trunk. All conflicts resolved.Richard Levitte2000-10-261-28/+70
| | | | At the same time, add VMS support for Rijndael.
* 'ranlib' doesn't always run on some systems. That's actuallyRichard Levitte2000-09-251-1/+2
| | | | | acceptable, since all that happens if it fails is a library with an index, which makes linking slower, but still working correctly.
* 'make update'Richard Levitte2000-09-071-8/+11
|
* Enable DSO support on alpha (OSF1), cc and gcc.Geoff Thorpe2000-06-131-21/+25
| | | | | | Also, "make update" has added some missing functions to libeay.num, updated the TABLE for the alpha changes, and updated thousands of dependancies that have changed from recent commits.
* Tidy up CRYPTO_EX_DATA structures.Dr. Stephen Henson2000-01-241-5/+6
|
* make update.Ulf Möller1999-08-241-3/+13
|
* Initial support for DSA_METHOD...Dr. Stephen Henson1999-08-221-2/+4
|
* New function DSA_dup_DH, and fixes for bugs that were foundBodo Möller1999-08-051-28/+34
| | | | while implementing and using it.
* Torture weak compilers less by not automatically including x509.h whereBodo Möller1999-07-221-28/+8
| | | | it is not needed.
* It was a very bad idea to use #include "../e_os.h" -- when this occursBodo Möller1999-05-211-24/+30
| | | | | | | | | | in cryptlib.h (which is often included as "../cryptlib.h"), then the question remains relative to which directory this is to be interpreted. gcc went one further directory up, as intended; but makedepend thinks differently, and so probably do some C compilers. So the ../ must go away; thus e_os.h goes back into include/openssl (but I now use #include "openssl/e_os.h" instead of <openssl/e_os.h> to make the point) -- and we have another huge bunch of dependency changes. Argh.
* Add a kludge :-(Bodo Möller1999-05-211-16/+12
| | | | | | | There were problems with putting e_os.h just into the top directory, because the test programs are compiled within test/ in the "standard" case in in their original directories in the makefile.one case; and in the latter symlinks may not be available.
* Don't install e_os.h in include/openssl, use it only as a localBodo Möller1999-05-201-37/+35
| | | | include file.
* Update dependencies.Bodo Möller1999-05-151-29/+31
|
* Update dependencies.Ben Laurie1999-05-021-2/+4
|
* Support INSTALL_PREFIX for packagers.Bodo Möller1999-04-291-2/+4
| | | | | | Submitted by: Reviewed by: PR:
* Obey $(PERL) when running util/mklink.pl.Bodo Möller1999-04-291-3/+3
| | | | | | Submitted by: Reviewed by: PR:
* Use util/mklink.pl instead of util/mklink.sh.Bodo Möller1999-04-291-3/+3
| | | | | | Submitted by: Reviewed by: PR:
* New Configure option no-<cipher> (rsa, idea, rc5, ...).Ulf Möller1999-04-271-1/+1
|
* Change the command line options of mkerr.pl so -static is now default andDr. Stephen Henson1999-04-241-3/+2
| | | | | a -write option is needed to actually change anything. Second attempt at getting rid of ERR, ERRC definitions: it might even work this time :-)
* Restore ERRC definitions that are needed to compile the library.Bodo Möller1999-04-241-0/+1
| | | | | | | | | | Submitted by: Reviewed by: PR: Submitted by: Reviewed by: PR: