Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | After the latest round of header-hacking, regenerate the dependencies in | Geoff Thorpe | 2004-05-17 | 1 | -36/+33 |
| | | | | | the Makefiles. NB: this commit is probably going to generate a huge posting and it is highly uninteresting to read. | ||||
* | make update | Geoff Thorpe | 2004-04-19 | 1 | -14/+6 |
| | |||||
* | make update | Richard Levitte | 2004-01-28 | 1 | -3/+5 |
| | |||||
* | Use sh explicitely to run point.sh | Richard Levitte | 2003-12-27 | 1 | -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 incorporate | Geoff Thorpe | 2003-12-01 | 1 | -0/+11 |
| | | | | this and a few other changes. | ||||
* | Netware-specific changes, | Richard Levitte | 2003-11-28 | 1 | -2/+2 |
| | | | | | | PR: 780 Submitted by: Verdon Walker <VWalker@novell.com> Reviewed by: Richard Levitte | ||||
* | make update | Richard Levitte | 2003-05-01 | 1 | -5/+9 |
| | |||||
* | make update | Richard Levitte | 2002-12-29 | 1 | -72/+35 |
| | |||||
* | Use double dashes so makedepend doesn't misunderstand the flags we | Richard Levitte | 2002-10-09 | 1 | -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 update | Bodo Möller | 2002-08-09 | 1 | -3/+3 |
| | |||||
* | "make update" | Lutz Jänicke | 2002-07-30 | 1 | -7/+7 |
| | |||||
* | Replace 'ecdsaparam' commandline utility by 'ecparam' | Bodo Möller | 2002-07-14 | 1 | -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 are | Richard Levitte | 2002-06-27 | 1 | -1/+1 |
| | | | | | handled properly. Part of PR 75 | ||||
* | ECDSA support | Bodo Möller | 2002-02-13 | 1 | -6/+7 |
| | | | | Submitted by: Nils Larsch <nla@trustcenter.de> | ||||
* | 'make update' | Richard Levitte | 2001-10-04 | 1 | -27/+30 |
| | |||||
* | "make update". | Geoff Thorpe | 2001-09-25 | 1 | -3/+6 |
| | |||||
* | make update | Geoff Thorpe | 2001-09-10 | 1 | -12/+12 |
| | |||||
* | make engine file names unique in 8.3 | Ulf Möller | 2001-09-07 | 1 | -15/+24 |
| | |||||
* | Start to reduce some of the header bloat. | Ben Laurie | 2001-08-05 | 1 | -25/+13 |
| | |||||
* | Header bloat reduction for EVP_PKEY. | Ben Laurie | 2001-08-03 | 1 | -20/+13 |
| | |||||
* | make update | Richard Levitte | 2001-07-31 | 1 | -5/+8 |
| | |||||
* | Really add the EVP and all of the DES changes. | Ben Laurie | 2001-07-31 | 1 | -70/+32 |
| | |||||
* | make update | Richard Levitte | 2001-07-10 | 1 | -0/+20 |
| | |||||
* | [Forgotten commits?] | Richard Levitte | 2001-07-02 | 1 | -2/+2 |
| | | | | | Changes to have OpenSSL compile on OS/2. Contributed by "Brian Havard" <brianh@kheldar.apana.org.au> | ||||
* | make update | Richard Levitte | 2001-06-23 | 1 | -21/+56 |
| | |||||
* | 'make update' | Richard Levitte | 2001-06-05 | 1 | -7/+10 |
| | |||||
* | make update | Richard Levitte | 2001-05-07 | 1 | -5/+7 |
| | |||||
* | 'make update' | Geoff Thorpe | 2001-04-18 | 1 | -2/+2 |
| | |||||
* | make update | Richard Levitte | 2001-03-24 | 1 | -2/+2 |
| | |||||
* | Instead of telling both 'make' and the user that ranlib | Bodo Möller | 2001-03-09 | 1 | -2/+1 |
| | | | | | | errors can be tolerated, hide the error from 'make'. This gives shorter output both if ranlib fails and if it works. | ||||
* | make update | Richard Levitte | 2001-02-26 | 1 | -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 there | Richard Levitte | 2001-02-22 | 1 | -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 making | Richard Levitte | 2001-02-19 | 1 | -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 Laurie | 2001-02-04 | 1 | -6/+15 |
| | |||||
* | Change RAND_poll for Unix to try a number of devices and only read | Richard Levitte | 2001-01-08 | 1 | -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 unique | Ulf Möller | 2000-11-12 | 1 | -2/+1 |
| | |||||
* | Merge the engine branch into the main trunk. All conflicts resolved. | Richard Levitte | 2000-10-26 | 1 | -1/+18 |
| | | | | At the same time, add VMS support for Rijndael. | ||||
* | 'ranlib' doesn't always run on some systems. That's actually | Richard Levitte | 2000-09-25 | 1 | -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 Levitte | 2000-09-07 | 1 | -2/+6 |
| | |||||
* | "make update" | Richard Levitte | 2000-07-24 | 1 | -1/+8 |
| | |||||
* | Enable DSO support on alpha (OSF1), cc and gcc. | Geoff Thorpe | 2000-06-13 | 1 | -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öller | 2000-05-31 | 1 | -2/+2 |
| | | | | They have nothing to do with the particular PRNG (md_rand.c). | ||||
* | make update | Richard Levitte | 2000-02-26 | 1 | -2/+4 |
| | |||||
* | Don't define platform-dependent preprocessor symbols for OPENSSL_THREAD_DEFINES. | Bodo Möller | 2000-02-24 | 1 | -0/+1 |
| | | | | "make update". | ||||
* | Support EGD. | Ulf Möller | 2000-02-24 | 1 | -2/+2 |
| | |||||
* | Tidy up CRYPTO_EX_DATA structures. | Dr. Stephen Henson | 2000-01-24 | 1 | -2/+2 |
| | |||||
* | Avoid some warnings, and run "make update". | Bodo Möller | 2000-01-14 | 1 | -3/+5 |
| | |||||
* | Precautions against using the PRNG uninitialized: RAND_bytes() now | Ulf Möller | 2000-01-13 | 1 | -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. | ||||
* | "make update" (added to top Makefile, and applied). | Bodo Möller | 1999-06-09 | 1 | -4/+4 |
| | |||||
* | It was a very bad idea to use #include "../e_os.h" -- when this occurs | Bodo Möller | 1999-05-21 | 1 | -2/+2 |
| | | | | | | | | | | 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. |