History log of /openssl/ (Results 35151 – 35175 of 36054)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
3bcfce2809-Jun-1999 Bodo Möller

Unify DES library: ncbc_enc.c wasn't used, but its content was almost
duplicated in cbc_enc.c (without IV updating) and in des_enc.c

As pointed out by others on the openssl-dev list, des

Unify DES library: ncbc_enc.c wasn't used, but its content was almost
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).

show more ...

df63a38909-Jun-1999 Ulf Möller

"extern" is a C++ reserved word.

Pointed out by: Janez Jere <jj@void.si>

4e6ec1da09-Jun-1999 Ulf Möller

Remove old libdes version number.

7740a1c609-Jun-1999 Bodo Möller

"make update" (added to top Makefile, and applied).

c77f47ab09-Jun-1999 Bodo Möller

DES CBC change looks dubious to me.

8151f52a09-Jun-1999 Bodo Möller

Mention unistd.h.

e766a68109-Jun-1999 Bodo Möller

Some pre-POSIX systems don't have unistd.h (but e.g. lib.c).
Allow configuring the name of that header file.

9e952fc809-Jun-1999 Ben Laurie

Oops. Get rid of now incorrect comment.

05861c7709-Jun-1999 Ben Laurie

I keep forgetting to fix this: update the IV! Most important!

233bf73409-Jun-1999 Ben Laurie

Make "make test" fail if bntest fails an internal selfcheck.

9fe6729b08-Jun-1999 Ulf Möller

The des app.

72fbe87d08-Jun-1999 Ben Laurie

Survive pedanticism.

cfce233508-Jun-1999 Ulf Möller

crypt(), demos patched.

908eb7b808-Jun-1999 Ulf Möller

Call our crypt implementation des_crypt(). crypt() now is a wrapper if
there is no system crypt() available.

bf0870ac08-Jun-1999 Ulf Möller

Casts.

f947eb3108-Jun-1999 Ulf Möller

Warnings and casts.

93fd0fd608-Jun-1999 Ulf Möller

Don't #define _, and eliminate casts.

bebf278708-Jun-1999 Ulf Möller

Fix to compile the des app.

f439123f08-Jun-1999 Ulf Möller

Prevent name conflicts.

Submitted by: Janez Jere <jj@void.si>

c035b0c308-Jun-1999 Bodo Möller

"request" added.

f058888708-Jun-1999 Bodo Möller

Use mkdir-p.pl more efficiently.

eabea02408-Jun-1999 Bodo Möller

Don't make assumptions on what the path looks like.

8eb57af508-Jun-1999 Dr. Stephen Henson

Complete support for PKCS#5 v2.0. Still needs extensive testing.

1aad339207-Jun-1999 Bodo Möller

Fix for BIO pairs.

ba9f280807-Jun-1999 Bodo Möller

Use locking in a way that makes more sense.

1...<<1401140214031404140514061407140814091410>>...1443