aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/rand/Makefile.ssl
Commit message (Collapse)AuthorAgeFilesLines
* Blow away Makefile.ssl.Ben Laurie2005-03-301-164/+0
|
* Don't use $(EXHEADER) directly in for loops, as most shells will breakRichard Levitte2004-11-021-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-36/+33
| | | | | 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-14/+6
|
* make updateRichard Levitte2004-01-281-3/+5
|
* 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>
* Add more debugging to my Configure target, and "make update" to incorporateGeoff Thorpe2003-11-301-0/+11
| | | | this and a few other changes.
* Netware-specific changes,Richard Levitte2003-11-281-2/+2
| | | | | | PR: 780 Submitted by: Verdon Walker <VWalker@novell.com> Reviewed by: Richard Levitte
* make updateRichard Levitte2003-05-011-5/+9
|
* make updateRichard Levitte2002-12-291-72/+35
|
* 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-3/+3
|
* "make update"Lutz Jänicke2002-07-301-7/+7
|
* Replace 'ecdsaparam' commandline utility by 'ecparam'Bodo Möller2002-07-141-35/+72
| | | | | | | | | | | | | | (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-6/+7
| | | | Submitted by: Nils Larsch <nla@trustcenter.de>
* 'make update'Richard Levitte2001-10-041-27/+30
|
* "make update".Geoff Thorpe2001-09-251-3/+6
|
* make updateGeoff Thorpe2001-09-101-12/+12
|
* make engine file names unique in 8.3Ulf Möller2001-09-071-15/+24
|
* Start to reduce some of the header bloat.Ben Laurie2001-08-051-25/+13
|
* Header bloat reduction for EVP_PKEY.Ben Laurie2001-08-031-20/+13
|
* make updateRichard Levitte2001-07-311-5/+8
|
* Really add the EVP and all of the DES changes.Ben Laurie2001-07-301-70/+32
|
* make updateRichard Levitte2001-07-101-0/+20
|
* [Forgotten commits?]Richard Levitte2001-07-021-2/+2
| | | | | Changes to have OpenSSL compile on OS/2. Contributed by "Brian Havard" <brianh@kheldar.apana.org.au>
* make updateRichard Levitte2001-06-231-21/+56
|
* 'make update'Richard Levitte2001-06-051-7/+10
|
* make updateRichard Levitte2001-05-061-5/+7
|
* 'make update'Geoff Thorpe2001-04-171-2/+2
|
* make updateRichard Levitte2001-03-241-2/+2
|
* 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.
* make updateRichard Levitte2001-02-261-11/+10
| | | | | Note that all *_it variables are suddenly non-existant according to libeay.num. This is a bug that will be corrected. Please be patient.
* e_os.h does not belong with the exported headers. Do not put it thereRichard Levitte2001-02-221-12/+12
| | | | | | | | 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-9/+12
| | | | | | | | | | | | 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-6/+15
|
* Change RAND_poll for Unix to try a number of devices and only readRichard Levitte2001-01-081-2/+4
| | | | | | | | | them for a short period of time (actually, poll them with select(), then read() whatever is there), which is about 10ms (hard-coded value) each. Separate Windows and Unixly code, and start on a VMS variant that currently just returns 0.
* in some new file names the first 8 characters were not uniqueUlf Möller2000-11-121-2/+1
|
* Merge the engine branch into the main trunk. All conflicts resolved.Richard Levitte2000-10-261-1/+18
| | | | 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-2/+6
|
* "make update"Richard Levitte2000-07-241-1/+8
|
* Enable DSO support on alpha (OSF1), cc and gcc.Geoff Thorpe2000-06-131-3/+7
| | | | | | 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.
* Move Windows seeding functions into a separate file.Bodo Möller2000-05-311-2/+2
| | | | They have nothing to do with the particular PRNG (md_rand.c).
* make updateRichard Levitte2000-02-261-2/+4
|
* Don't define platform-dependent preprocessor symbols for OPENSSL_THREAD_DEFINES.Bodo Möller2000-02-241-0/+1
| | | | "make update".
* Support EGD.Ulf Möller2000-02-241-2/+2
|
* Tidy up CRYPTO_EX_DATA structures.Dr. Stephen Henson2000-01-231-2/+2
|
* Avoid some warnings, and run "make update".Bodo Möller2000-01-141-3/+5
|
* Precautions against using the PRNG uninitialized: RAND_bytes() nowUlf Möller2000-01-131-2/+2
| | | | | | returns int (1 = ok, 0 = not seeded). New function RAND_add() is the same as RAND_seed() but takes an estimate of the entropy as an additional argument.