English 中文(简体)
B. 对目前开放式SSL的支助不足
原标题:Indy support for current OpenSSL
  • 时间:2024-01-02 21:33:42
  •  标签:
  • openssl
  • indy

是否有任何关于向因迪人提供最新信息以支持新的开放式SSLAP的不良路线图?

我试图利用《十字军法》将以前Win32/64的 app子部署到本地的支线上;我陷入了Indy s TIdSSLIandlerSocket的问题。 开放式特别服务公司不支持目前版本的开放式特别服务单元。

我最后不得不从TIdHttp转向TNetHTTPClient。 但是,我仍需要将TIdHttpServer用于其他功能;只要我不使用SSL,它就可处以罚款。 对大多数情况来说,这并不可行。

问题回答

Have there been any Indy roadmap announcements concerning updates to Indy to support the new OpenSSL API?

No, it is still a work-in-progress. The majority of Indy s existing OpenSSL code was written by JP, who is no longer involved with Indy. The latest PR code for OpenSSL 3.x is available at https://github.com/IndySockets/Indy/pull/299 and mostly works. It was submitted by mezen, who has said that he wants to abandon that PR and make something new with the latest OpenSSL release. So Indy s support for OpenSSL 3.x is still in flux. I haven t been able to work on the PR myself in a long time.





相关问题
SSL wrapper stream in C

I have a simple stream_t type in C with your basic read/write operations, and support for multiple underlying implementations using function pointers. So a stream could be backed by a file, a char ...

Access violation writing location

I have the following code: #include <openssl/bn.h> #include <openssl/rsa.h> unsigned char* key; RSA* rsa = RSA_new(); rsa = RSA_generate_key(1024,65537,NULL,NULL); //init pubkey key[...

Visual Studio merging DLL into console application

I have very simple program to simplify things as shown below... #include <openssl/evp.h> int main (int argc, char *argv[]) { EVP_CIPHER_CTX ctx; EVP_CIPHER_CTX_init(&ctx); } ...

Can t add static lib

I am trying to build a DLL and it needs to reference a library namely libeay32.dll from the openssl package. I cant seem to add it as a reference under the Property Pages->Common Properties->Add New ...

Php paypalewp on windows not working right, short return

I am working on a payment script using paypalewp, it seems to work fine in the stage environment which is a centos linux box, however on my dev box it doesn t... when I run the button creation ...

How do I get SSL working in fsockopen?

I m running PHP 5.2.6 on Windows, I have extension=php_curl.dll and extension=php_openssl.dll uncommented in php.ini; as such I can see the following in phpinfo: curl cURL support enabled cURL ...

Load RSA keys from files

I used openSSL command to create 2 files: 1 for RSA public key & 1 for RSA private key. How do I recover RSA keys using C? Specifically, I have these functions: RSA_public_encrypt(read_num, ...

OpenSSL on iPhone

I need to figure out how to get two OpenSSL functions for iPhone. I m trying to keep it so I don t need another dylib, because I don t want Apple to reject my application for something so silly. ...

热门标签