CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2024/05/24 13:16:53

Modified files:
        lib/libcrypto  : Makefile 
        lib/libcrypto/des: enc_read.c 
Removed files:
        lib/libcrypto/des: enc_writ.c 

Log message:
Stub out DES_enc_{read,write}(3)

The most terrible code in OpenSSL has its roots in libdes, which came
before SSLeay. Hello, LHASH. Hello speed app. Hello DES (obviously).
There are some diary-style changelog comments dating all the way back
to 1990.

/* This has some uglies in it but it works - even over sockets. */

Well, kind of:

* -  This code cannot handle non-blocking sockets.

Also:

/* >output is a multiple of 8 byes, if len < rnum
* >we must be careful.  The user must be aware that this
* >routine will write more bytes than he asked for.
* >The length of the buffer must be correct.
* FIXED - Should be ok now 18-9-90 - eay */

Or

/* This is really a bad error - very bad
* It will stuff-up both ends. */

Or

#ifdef _LIBC
extern unsigned long time();
extern int write();
#endif

I can't even...

Delete, delete, delete.

ok jsing

Reply via email to