- Jan 14, 2003
-
-
Richard Levitte authored
PR: 422
-
Lutz Jänicke authored
PR: 426
-
Richard Levitte authored
PR: 458
-
- Jan 13, 2003
-
-
Richard Levitte authored
-
Andy Polyakov authored
-
Bodo Möller authored
-
Bodo Möller authored
(see X.520 aka ISO/IEC 9594-6)
-
Richard Levitte authored
PR: 440
-
Richard Levitte authored
PR: 453
-
Bodo Möller authored
-
Richard Levitte authored
PR: 456
-
Richard Levitte authored
Requested by Corinna Vinschen <vinschen@redhat.com>
-
Richard Levitte authored
PR: 456
-
Bodo Möller authored
-
Bodo Möller authored
NB: This and other manual pages should be updated for the new BN_GENCB interface.
-
Richard Levitte authored
might get closed... Reported by Mark Daniel <Mark.Daniel@wasd.vsm.com.au>
-
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.
-