- 15 1月, 2003 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 14 1月, 2003 5 次提交
-
-
由 Richard Levitte 提交于
PR: 422
-
由 Lutz Jänicke 提交于
PR: 426
-
由 Richard Levitte 提交于
PR: 458
-
由 Richard Levitte 提交于
-
由 Andy Polyakov 提交于
-
- 13 1月, 2003 13 次提交
-
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
(see X.520 aka ISO/IEC 9594-6)
-
由 Richard Levitte 提交于
PR: 440
-
由 Richard Levitte 提交于
PR: 453
-
由 Bodo Möller 提交于
-
由 Richard Levitte 提交于
PR: 456
-
由 Richard Levitte 提交于
Requested by Corinna Vinschen <vinschen@redhat.com>
-
由 Richard Levitte 提交于
PR: 456
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
NB: This and other manual pages should be updated for the new BN_GENCB interface.
-
由 Richard Levitte 提交于
might get closed... Reported by Mark Daniel <Mark.Daniel@wasd.vsm.com.au>
-
由 Bodo Möller 提交于
-
由 Andy Polyakov 提交于
use gcc -fPIC ... on OpenBSD-i386. Alternative solution is provided.
-
- 12 1月, 2003 2 次提交
-
-
由 Andy Polyakov 提交于
-
由 Richard Levitte 提交于
Add specific support for FreeBSD on sparc64. PR: 427
-
- 11 1月, 2003 4 次提交
-
-
由 Richard Levitte 提交于
warn him or her. Reminder by Andrew Marlow <apm35@student.open.ac.uk>
-
由 Richard Levitte 提交于
PR: 423
-
由 Richard Levitte 提交于
PR: 423
-
由 Richard Levitte 提交于
-
- 10 1月, 2003 11 次提交
-
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
PR: 437
-
由 Richard Levitte 提交于
Add instructions in INSTALL, for easy access. PR: 437
-
由 Richard Levitte 提交于
PR: 437
-
由 Richard Levitte 提交于
into a read-only source tree. PR: 437
-
由 Andy Polyakov 提交于
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 提交于
PR: 446
-
由 Richard Levitte 提交于
PR: 445
-
由 Dr. Stephen Henson 提交于
-
由 Richard Levitte 提交于
-
由 Andy Polyakov 提交于
-
- 09 1月, 2003 3 次提交
-
-
由 Richard Levitte 提交于
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 提交于
Make sure key is not NULL before freeing it.
-
由 Andy Polyakov 提交于
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?
-
- 08 1月, 2003 1 次提交
-
-
由 Lutz Jänicke 提交于
(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
-