Skip to content
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

Code Generation DEFINE_STACK_OF() macros, and typedef STACK_OF(), TIdOpenSSLOptionsBase fix for AssignTo and Equals #5

Open
wants to merge 64 commits into
base: NewOpenSSL_PR
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
64 commits
Select commit Hold shift + click to select a range
d16c2e8
Added new OpenSSL IO Handler for OpenSSL 1.1.1
mezen Jan 27, 2020
8f89f7f
Added results of an internal review
mezen May 27, 2020
c805f24
FTP data channel should reuse the session of the command channel
mezen Jun 25, 2020
eebe982
Added git attributes
mezen Oct 28, 2020
54855da
Fixed line endings and rebase error
mezen Oct 10, 2022
c1d56d0
Made intermediate code more compatible
mezen Oct 28, 2020
daa789c
Made new OpenSSL IO Handler more compatible
mezen Oct 28, 2020
f4399ac
Removed some unnecessary stuff from GenerateCode.dproj
mezen Oct 28, 2020
977a928
Do not use SafeLoadLibrary without second parameter
mezen Oct 28, 2020
47c1a32
Added code for loading OpenSSL on Linux
mezen Oct 28, 2020
8d0a344
Replaced %LINE% with %LINENUM%
mezen Oct 28, 2020
53e30de
IndyCheckWindowsVersion is only available under windows
mezen Oct 28, 2020
7318e42
Removed duplicated types
mezen Oct 28, 2020
ee17ddc
If the options of the IO handler change, the context must be reinitia…
mezen Oct 28, 2020
1b6029c
Corrected some header imports
mezen Oct 29, 2020
24f51a5
Used correct case
mezen Oct 29, 2020
6299317
Fixed another wrong type
mezen Oct 29, 2020
cffaecf
Fixed copy'n'paste error :(
mezen Oct 29, 2020
db6c612
Added missing raise
mezen Oct 29, 2020
4bbc062
Fixed line endings
mezen Nov 3, 2020
61579a7
Fixed small errors in crypto
mezen Nov 3, 2020
c96f577
Added CRYPTO_set_mem_functions to crypto
mezen Nov 3, 2020
8c9a63a
If OpenSSL is dynamically loaded, the DLLs should also be freed at un…
mezen Nov 3, 2020
57be390
Fixed MemLeak with handling TLS Sessions
mezen Nov 3, 2020
54bfdbc
Fixed missing _ to parameter named "out" & added dynlibs to Loader
mezen Nov 6, 2020
2137a77
Fixed used-after-free
mezen Nov 6, 2020
c033efd
The Server IO Handler does not immediately start a TLS handshake any …
mezen Nov 6, 2020
968cf79
Added SaveToFile and ctor overload for file loading to TIdOpenSSLX509
mezen Dec 1, 2020
63c6202
Added missing file header to IdOpenSSLX509
mezen Dec 1, 2020
2d8c9d9
Fixed using PBIO instead of BIO directly
mezen Jan 6, 2021
65480ac
Use existing CheckForError and RaiseError
mezen Mar 2, 2021
f5051e1
Add additional Infos to EIdOpenSSLAcceptError
mezen Mar 2, 2021
1dad0bf
Replaced `&parameter ` with `parameter_`
mezen Jul 23, 2021
90d7e99
Improved excpetion message for shutdown errors
mezen Jul 23, 2021
0aaee20
Fixed multiple `Load` / `Unload` calls
mezen Jul 23, 2021
08b9cf9
Resolved c macro for ASN1_INTEGER functions
mezen Jul 23, 2021
0cb24d7
Fixed wrong parameter definitin in bn
mezen Jul 23, 2021
91a9da3
Resolved c macro for ASN1_Time functions
mezen Jul 26, 2021
aaa2044
Resolved c macro for ASN1_UTCTIME & ASN1_GENERALIZEDTIME functions
mezen Jul 28, 2021
e6e6ef7
Resolved c macro for BIO_get/set_mem functions
mezen Jul 28, 2021
1431b6a
Removed duplicate type X509_REVOKED
mezen Jul 28, 2021
aba6517
Fixed small memory leak
mezen Jul 28, 2021
5ba5abc
Fix compile errors for Delphi 7
Aug 31, 2021
0b3b26d
Added initialization of result as addition to 9c37992275a514eb1c80369…
mezen Sep 9, 2021
3d4b46c
Added BeforeInitContext and AfterInitContext to TIdOpenSSLIOHandlerSe…
mezen Oct 18, 2021
ae1237f
Added some xml doc
mezen Nov 30, 2021
40e3346
Removed old code
mezen Nov 30, 2021
0042917
Use parameter instead of property
mezen Nov 30, 2021
f612a7b
TLS Client is now able to verify host name
mezen Nov 30, 2021
df7ee5b
Added small helpful comment
mezen Oct 10, 2022
f078888
Added header translation for pkcs12.h
mezen Oct 10, 2022
f200bec
Sort uses
mezen Oct 10, 2022
38fd1c3
Use newer function
mezen Oct 10, 2022
baf3c22
Added possibility to load trusted certs
mezen Oct 10, 2022
a75a5d0
Load x509 from memory directly
mezen Oct 10, 2022
c429db4
Fixed translation error in bio
mezen Oct 10, 2022
ab73d95
Added missing uses
mezen Oct 11, 2022
687183c
Expanded some c compiler macro
mezen Oct 12, 2022
bf47665
Code Generation DEFINE_STACK_OF() macros, and typedef STACK_OF()
WeberAndre Feb 15, 2023
3289362
Functions from OpenSSL stack.h include
WeberAndre Feb 15, 2023
a7719ce
Add uses IdOpenSSLHeaders_stack
WeberAndre Feb 15, 2023
c90012f
EVP_DecryptFinal_ex parameter ctx wrong type
WeberAndre Feb 15, 2023
fc9df53
Initialize IdOpenSSLHeaders_stack
WeberAndre Feb 15, 2023
fe1ebac
AssignTo and Equals incomplete
WeberAndre Feb 15, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Lib/Protocols/OpenSSL/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Declare files that will always have CRLF line endings on checkout.
*.pas text eol=crlf
Loading