summaryrefslogtreecommitdiffstats
path: root/Configure
AgeCommit message (Collapse)Author
2001-12-20merge from the 0.9.6 branch.Richard Levitte
2001-11-23merge (new stuff from OpenSSL-0_9_6-stable)Bodo Möller
2001-11-15Merg in latest changes from 0.9.6-stable.Richard Levitte
2001-11-13Merge from OpenSSL_0_9_6-stableBodo Möller
2001-11-12synchronise with main 0.9.6 stable branchBodo Möller
2001-06-05Add changes from the 0.9.6-stable branch.Richard Levitte
2001-04-05Merge in changes from the 0.9.6-stable branch.Richard Levitte
2001-04-04Merge in changes from the 0.9.6-stable branch.Richard Levitte
2001-03-26Merge in recent changes from OpenSSL_0_9_6-stable.Richard Levitte
2001-03-21Changes from the 0.9.6-stable branch.Richard Levitte
2001-03-13Merge of the 0.9.6-stable branch (continued after network interrupt).Richard Levitte
2000-09-24Merge from main trunk.Richard Levitte
2000-09-21Merge from main trunk. No conflicts.Richard Levitte
2000-09-20Merge of main trunk, all conflicts resolved.Richard Levitte
2000-09-17The rest of the merge in of the main trunk, a few conflicts resolved.OpenSSL-engine-0_9_6-beta2Richard Levitte
2000-09-15Merged in the main trunk, did a 'make update', added a couple ofRichard Levitte
warnings in appropriate places about building a shared library from the ENGINE source.
2000-09-13Merge of main trunk, conflicts resolved.Richard Levitte
2000-09-12Merge of main trunk, conflicts resolved.Richard Levitte
2000-09-07Merge main trunk to engine branch, all conflicts resolved.Richard Levitte
2000-08-01Merge from main trunk, conflicts resolvedRichard Levitte
2000-06-30Make it possible to turn off compilation of hardware support throughRichard Levitte
the configuration parameter 'no-hw'.
2000-06-29It makes much more sense and is much more consistent with the rest ofRichard Levitte
OpenSSL to have to opt out hardware support instead of having to opt it in. And since the hardware support modules are self-contained and actually check that the vendor stuff is loadable, it still works as expected, or at least, so I think...
2000-06-23Things merged from the main trunk, among others some well needed Win32Richard Levitte
fixes.
2000-06-13- merged in the latest from the main trunk, fixed all conflictsRichard Levitte
- implemented nCipher support via the nfhwcrhk library (not well tested). - make update + make depend
2000-06-08Merge in code from main trunk to BRANCH_engine.Richard Levitte
2000-05-30Main trunk changes merged into BRANCH_engine. There were noRichard Levitte
conflicts, which is a good thing. Propper tagging of merge point done.
2000-05-25Add code and changes to implement the ENGINE mechanism. These are theRichard Levitte
patches that Geoff had in a patch file in his play directory. NOTE for openssl-cvs: THIS IS A CVS BRANCH (BRANCH_engine). IT IS NOT FOR THE FAINTHEARTED TO PLAY WITH. The code works as it is, but it's not at all sure it ends up in the OpenSSL distributio in this form, so do not get dependent on it! Those rsyncing the repository are considered warned!
2000-05-24Add the target system linux-m68kRichard Levitte
2000-05-18Fix c_rehash script, add -fingerprint option to crl.Dr. Stephen Henson
2000-05-08Being sick and tired of the hogging Efence does on my laptop, IRichard Levitte
decided to provide an alternative...
2000-04-06I forgot about $openssl_other_defines ... should probably do thisGeoff Thorpe
for consistency. Not sure though whether HAVE_DLFCN_H should be included too? If we go the autoconf route then this probably wouldn't be included.
2000-04-06This helps make the DSO stuff more portable;Geoff Thorpe
* "no-dso" option available in Configure so that all DSO methods will return NULL, overriding any support the platform might otherwise have built. * dlfcn_no_h config string now available rather than just dlfcn. This is for platforms that have dlfcn.h functions but do not have (or need) the dlfcn.h header file.
2000-04-04This commit ties the new DSO code (crypto/dso/) into the build for aGeoff Thorpe
variety of platforms. A few are missing, and they will be added in eventually, but as this is new stuff, it was better to not break lots of platforms in one go that we can't easily test. The changes to "Configure" should illustrate how to add support to other systems if you feel like having a go. NB: I'll add something shortly to allow you to add "dlfcn.h" support on those platforms that don't have (or need) a dlfcn.h header file. (The symbol for Configure will probably by "dlfcn_no_h"). Thanks to Richard Levitte, who is responsible for the dso_dl.c support, understanding the trickier aspects of the build process, and giving great feedback on everything else. [Don't use this stuff if you're easily offended by changes to the interface or behaviour - it's still work in progress.] PR:
2000-03-25List "no-..." option first because it's the most frequently needed one.Bodo Möller
2000-03-25Explain configuration options more completely.Bodo Möller
2000-03-24A couple of corrections concerning HPUX 10 and shared libraries.Richard Levitte
Contributed by Lutz Jaenicke.
2000-03-23A quick hack to have ssize_t work with gcc under SunOS 4 (tested onRichard Levitte
SunOS 4.1.4).
2000-03-12cleaning up a littleBodo Möller
2000-03-07Protect variables from potential misinterpretations, for example aRichard Levitte
colon which may bite the lesser knowleged...
2000-03-02I'm experimenting with a hack in dopr() and friends b_printf.c to makeRichard Levitte
it work like asprintf().
2000-02-29some people can't read :)Ulf Möller
2000-02-29Added configuration support for Linux/IA64Ralf S. Engelschall
Submitted by: Rolf Haberrecker <rolf@suse.de>
2000-02-28Switch to 0.9.6, and finally remove the annoying messageBodo Möller
about renamed header files.
2000-02-26Reorganize bn_mul.c (no bugfix yet), remove obsolete files in BN library.Ulf Möller
2000-02-26Add support for Unixware 7. Thanks to Ron Record <rr@sco.com> for theRichard Levitte
patch.
2000-02-25linux-ppcUlf Möller
Submitted by: Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
2000-02-25Use threads for linux-ppc.Bodo Möller
2000-02-24Don't define platform-dependent preprocessor symbols for OPENSSL_THREAD_DEFINES.Bodo Möller
"make update".
2000-02-23Avoid saving any macros starting with a _, since that can createRichard Levitte
trouble if header files are included in some "impropper" order. It's much better if the application programmer has to specify on his or her own if _REENTRANT shall be defined and when.
2000-02-21Move MAC computations for Finished from ssl3_read_bytes intoBodo Möller
ssl3_get_message, which is more logical (and avoids a bug, in addition to the one that I introduced yesterday :-) and makes Microsoft "fast SGC" less special. MS SGC should still work now without an extra state of its own (it goes directly to SSL3_ST_SR_CLNT_HELLO_C, which is the usual state for reading the body of a Client Hello message), however this should be tested to make sure, and I don't have a MS SGC client.