- Jan 13, 2003
-
-
Bodo Möller authored
-
- Jan 12, 2003
-
-
Andy Polyakov authored
use gcc -fPIC ... on OpenBSD-i386. Alternative solution is provided.
-
Andy Polyakov authored
-
Richard Levitte authored
Add specific support for FreeBSD on sparc64. PR: 427
-
- Jan 11, 2003
-
-
Richard Levitte authored
warn him or her. Reminder by Andrew Marlow <apm35@student.open.ac.uk>
-
- Jan 10, 2003
-
-
Richard Levitte authored
PR: 423
-
Richard Levitte authored
PR: 423
-
Richard Levitte authored
-
Richard Levitte authored
-
Richard Levitte authored
PR: 437
-
Richard Levitte authored
Add instructions in INSTALL, for easy access. PR: 437
-
Richard Levitte authored
PR: 437
-
Richard Levitte authored
into a read-only source tree. PR: 437
-
Andy Polyakov authored
build workaround (DJGPP swallows it too). One probably should do same as with ELF calling it COFF, but I'm very short in COFF platforms, so I just go for easy ad-hoc solution. I'll take care of merge to 0.9.7 later.
-
Richard Levitte authored
PR: 446
-
Richard Levitte authored
PR: 445
-
- Jan 09, 2003
-
-
Dr. Stephen Henson authored
-
Richard Levitte authored
-
Andy Polyakov authored
-
Richard Levitte authored
following would happen on Solaris: m4 -B 8192 asm/des_enc.m4 > asm/des_enc-sparc.S gcc -DOPENSSL_SYSNAME_ULTRASPARC -DOPENSSL_NO_STATIC_ENGINE -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DOPENSSL_NO_KRB5 -m32 -mcpu=ultrasparc -O3 -fomit-frame-pointer -Wall -DB_ENDIAN -DBN_DIV2W -DMD5_ASM -c -o asm/des_enc-sparc.o asm/des_enc-sparc.S asm/des_enc-sparc.S:2007: unterminated character constant asm/des_enc-sparc.S:2008: unterminated character constant
-
Dr. Stephen Henson authored
Make sure key is not NULL before freeing it.
-
Andy Polyakov authored
replaced #if logic around bn_sub_part_words in bn_mul.c. I rely upon OPENSSL_BN_ASM_PART_WORDS being added by ./Configure script. Would it still work on non-Unix platforms?
-
- Jan 08, 2003
-
-
Lutz Jänicke authored
(Didn't influence functionality, as on HP-UX 32bit the NULL pointer is a 32bit 0-value and thus is identical to the required 0L.) PR: 443
-
- Jan 07, 2003
-
-
Geoff Thorpe authored
ENGINEs implement it.
-
Geoff Thorpe authored
generation. This prototype matches the new API function RSA_generate_key_ex(), though both may be subject to change during development before 0.9.8.
-
- Jan 04, 2003
-
-
Dr. Stephen Henson authored
-
Andy Polyakov authored
-
Andy Polyakov authored
-
Andy Polyakov authored
-
- Jan 03, 2003
-
-
Andy Polyakov authored
-
Andy Polyakov authored
-
Andy Polyakov authored
FreeBSD. Goal is to extend support even to SCO5, UnixWare/OpenUnix...
-
Andy Polyakov authored
-
Andy Polyakov authored
never called anyway (it's a debugging assertion). If pa-risc2W.s is PIC remains to be seen...
-
Andy Polyakov authored
-
Richard Levitte authored
-
- Jan 02, 2003
-
-
Andy Polyakov authored
for RT#17 as snapshot becomes available for download.
-
Andy Polyakov authored
only. I'll keep my eyes open for Linux and OpenBSD targets.
-
Andy Polyakov authored
compiled for any SPARC CPU (UltraSPARC performance is *not* affected), can be compiled for 64-bit ABI and is position-independent.
-
Andy Polyakov authored
It was not accepted because code is not PIC, too UltraSPARC-specific when it doesn't have to and 32-bit only. I'm committing the original version mostly for reference purposes. 64, PIC, blended CPU tune-up follows shortly. Obtained from: http://inet.uni2.dk/~svolaf/des.htm
-