synapse icon indicating copy to clipboard operation
synapse copied to clipboard

Synapse TCP/IP library for Delphi and Freepascal

Results 10 synapse issues
Sort by recently updated
recently updated
newest added

I've been using the Synapse library for years, thank you for your hard work. In this PR I added support for Delphi 12 and SecureBlackBox 16+. I hope these changes...

I was trying to send e-mails with XML attachments but they weren't encoded correctly on the message (some e-mail clients couldn't recognize them as XML). After some research, I wrote...

The `UpdateCrc32` function is generating warning W1024, indicating a combination of signed and unsigned types, resulting in an implicit widening of both operands. This can lead to undesirable or unexpected...

Just ensuring successful compilation on the Delphi 12 Mac platform (OSX64, OSXARM64, iOSSimARM64, iOSDevice64), but detailed unit tests are still missing.

Solution: procedure TMIMEPart.DecodePartHeader; var n: integer; s, su, fn: string; st, st2: string; begin Primary := 'text'; FSecondary := 'plain'; FDescription := ''; Charset := FDefaultCharset; FFileName := ''; //was...

Hi, I just ran into a problem where a microcontroller gets rebooted because of the RTS and DTR signal togling while synaser is connecting to the microcontroller's serial port. The...

Starting with Version 3.2 OpenSSL allows validating server certificates by using the store URI ``org.openssl.winstore://`` See [https://github.com/openssl/openssl/blob/master/CHANGES.md](https://github.com/openssl/openssl/blob/master/CHANGES.md#changes-between-31-and-320-23-nov-2023): > Support for loading root certificates from the Windows certificate store has been...

Currently, when compiled in FPC/Lazarus, Synapse only supports the DNS protocol on *nix platforms (through the fcl-net package). However, on Windows, ws2tcpip.getaddrinfo is called which supports many other protocols such...

Hello, I created a small application that uses ldaps and was surprised that the OpenSSL implementations don't use the default system locations for the CA certificates, if no other CA...

Is there any chance to get Synapse working with OpenSSL GOST Engine and use GOST-certificates for HTTPS-connection?