- 19 3月, 2000 7 次提交
-
-
由 Ulf Möller 提交于
-
由 Ulf Möller 提交于
-
由 Ulf Möller 提交于
This may still contain a few errors from the old documentation, but most of it should make sense.
-
由 Ulf Möller 提交于
See http://www.pdc.kth.se/kth-krb/ Their solution for CRAY is somewhat awkward. I'll assume that a "short" is 32 bits on CRAY to avoid the #ifdef _CRAY typedef struct { unsigned int a:32; unsigned int b:32; } XXX; #else typedef DES_LONG XXX; #endif
-
由 Ulf Möller 提交于
-
由 Ulf Möller 提交于
-
由 Ulf Möller 提交于
-
- 14 3月, 2000 2 次提交
-
-
由 Bodo Möller 提交于
that is actually used (even though it may not appear so at first sight).
-
由 Bodo Möller 提交于
This was meant for building individual ciphers separately; but nothing of this is maintained, it does not work because we rely on central configuration by the Configure utility with <openssl/opensslconf.h> etc., so the files are only wasting space and time.
-
- 13 3月, 2000 1 次提交
-
-
由 Bodo Möller 提交于
choice of parameters) when they are needed.
-
- 12 3月, 2000 1 次提交
-
-
由 Ulf Möller 提交于
proposed by Holger Reif
-
- 11 3月, 2000 1 次提交
-
-
由 Ulf Möller 提交于
-
- 10 3月, 2000 1 次提交
-
-
由 Ulf Möller 提交于
Submitted by: "Yoram Meroz" <yoram@mail.idrive.com>
-
- 03 3月, 2000 1 次提交
-
-
由 Bodo Möller 提交于
-
- 26 2月, 2000 1 次提交
-
-
由 Ulf Möller 提交于
-
- 25 2月, 2000 1 次提交
-
-
由 Geoff Thorpe 提交于
signed/unsigned stuff in s3_pkt.c) Submitted by: Reviewed by: PR:
-
- 06 2月, 2000 1 次提交
-
-
由 Bodo Möller 提交于
Avoid enabled 'assert()' in production library.
-
- 05 2月, 2000 1 次提交
-
-
由 Ulf Möller 提交于
used anywhere in OpenSSL, but might be used by libdes applications.
-
- 04 2月, 2000 2 次提交
-
-
由 Andy Polyakov 提交于
were fixed up. The catch is that in the DESX test the cbc2_key is used as whitening key where *all* 64 bits are significant.
-
由 Ulf Möller 提交于
-
- 31 1月, 2000 1 次提交
-
-
由 Ulf Möller 提交于
eliminate some of the -Wcast-qual warnings (debug-ben-strict target)
-
- 24 1月, 2000 3 次提交
-
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
Workaround so that "make test" continues anyway.
-
由 Dr. Stephen Henson 提交于
Tidy up CRYPTO_EX_DATA structures.
-
- 23 1月, 2000 1 次提交
-
-
由 Ulf Möller 提交于
-
- 21 1月, 2000 1 次提交
-
-
由 Ulf Möller 提交于
-
- 27 12月, 1999 1 次提交
-
-
由 Andy Polyakov 提交于
is added.
-
- 20 12月, 1999 2 次提交
-
-
由 Andy Polyakov 提交于
-
由 Andy Polyakov 提交于
-
- 04 12月, 1999 1 次提交
-
-
由 Bodo Möller 提交于
Never use des_set_key (it depends on the global variable des_check_key), but usually des_set_key_unchecked. Only destest.c bothered to look at the return values of des_set_key, but it did not set des_check_key -- if it had done so, most checks would have failed because of wrong parity and because of weak keys.
-
- 26 10月, 1999 1 次提交
-
-
由 Bodo Möller 提交于
Submitted by: Lennart Bång, Bodo Möller
-
- 12 9月, 1999 1 次提交
-
-
由 Andy Polyakov 提交于
This will soon be complemented with MacOS specific source code files and INSTALL.MacOS. I (Andy) have decided to get rid of a number of #include <sys/types.h>. I've verified it's ok (both by examining /usr/include/*.h and compiling) on a number of Unix platforms. Unfortunately I don't have Windows box to verify this on. I really appreciate if somebody could try to compile it and contact me a.s.a.p. in case a problem occurs. Submitted by: Roy Wood <roy@centricsystems.ca> Reviewed by: Andy Polyakov <appro@fy.chalmers.se>
-
- 28 8月, 1999 1 次提交
-
-
由 Ulf Möller 提交于
-
- 14 8月, 1999 2 次提交
-
-
由 Ulf Möller 提交于
-
由 Ulf Möller 提交于
-
- 03 8月, 1999 1 次提交
-
-
由 Bodo Möller 提交于
-
- 30 7月, 1999 1 次提交
-
-
由 Ulf Möller 提交于
to Kerberos.
-
- 29 7月, 1999 2 次提交
-
-
由 Ulf Möller 提交于
definitions such as C_Block earlier).
-
由 Ulf Möller 提交于
Submitted by: Richard Levitte <levitte@stacken.kth.se>
-
- 19 7月, 1999 1 次提交
-
-
由 Bodo Möller 提交于
and make it the default for some debugging configurations.
-