#
5c1d0b31 |
| 13-Aug-1999 |
Ulf Möller |
Honor $PERL environment variable in Configure. Submitted by: Even Holen <Even.Holen@itea.ntnu.no>
|
#
1bf0b46b |
| 13-Aug-1999 |
Ulf Möller |
Add pkcs7 and des apps to "make all".
|
#
cab161c8 |
| 12-Aug-1999 |
Bodo Möller |
Disable the text about foo.h => openssl/foo.h. Everyone should have got it by now.
|
#
fd520577 |
| 11-Aug-1999 |
Dr. Stephen Henson |
Add functions to allow extensions to be added to certificate requests. Modify obj_dat.pl to take its files from the command line. Usage is now perl obj_dat.pl objects.h obj_dat.h thi
Add functions to allow extensions to be added to certificate requests. Modify obj_dat.pl to take its files from the command line. Usage is now perl obj_dat.pl objects.h obj_dat.h this should avoid redirection shell escape problems under Win32.
show more ...
|
Revision tags: OpenSSL_0_9_4 |
|
#
70d65fe0 |
| 08-Aug-1999 |
Ralf S. Engelschall |
Backout the following change: | revision 1.109 | date: 1999/06/24 19:39:23; author: ulf; state: Exp; lines: +0 -1 | Use the same CPU recogition method for FreeBSD 3 as for the oth
Backout the following change: | revision 1.109 | date: 1999/06/24 19:39:23; author: ulf; state: Exp; lines: +0 -1 | Use the same CPU recogition method for FreeBSD 3 as for the other FreeBSD | versions. (The FreeBSD and FreeBSD-elf Configure entries were identical.) Because Ulf overlooked the ELF vs. a.out difference, i.e. the two entries were _NOT_ identical! This way OpenSSL 0.9.4 at least compiles again under FreeBSD 2 and 3. For 0.9.5-dev I'll try to fix the stuff in a more general way to also allow FreeBSD 4 and other variants.
show more ...
|
#
ef54bde8 |
| 04-Aug-1999 |
Dr. Stephen Henson |
Configure fix for Windows: under Windows+perl "system" ends up going via the command shell which means that redirecttion needs backslashes in the paths.
|
#
50ccbc13 |
| 02-Aug-1999 |
Bodo Möller |
automatically use no-mdc2 if no-des is requested.
|
#
3518b4cd |
| 02-Aug-1999 |
Bodo Möller |
Revert previous change -- it was an accident.
|
#
a8515441 |
| 02-Aug-1999 |
Bodo Möller |
avoid some NO_<cipher> problems
|
#
57119943 |
| 29-Jul-1999 |
Bodo Möller |
Always use buildinf.h, which now includes the mk1mfinf.h data. Using different files caused problems because the dependencies in the Makefiles produced by mk1mf.pl were for the standard case,
Always use buildinf.h, which now includes the mk1mfinf.h data. Using different files caused problems because the dependencies in the Makefiles produced by mk1mf.pl were for the standard case, i.e. mentioned buildinf.h and not mk1mfinf.h.
show more ...
|
#
2e0fc875 |
| 27-Jul-1999 |
Bodo Möller |
Use correct CFLAG definition for makefile.one builds.
|
#
1656ef29 |
| 25-Jul-1999 |
Andy Polyakov |
SPARC Solaris config updates. ./config sences whole range of SPARC instruction sets. Do note that it favors Sun C now if both gcc and cc 4.2 or later are present!
|
#
da8fa72f |
| 25-Jul-1999 |
Andy Polyakov |
SGI IRIX config updates.
|
#
a0618e3e |
| 25-Jul-1999 |
Andy Polyakov |
Added support for SPARC Linux.
|
#
664b9985 |
| 21-Jul-1999 |
Bodo Möller |
avoid -DPLATFORM=\"...\" and -DCFLAGS=\"...\" command lines, use new file buildinf.h instead.
|
#
7363455f |
| 20-Jul-1999 |
Andy Polyakov |
MIPS III/IV assembler module is reimplemented.
|
#
e391116a |
| 19-Jul-1999 |
Bodo Möller |
New compile time option -DCRYPTO_MDEBUG_THREAD.
|
#
458cddc1 |
| 19-Jul-1999 |
Bodo Möller |
Have CRYPTO_MDEBUG_TIME automatically set CRYPTO_MDEBUG, and make it the default for some debugging configurations.
|
#
3dff94c2 |
| 18-Jul-1999 |
Bodo Möller |
Add optional (compile-time configurable) time to CRYPTO_mem_leaks output. This is much more helpful than the counter when doing tests with the library interactively.
|
#
f6f0420d |
| 16-Jul-1999 |
Ulf Möller |
Did not check the last SDIR line for excluded algorithms.
|
#
b5b22731 |
| 14-Jul-1999 |
Bodo Möller |
Judging from various messages on the OpenSSL mailing lists, HP-UX 10 with cc (but not gcc) seems to work well with BN_LLONG; but -O4 is too much.
|
#
9e935d7e |
| 09-Jul-1999 |
Bodo Möller |
Provide CFLAGS and PLATFORM information on Windows platforms.
|
#
fbabb752 |
| 09-Jul-1999 |
Bodo Möller |
Don't confuse mk1mf.pl by combining multiple options into one.
|
#
11302c69 |
| 09-Jul-1999 |
Ulf Möller |
Broken HPUX cc.
|
#
e334d78b |
| 05-Jul-1999 |
Bodo Möller |
Disable asserts for standard configurations.
|