BBS:      TELESC.NET.BR
Assunto:  src/ssh/enc/aes256-ctr.c src/ssh/kex/curve25519-sha256.c src/ssh/key_a
De:       Deuc¨
Data:     Wed, 25 Mar 2026 23:06:00 -0700
-----------------------------------------------------------
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) 
n
---
  mSynchronetn  hgVertrauen n hHome of Synchronet n gh[vert/cvs/bbs].synchro.net

-----------------------------------------------------------
[Voltar]