[OpenSSL-3.0LTS] DES API marked as obsolete(OSSL_DEPRECATEDIN_3_0) brokes building libtelnet

Issue #391 new
Takehiko NOZAKI repo owner created an issue

see Issue #151, Issue #152 and Issue #180

Comments (5)

  1. Takehiko NOZAKI reporter

    to fix this problem:

    1. define OSSL_DEPRECATEDIN_3_0 and use OpenSSL libcrypto’s DES implementation
    2. revive libdes
    3. libtelnet use own des implementation

    I think 3. is the solution.

  2. Takehiko NOZAKI reporter

    more over, I think telnet DES encryption is considered obsolete and harmful.

    better to move RFC9266 Channel Bindings for TLS 1.3

  3. Takehiko NOZAKI reporter

    O*BSD has already dropped libexec/telnetd and lib/libtelnet, usr.bin/telnet exists but des encryption is dropped too.

  4. Log in to comment