- 03 1月, 2003 2 次提交
-
-
由 Andy Polyakov 提交于
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
-
由 Andy Polyakov 提交于
As there is an apparent interest for optimization for footprint, I figured that this can eventually become useful.
-
- 02 1月, 2003 1 次提交
-
-
由 Richard Levitte 提交于
PR: 428
-
- 01 1月, 2003 1 次提交
-
-
由 Richard Levitte 提交于
PR: 429
-
- 30 12月, 2002 1 次提交
-
-
由 Ben Laurie 提交于
-
- 29 12月, 2002 3 次提交
-
-
由 Richard Levitte 提交于
Reported by Brian Havard <brianh@kheldar.apana.org.au>.
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
evp.h. Application authors BEWARE! If you have had the habit to count on evp.h to provide all those lower-level algorithm functions, you need to think again! Please change your programs NOW, or you will be sorry when 0.9.8 gets release (it's quite some time away...).
-
- 28 12月, 2002 2 次提交
-
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
-
- 27 12月, 2002 1 次提交
-
-
由 Andy Polyakov 提交于
-
- 23 12月, 2002 1 次提交
-
-
由 Richard Levitte 提交于
PR: 413
-
- 21 12月, 2002 4 次提交
-
-
由 Richard Levitte 提交于
PR: 411
-
由 Andy Polyakov 提交于
irix-mips. The bug was introduced with accelerated support for x86_64. My fault! Fixed now.
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
-
- 20 12月, 2002 4 次提交
-
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
-
- 18 12月, 2002 1 次提交
-
-
由 Andy Polyakov 提交于
Linux for example doesn't exhibit this behaviour, but I add "exit 0" to all potentially affected rules, just to be on the safe side.
-
- 17 12月, 2002 1 次提交
-
-
由 Andy Polyakov 提交于
-
- 16 12月, 2002 1 次提交
-
-
由 Richard Levitte 提交于
-
- 15 12月, 2002 7 次提交
-
-
由 Andy Polyakov 提交于
is not expanded if prepended with a $-sign.
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
Don't define macros in terms of asm() when __STRICT_ANSI is defined.
-
由 Andy Polyakov 提交于
-
由 Andy Polyakov 提交于
the one to be used to denote local labels in single function scope. Problem is that SHA uses same label set across functions, therefore I have to switch back to $ prefix.
-
由 Andy Polyakov 提交于
-
由 Andy Polyakov 提交于
-
- 14 12月, 2002 2 次提交
-
-
由 Geoff Thorpe 提交于
warnings. Reported by: Bernhard Simon.
-
由 Andy Polyakov 提交于
shared libraries shared.
-
- 11 12月, 2002 5 次提交
-
-
由 Richard Levitte 提交于
callbacks) before attempting to lock.
-
由 Richard Levitte 提交于
pushed item. The index is the number of items - 1. And if a NULL item was found, actually use it. Finally, provide a little bit of safety in CRYPTO_lock() by asserting the a requested dynamic lock really must exist, instead of just being silent about it
-
由 Richard Levitte 提交于
were defined.
-
由 Richard Levitte 提交于
were defined.
-
由 Richard Levitte 提交于
(before SSLeay, maybe?), it's better to have that macro protect the compatibility header des_old.h. In the new des.h, let's use a slightly different protecting macro. The rationale is that there are application that might include (via other header files, perhaps) both an old libdes des.h and OpenSSL's des.h. Whichever comes first would overshadow the other because of the clash in protecting macro. This fix solves that problem.
-
- 10 12月, 2002 1 次提交
-
-
由 Richard Levitte 提交于
PR: 393
-
- 09 12月, 2002 2 次提交
-
-
由 Richard Levitte 提交于
-
由 Geoff Thorpe 提交于
- a patch to fix a memory leak in rsa_gen.c - a note about compiler warnings with unions - a note about improving structure element names This applies his patch and implements a solution to the notes.
-