YuOpenSSL is a Delphi port of the OpenSSL cryptography and SSL/TSL library. All code is statically compiled into applications. OpenSSL DLLs are not needed. Over 5000 functions, procedures, constants, and types are ready to use in a single Delphi unit.
First release, based on OpenSSL 3.5.2.
Changes from OpenSSL 3.4:
Potentially significant or incompatible changes:
req
, cms
, and smime
applications changed from des-ede3-cbc
to aes-256-cbc
.BIO_meth_get_*()
functions were deprecated.New features:
EVP_SKEY
).