• src/ssh/enc/aes256-ctr.c src/ssh/kex/curve25519-sha256.c src/ssh/key_a

    From Deucе@VERT to Git commit to main/sbbs/master on Wed Mar 25 23:06:00 2026
    https://gitlab.synchro.net/main/sbbs/-/commit/8e2516b4d55c52b3e792a909
    Modified Files:
    src/ssh/enc/aes256-ctr.c src/ssh/kex/curve25519-sha256.c src/ssh/key_algo/rsa-sha2-256.c ssh-ed25519.c
    Log Message:
    Modernize OpenSSL API: remove all deprecated 3.0 usage

    - EVP_PKEY_CTX_new_id() -> EVP_PKEY_CTX_new_from_name()
    - EVP_PKEY_id() -> EVP_PKEY_is_a()
    - EVP_PKEY_new_raw_public_key() -> EVP_PKEY_new_raw_public_key_ex()
    - EVP_aes_256_ctr()/EVP_aes_256_cbc() -> EVP_CIPHER_fetch()

    All OpenSSL usage now follows 3.0+ best practices with no
    deprecated function calls.

    Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net