Bodo Möller 3bcfce2881 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).
1999-06-09 17:28:30 +00:00
..
1999-05-01 22:36:10 +00:00
1999-06-08 18:37:43 +00:00
1999-06-08 18:37:43 +00:00
1999-06-04 21:31:48 +00:00
1999-05-30 15:25:47 +00:00
1999-05-23 12:02:18 +00:00
1999-05-13 11:37:32 +00:00
1999-04-27 11:56:15 +00:00
1999-05-13 11:37:32 +00:00
1999-06-01 09:41:13 +00:00
1999-05-29 14:18:27 +00:00
1999-05-13 13:29:41 +00:00