Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | There was a mixup between INSTALLTOP and OPENSSLDIR... | Richard Levitte | 2002-12-20 | 1 | -1/+1 |
| | |||||
* | Update the make system for installations: | Richard Levitte | 2002-12-15 | 1 | -4/+6 |
| | | | | | | | | | - define a HERE variable to indicate where the source tree is (used very little right now) - make more use of copying and making attribute changes to {file}.new, and then move it to {file} - use 'mv -f' to avoid all those questions to the user when the file in question doesn't have write attributes for that user. | ||||
* | And if the path has a space, we definitely need to protect $openssl. | Richard Levitte | 2002-10-11 | 1 | -2/+2 |
| | |||||
* | Oh, there were *two* places where we needed to protect the file | Richard Levitte | 2002-10-11 | 1 | -1/+2 |
| | | | | name... | ||||
* | There may be more than one single quote to fix. | Richard Levitte | 2002-10-11 | 1 | -1/+1 |
| | | | | PR: 256 | ||||
* | Make sure $fname will not give us any surprises with any funny characters. | Richard Levitte | 2002-10-11 | 1 | -1/+2 |
| | | | | PR: 256 | ||||
* | Check for the executable $openssl, not just the file. | Richard Levitte | 2002-06-13 | 1 | -2/+2 |
| | | | | Part of PR: 75 | ||||
* | OS/390 support | Bodo Möller | 2001-11-22 | 1 | -0/+15 |
| | | | | Submitted by: Richard Shapiro <rshapiro@abinitio.com> | ||||
* | Make sure evil file name characters, like spaces or ampersands (!), | Richard Levitte | 2001-08-17 | 1 | -2/+2 |
| | | | | | don't disturb the rehashing process. Spotted and suggested patch from Rudo Thomas <rudo@internet.sk> | ||||
* | Incorporate some changes that make OpenSSL compilable in CygWin. | Richard Levitte | 2001-04-04 | 1 | -2/+12 |
| | |||||
* | e_os.h does not belong with the exported headers. Do not put it there | Richard Levitte | 2001-02-22 | 1 | -1/+1 |
| | | | | | | | | 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 | -1/+2 |
| | | | | | | | | | | | | 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. | ||||
* | Fix c_rehash script, add -fingerprint option to crl. | Dr. Stephen Henson | 2000-05-18 | 1 | -61/+148 |
| | |||||
* | mk1mf.pl and mkdef.pl read OPTIONS from toplevel Makefile. | Ulf Möller | 1999-05-13 | 2 | -0/+2 |
| | | | | Configure no longer changes files in place. | ||||
* | Restored path names that were changed by a previous "Configure" run. | Bodo Möller | 1999-05-07 | 1 | -1/+1 |
| | | | | | | | (Rather than changing the files in places, we really should use .in files.) Submitted by: Reviewed by: PR: | ||||
* | Some comments. | Bodo Möller | 1999-05-07 | 1 | -1/+1 |
| | | | | | | Submitted by: Reviewed by: PR: | ||||
* | Support INSTALL_PREFIX for packagers. | Bodo Möller | 1999-04-29 | 1 | -4/+6 |
| | | | | | | Submitted by: Reviewed by: PR: | ||||
* | Fix make target "install". | Bodo Möller | 1999-04-29 | 1 | -0/+1 |
| | | | | | | Submitted by: Niels Poppe Reviewed by: PR: | ||||
* | Install various scripts to $(OPENSSLDIR)/misc instead of $(INSTALLTOP)/bin. | Bodo Möller | 1999-04-29 | 1 | -1/+6 |
| | | | | | | Submitted by: Reviewed by: PR: | ||||
* | New Makefile variables $(RANLIB) and $(PERL). | Ulf Möller | 1999-04-01 | 1 | -2/+2 |
| | |||||
* | Correct English. | Ben Laurie | 1999-03-09 | 1 | -1/+1 |
| | |||||
* | General source tree makefile cleanups: Made `making xxx in yyy...' display | Ralf S. Engelschall | 1999-03-06 | 1 | -3/+2 |
| | | | | | | | | consistent in the source tree and replaced `/bin/rm' by `rm'. Additonally cleaned up the `make links' target: Remove unnecessary semicolons, subsequent redundant removes, inline point.sh into mklink.sh to speed processing and no longer clutter the display with confusing stuff. Instead only the actually done links are displayed. | ||||
* | Finally lay dependencies to rest (I hope!). | Ben Laurie | 1999-01-19 | 1 | -1/+1 |
| | |||||
* | Various ssleay to openssl fixups | Paul C. Sutton | 1999-01-02 | 5 | -11/+11 |
| | |||||
* | Incorporation of RSEs assembled patches | Ralf S. Engelschall | 1998-12-22 | 1 | -0/+14 |
| | |||||
* | Import of old SSLeay release: SSLeay 0.9.1b (unreleased) | Ralf S. Engelschall | 1998-12-21 | 1 | -1/+1 |
| | |||||
* | Import of old SSLeay release: SSLeay 0.9.0b | Ralf S. Engelschall | 1998-12-21 | 1 | -2/+2 |
| | |||||
* | Import of old SSLeay release: SSLeay 0.8.1b | Ralf S. Engelschall | 1998-12-21 | 6 | -0/+142 |