Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
cc93821
Initial reoriganisation of subdirs with files split into src and delp…
MWASoftware Jan 6, 2025
84af430
Updated source tree from OpenSSLFinal branch of Indy.ProposedUpdate
MWASoftware Jan 6, 2025
64627de
Added Tests and Lazarus Packages
MWASoftware Jan 6, 2025
0840887
Updated Delphi Project Files
MWASoftware Jan 6, 2025
a892f05
Removed test project group
MWASoftware Jan 6, 2025
0301c0b
Updated README to include OpenSSL info
MWASoftware Jan 6, 2025
4a60ee5
Fixed reference to companion dpk
MWASoftware Jan 6, 2025
e7cce21
Updated references to source files in Delphi project file
MWASoftware Jan 6, 2025
664096a
Updated to README
MWASoftware Jan 6, 2025
c4780c1
Added a gitattributes file
MWASoftware Jan 8, 2025
5ba0107
Copy fix for Indy.ProposedUpdate Issue#10 to this package
MWASoftware Aug 9, 2025
48b8204
Updated package from Indy.ProposedUpdate August 2025 Update in order …
MWASoftware Sep 2, 2025
8c38f92
Updated Test Programs
MWASoftware Sep 2, 2025
278eded
Update dependencies in indyopenssl fpc package
MWASoftware Sep 2, 2025
35b4fd5
Updated Delphi Packages
MWASoftware Sep 2, 2025
7f9964a
Include readme on IdSSLOpenSLL split
MWASoftware Sep 9, 2025
6e324b5
Fix Issue with incorrect condition ref to Windows unit in crypto#
MWASoftware Sep 10, 2025
c86df94
Compiler defines should no longer define WINDOWS when compling under …
MWASoftware Sep 10, 2025
757a24c
Added AllTests group for Delphi
MWASoftware Sep 10, 2025
07439c8
Change Lazarus package name to IndyTLSOpenSSL for consistency with De…
Sep 10, 2025
5078051
Correct Delphi Test Programs Package Dependency for OpenSSL
Sep 10, 2025
5378dde
Correct Delphi pkacage name dependency
MWASoftware Sep 10, 2025
93c756b
OpenSSLAPI fixes for Delphi on Linux
MWASoftware Sep 10, 2025
f4d1675
Further Updates for Delphi on Linux compatibility
MWASoftware Sep 11, 2025
a6288a6
LoadLib functions now use a PChar type param for Delphi on Linux compat
MWASoftware Sep 11, 2025
d57348c
Merged in Upstream
MWASoftware Sep 11, 2025
3d90e91
Updated CompilerDefines to recognise VER350 (Delphi Alexandria)
MWASoftware Sep 11, 2025
c34ca1e
Updated Delphi Project Files for Windows 11 and Delphi 12
MWASoftware Sep 18, 2025
f64c504
Updated for Delphi 10
MWASoftware Sep 18, 2025
b68966e
Restore Win64 Delphi configuration
MWASoftware Sep 18, 2025
389a488
The Find OpenSSL Lib algorithm no longer looks for a library without …
MWASoftware Sep 19, 2025
485b478
Extension of IOpenSSLDLL interface plus documentation
MWASoftware Sep 20, 2025
64be9e3
Edits to README.OpenSSL
MWASoftware Sep 20, 2025
b902494
Missing reference to IdSSLOpenSSLAPI added to IdSSLOpenSSLFIPS. Neede…
MWASoftware Sep 23, 2025
3ce6e09
Ensure that UseSystemRootCertificateStore property only applies to Wi…
MWASoftware Sep 28, 2025
17fc1d3
TIdSecSocket.Readable now checks for socket errors
MWASoftware Sep 28, 2025
0c64806
Put package to top of build order in AllTests project group
MWASoftware Sep 28, 2025
d91740f
Change of Status
MWASoftware Oct 10, 2025
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
21 changes: 21 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto

# Explicitly declare text files you want to always be normalized and converted
# to native line endings on checkout.
*.c text
*.h text
*.pas text
*.inc text
*.lpr text
*.lpi text
*.lps text
*.dpk text
*.dproj text
*.md text
*.txt text
COPYING text

#Binary files
*.odt binary
*.pdf binary
39 changes: 17 additions & 22 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,42 +1,29 @@

# Created by https://www.gitignore.io/api/delphi
# Edit at https://www.gitignore.io/?templates=delphi

### Delphi ###
# Uncomment these types if you want even more clean repository. But be careful.
# It can make harm to an existing project source. Read explanations below.
#
# Resource files are binaries containing manifest, project icon and version info.
# They can not be viewed as text or compared by diff-tools. Consider replacing them with .rc files.
#*.res
#
# Type library file (binary). In old Delphi versions it should be stored.
# Since Delphi 2009 it is produced from .ridl file and can safely be ignored.
#*.tlb
#
# Diagram Portfolio file. Used by the diagram editor up to Delphi 7.
# Uncomment this if you are not using diagrams or use newer Delphi version.
#*.ddp
#
*.ddp
# Visual LiveBindings file. Added in Delphi XE2.
# Uncomment this if you are not using LiveBindings Designer.
#*.vlb
#
*.vlb
# Deployment Manager configuration file for your project. Added in Delphi XE2.
# Uncomment this if it is not mobile development and you do not use remote debug feature.
#*.deployproj
#
*.deployproj
# C++ object files produced when C/C++ Output file generation is configured.
# Uncomment this if you are not using external objects (zlib library for example).
#*.obj
#

# Default Delphi compiler directories
# Content of this directories are generated with each Compile/Construct of a project.
# Most of the time, files here have not there place in a code repository.
#Win32/
#Win64/
#OSX64/
#OSXARM64/
#Android/
#Android64/
#iOSDevice64/
#Linux64/

# Delphi compiler-generated binaries (safe to delete)
*.exe
Expand All @@ -56,9 +43,10 @@
*.a
*.o
*.ocx
*.ppu
*.bak

# Delphi autogenerated files (duplicated info)
*.cfg
*.hpp
*Resource.rc

Expand All @@ -79,3 +67,10 @@ __recovery/

# Boss dependency manager vendor folder https://github.com/HashLoad/boss
modules/

# End of https://www.gitignore.io/api/delphi

#FPC autogenerated files
**/backup
**/units

Loading