- 11 1月, 2008 1 次提交
-
-
由 Andy Polyakov 提交于
-
- 06 1月, 2008 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 19 12月, 2007 1 次提交
-
-
由 Andy Polyakov 提交于
-
- 13 10月, 2007 1 次提交
-
-
由 Andy Polyakov 提交于
-
- 19 9月, 2007 1 次提交
-
-
由 Andy Polyakov 提交于
-
- 21 5月, 2007 1 次提交
-
-
由 Andy Polyakov 提交于
in legacy code). I'd rather just remove it along with legacy interface, but it's probably not as appropriate as I'd like. Reimplement the macro.
-
- 07 2月, 2007 1 次提交
-
-
由 Nils Larsch 提交于
-
- 21 1月, 2007 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 04 2月, 2006 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 19 12月, 2005 1 次提交
-
-
由 Andy Polyakov 提交于
from .h files...
-
- 16 12月, 2005 1 次提交
-
-
由 Andy Polyakov 提交于
-
- 07 11月, 2005 1 次提交
-
-
- 03 11月, 2005 1 次提交
-
-
由 Andy Polyakov 提交于
to open/read/write/close. First OPENSSL_NO_POSIX_IO target would be Windows CE.
-
- 25 10月, 2005 2 次提交
-
-
由 Andy Polyakov 提交于
loop option, which can give further 3KB code reduction.
-
由 Andy Polyakov 提交于
-
- 04 10月, 2005 1 次提交
-
-
由 Andy Polyakov 提交于
-
- 08 8月, 2005 1 次提交
-
-
由 Andy Polyakov 提交于
-
- 03 8月, 2005 1 次提交
-
-
由 Andy Polyakov 提交于
OPENSSL_PIC macro.
-
- 09 7月, 2005 1 次提交
-
-
由 Andy Polyakov 提交于
place between objects that overlap, the behavior is undefined." It's hard to comprehend, but it reportedly manages to be case.
-
- 08 7月, 2005 1 次提交
-
-
由 Richard Levitte 提交于
'INSTALL', so we need to put some force into installing
-
- 24 6月, 2005 1 次提交
-
-
由 Richard Levitte 提交于
PR: 1125
-
- 17 5月, 2005 1 次提交
-
-
由 Andy Polyakov 提交于
[most importantly] put back dependencies accidentaly eliminated in check-in #13342.
-
- 16 5月, 2005 2 次提交
-
-
由 Bodo Möller 提交于
-
由 Andy Polyakov 提交于
-
- 27 4月, 2005 1 次提交
-
-
由 Ben Laurie 提交于
-
- 14 4月, 2005 1 次提交
-
-
由 Andy Polyakov 提交于
-
- 11 4月, 2005 1 次提交
-
-
由 Richard Levitte 提交于
-
- 30 3月, 2005 1 次提交
-
-
由 Ben Laurie 提交于
-
- 06 2月, 2005 1 次提交
-
-
由 Andy Polyakov 提交于
and GNU binutils, but kept BSD make... And I took the opportunity to unify other targets to this common least denominator...
-
- 14 12月, 2004 1 次提交
-
-
由 Richard Levitte 提交于
make update
-
- 03 11月, 2004 1 次提交
-
-
由 Richard Levitte 提交于
if $(EXHEADER) is empty. Notified by many, solution suggested by Carson Gaspar <carson@taltos.org>
-
- 01 11月, 2004 1 次提交
-
-
由 Richard Levitte 提交于
PR: 963
-
- 30 8月, 2004 1 次提交
-
-
由 Andy Polyakov 提交于
"Proper" means "compiles and passes test." Versioning is broken (I think).
-
- 02 8月, 2004 2 次提交
-
-
由 Andy Polyakov 提交于
-
由 Andy Polyakov 提交于
COFF and a.out targets [similar to ELF targets]. You might notice some rudementary support for shared mingw builds under cygwin. It works (it produces cryptoeay32.dll and ssleay32.dll with everything exported by name), but it's primarily for testing/debugging purposes, at least for now...
-
- 18 5月, 2004 2 次提交
-
-
由 Geoff Thorpe 提交于
the Makefiles. NB: this commit is probably going to generate a huge posting and it is highly uninteresting to read.
-
由 Geoff Thorpe 提交于
to include crypto.h directly.
-
- 20 4月, 2004 1 次提交
-
-
由 Geoff Thorpe 提交于
-
- 29 3月, 2004 1 次提交
-
-
由 Andy Polyakov 提交于
available compiler versions generated bogus machine code trying to compile new crypto/des/cfb_enc.c. Secondly, 8th version defines __GNUC__ macro, but fails to compile *some* inline assembler correctly. Note that all versions of icc implement MSC-like _lrot[rl] intrinsic, which is used now instead of offensive asm. Finally, unnecessary linker dependencies are eliminated. Most notably dependency from libirc.a caused trouble at application start-up, if libcrypto.so is linked with -Bsymbolic (which it is).
-
- 11 2月, 2004 1 次提交
-
-
由 Geoff Thorpe 提交于
-