- 29 10月, 2014 1 次提交
-
-
由 Andy Polyakov 提交于
Reviewed-by: NStephen Henson <steve@openssl.org>
-
- 25 9月, 2014 1 次提交
-
-
由 Rich Salz 提交于
The following #ifdef tests were all removed: __MWERKS__ MAC_OS_pre_X MAC_OS_GUSI_SOURCE MAC_OS_pre_X OPENSSL_SYS_MACINTOSH_CLASSIC OPENSSL_SYS_MACOSX_RHAPSODY Reviewed-by: NAndy Polyakov <appro@openssl.org>
-
- 09 7月, 2014 1 次提交
-
-
由 Andy Polyakov 提交于
PR: #3424,#3423,#3422
-
- 14 10月, 2013 1 次提交
-
-
由 Andy Polyakov 提交于
-
- 28 11月, 2012 1 次提交
-
-
由 Andy Polyakov 提交于
-
- 02 8月, 2010 1 次提交
-
-
由 Andy Polyakov 提交于
-
- 03 3月, 2010 1 次提交
-
-
由 Andy Polyakov 提交于
Submitted by: Andreas Krebbel
-
- 29 12月, 2008 1 次提交
-
-
由 Andy Polyakov 提交于
-
- 14 9月, 2008 1 次提交
-
-
由 Bodo Möller 提交于
-
- 23 7月, 2007 1 次提交
-
-
由 Andy Polyakov 提交于
-
- 01 5月, 2007 2 次提交
-
-
由 Andy Polyakov 提交于
-
由 Andy Polyakov 提交于
-
- 30 4月, 2007 1 次提交
-
-
由 Andy Polyakov 提交于
-
- 11 10月, 2006 1 次提交
-
-
由 Andy Polyakov 提交于
redundant as result.
-
- 01 5月, 2006 1 次提交
-
-
由 Andy Polyakov 提交于
-
- 25 10月, 2005 1 次提交
-
-
由 Andy Polyakov 提交于
-
- 19 9月, 2005 2 次提交
-
-
由 Andy Polyakov 提交于
PR: 1195
-
由 Andy Polyakov 提交于
PR: 1195
-
- 24 6月, 2005 1 次提交
-
-
由 Richard Levitte 提交于
PR: 1130
-
- 20 12月, 2004 1 次提交
-
-
由 Andy Polyakov 提交于
-
- 26 7月, 2004 1 次提交
-
-
由 Andy Polyakov 提交于
-
- 12 6月, 2004 1 次提交
-
-
由 Andy Polyakov 提交于
recommended -DMD32_REG_T=int in particular. PR: 893 Submitted by: Michal Ludvig <michal-list@logix.cz>
-
- 31 5月, 2004 1 次提交
-
-
由 Andy Polyakov 提交于
actually be used, namely x86* platforms [because they don't bomb on unaligned access]. This resulted in 30-40% [depending on message length] improvement for SHA-256 compiled with gcc and running on P4. In the lack of assembler implementation I give the compiler all the help it can possibly get:-)
-
- 15 5月, 2004 1 次提交
-
-
由 Andy Polyakov 提交于
-
- 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).
-
- 28 11月, 2003 1 次提交
-
-
由 Richard Levitte 提交于
PR: 780 Submitted by: Verdon Walker <VWalker@novell.com> Reviewed by: Richard Levitte
-
- 30 10月, 2003 1 次提交
-
-
由 Geoff Thorpe 提交于
Obtained from: Andy Polyakov <appro@openssl.org>
-
- 15 12月, 2002 1 次提交
-
-
由 Andy Polyakov 提交于
-
- 28 11月, 2002 1 次提交
-
-
由 Richard Levitte 提交于
I've covered all the memset()s I felt safe modifying, but may have missed some.
-
- 20 11月, 2002 1 次提交
-
-
由 Bodo Möller 提交于
Submitted by: Nils Larsch
-
- 14 10月, 2001 1 次提交
-
-
由 Ulf Möller 提交于
Submitted by: Toomas Kiisk <vix@cyber.ee>
-
- 08 3月, 2001 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Make EVP_Digest*() routines return a value. TODO: update docs, and make soe other routines which use EVP_Digest*() check return codes.
-
- 20 2月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
sure they are available in opensslconf.h, by giving them names starting with "OPENSSL_" to avoid conflicts with other packages and by making sure e_os2.h will cover all platform-specific cases together with opensslconf.h. I've checked fairly well that nothing breaks with this (apart from external software that will adapt if they have used something like NO_KRB5), but I can't guarantee it completely, so a review of this change would be a good thing.
-
- 31 10月, 2000 1 次提交
-
-
由 Ulf Möller 提交于
-
- 16 2月, 2000 2 次提交
-
-
由 Ben Laurie 提交于
-
由 Andy Polyakov 提交于
which can't stand GNU C assembler templates.
-
- 06 2月, 2000 1 次提交
-
-
由 Andy Polyakov 提交于
qualifier in asm definitions as it prevents compiler from moving the instruction(s) during optimization pass.
-
- 03 1月, 2000 1 次提交
-
-
由 Andy Polyakov 提交于
-
- 20 12月, 1999 2 次提交
-
-
由 Andy Polyakov 提交于
-
由 Andy Polyakov 提交于
-