-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New Indy package separate from the one in protocols. Includes work f… #9
base: master
Are you sure you want to change the base?
Conversation
OK. That's why I called it a strawman - to find out where the reclines are...Sent from my Galaxy
-------- Original message --------From: Remy Lebeau ***@***.***> Date: 20/08/2024 18:49 (GMT+00:00) To: IndySockets/IndyTLS-OpenSSL ***@***.***> Cc: Subscribed ***@***.***> Subject: Re: [IndySockets/IndyTLS-OpenSSL] New Indy package separate from the one in protocols. Includes work f… (PR #9)
@rlebeau commented on this pull request.
On IdSSLOpenSSLHeaders_static.pas:
Is this code now gone completely? Or is it being incorporated into the new loader logic? We do need to support static-linking of OpenSSL, such as on iOS. There have been requests to support static-linking on other platforms, such as Windows.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Oops. Replied to the wrong email.Sent from my Galaxy
-------- Original message --------From: "tony.whyman" ***@***.***> Date: 20/08/2024 19:12 (GMT+00:00) To: IndySockets/IndyTLS-OpenSSL ***@***.***>, IndySockets/IndyTLS-OpenSSL ***@***.***> Cc: Subscribed ***@***.***> Subject: Re: [IndySockets/IndyTLS-OpenSSL] New Indy package separate from the one in protocols. Includes work f… (PR #9) OK. That's why I called it a strawman - to find out where the reclines are...Sent from my Galaxy-------- Original message --------From: Remy Lebeau ***@***.***> Date: 20/08/2024 18:49 (GMT+00:00) To: IndySockets/IndyTLS-OpenSSL ***@***.***> Cc: Subscribed ***@***.***> Subject: Re: [IndySockets/IndyTLS-OpenSSL] New Indy package separate from the one in protocols. Includes work f… (PR #9)
@rlebeau commented on this pull request.
On IdSSLOpenSSLHeaders_static.pas:
Is this code now gone completely? Or is it being incorporated into the new loader logic? We do need to support static-linking of OpenSSL, such as on iOS. There have been requests to support static-linking on other platforms, such as Windows.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
> Subject: Re: [IndySockets/IndyTLS-OpenSSL] New Indy package separate from the one in protocols. Includes work f… (PR #9) @rlebeau commented on this pull request. On IdSSLOpenSSLHeaders_static.pas: Is this code now gone completely? Or is it being incorporated into the new loader logic? We do need to support static-linking of OpenSSL, such as on iOS. There have been requests to support static-linking on other platforms, such as Windows. —Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: @.*> It was a mistake on my part. I have checked the file back in. |
…f DH parameter file.
…s violations if GetCurrentCipher returns nil. 2) added new OnSSLNegotiated event to TIdSSLIOHandlerSocketOpenSSL so we know when negiation is finished and get things like Cipher information. 3) Removed some code for legacy OpenSSL versions that are no longer supported in this code base.
… GUI certificate validation dialog-box prompt.
…ons so that this can work.
…fy account information and server port.
… to accept-only once in certificate viewer prompt.
… since those were discontinued in OpenSSL 3.x and we werent using them anyway. See: openssl/openssl#14216
…_email_free. added safestack unit for some safestack.h definitions we may need.
…rom Tony Whyman