- 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.
-
- 16 7月, 1999 1 次提交
-
-
由 Ulf Möller 提交于
and delete an unused file.
-
- 13 7月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
didn't work before :-)
-
- 12 6月, 1999 1 次提交
-
-
由 Bodo Möller 提交于
-
- 10 6月, 1999 4 次提交
-
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
duplicated in cbc_enc.c (without IV updating) and in des_enc.c As pointed out by others on the openssl-dev list, des_cbc_encrypt (without IV updating; defined in cbc_enc.c) exists only for historical reasons: des_ncbc_encrypt should be used instead (and the caller does not have to manually update the IV). If des_cbc_enrypt is not needed for backwards compatibility, the definition of des_ncbc_encrypt should be put back into des_enc.c, and both cbc_enc.c and ncbc_enc.c can be deleted. If des_cbc_encrypt *is* needed for backwards compatibility, its behaviour obviously should not change (i.e., don't add IV updating).
-
由 Ulf Möller 提交于
-
- 09 6月, 1999 8 次提交
-
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
Allow configuring the name of that header file.
-
由 Ben Laurie 提交于
-
由 Ben Laurie 提交于
-
由 Ulf Möller 提交于
-
由 Ulf Möller 提交于
there is no system crypt() available.
-
由 Ulf Möller 提交于
-
由 Ulf Möller 提交于
-
- 08 6月, 1999 3 次提交
-
-
由 Ulf Möller 提交于
-
由 Ulf Möller 提交于
-
由 Bodo Möller 提交于
a pain to read when using 4-space tabs.
-
- 05 6月, 1999 1 次提交
-
-
由 Ulf Möller 提交于
Submitted by: Martin Kraemer <Martin.Kraemer@MchP.Siemens.De>
-
- 29 5月, 1999 1 次提交
-
-
由 Bodo Möller 提交于
-