#
5fbe91d8 |
| 13-Apr-1999 |
Ulf Möller |
New Configure option "rsaref".
|
#
5fd4e2b1 |
| 12-Apr-1999 |
Bodo Möller |
Don#t auto-generate crypto/pem/pem.h -- a fixed file is fine for it. Submitted by: Reviewed by: PR:
|
#
a5a47e4a |
| 09-Apr-1999 |
Ulf Möller |
Use Perl 5 even if Perl 4 comes first in the search path.
|
#
f4ea5ec5 |
| 08-Apr-1999 |
Ulf Möller |
Fix linux-mips entry. Submitted by: Niels Poppe <niels@netbox.org>
|
#
99aab161 |
| 01-Apr-1999 |
Ulf Möller |
New Makefile variables $(RANLIB) and $(PERL).
|
#
2613c1fa |
| 31-Mar-1999 |
Ulf Möller |
New option to generate 80386 code.
|
#
ba423add |
| 27-Mar-1999 |
Ben Laurie |
Linux PPC support.
|
Revision tags: OpenSSL_0_9_2b |
|
#
999e5715 |
| 12-Mar-1999 |
Ben Laurie |
Allow bsdi-gcc - see if it gets anyone anywhere.
|
#
29c0fccb |
| 12-Mar-1999 |
Ben Laurie |
Solaris shared library support.
|
#
cbb77926 |
| 09-Mar-1999 |
Ben Laurie |
Go faster.
|
#
dd56626e |
| 07-Mar-1999 |
Ben Laurie |
Don't make links in INSTALL doc - also, work first time!
|
#
efadf60f |
| 07-Mar-1999 |
Ben Laurie |
Don't make links on Windoze.
|
#
7d3ce7ba |
| 07-Mar-1999 |
Ben Laurie |
Linux MIPS support.
|
#
cba5068d |
| 07-Mar-1999 |
Ben Laurie |
Always make links.
|
#
116e3153 |
| 06-Mar-1999 |
Ralf S. Engelschall |
Add a useful kludge to allow package maintainers to specify compiler and other platforms details on the command line without having to patch the Configure script everytime: One now can use ``
Add a useful kludge to allow package maintainers to specify compiler and other platforms details on the command line without having to patch the Configure script everytime: One now can use ``perl Configure <id>:<details>'', i.e. platform ids are allowed to have details appended to them (seperated by colons). This is treated as there would be a static pre-configured entry in Configure's %table under key <id> with value <details> and ``perl Configure <id>'' is called. So, when you want to perform a quick test-compile under FreeBSD 3.1 with pgcc and without assembler stuff you can use ``perl Configure "FreeBSD-elf:pgcc:-O6:::"'' now, which overrides the FreeBSD-elf entry on-the-fly. (PS: Notice that the same effect _cannot_ be achieved by using ``make CC=pgcc ..'' etc, because you cannot override all things from there.)
show more ...
|
#
3eb0ed6d |
| 06-Mar-1999 |
Ralf S. Engelschall |
Allow DSO flags like -fpic, -fPIC, -KPIC etc. to be specified on the `perl Configure ...' command line. This way one can compile OpenSSL libraries with Position Independent Code (PIC) which i
Allow DSO flags like -fpic, -fPIC, -KPIC etc. to be specified on the `perl Configure ...' command line. This way one can compile OpenSSL libraries with Position Independent Code (PIC) which is needed for linking it into DSOs.
show more ...
|
#
0de6fd73 |
| 06-Mar-1999 |
Ralf S. Engelschall |
Ralf is now using FreeBSD 3.1 which runs ELF instead of a.out...
|
#
4f9b306c |
| 25-Feb-1999 |
Ben Laurie |
Fix clearly untested "clever" hack.
|
#
a4ed5532 |
| 25-Feb-1999 |
Ralf S. Engelschall |
Don't hard-code path to Perl interpreter on shebang line of Configure script. Instead use the usual Shell->Perl transition trick.
|
#
15799403 |
| 23-Feb-1999 |
Ben Laurie |
Fix more warnings.
|
#
57c86f79 |
| 20-Feb-1999 |
Ben Laurie |
Fix a warning.
|
#
1750ebcb |
| 14-Feb-1999 |
Dr. Stephen Henson |
Patch to Configure script. For some reason the BN_ASM part was truncated to the first word which broke (at least) the Linux compile. Hopefully this wont break other platforms.
|
#
9becf666 |
| 13-Feb-1999 |
Dr. Stephen Henson |
Oops... add other changes this time too.
|
#
08853ba8 |
| 13-Feb-1999 |
Ben Laurie |
Finally(?) fix DES stuff.
|
#
06287285 |
| 12-Feb-1999 |
Ben Laurie |
Actually use BN when selected!
|