Releases: squeak-smalltalk/squeakssl
Releases · squeak-smalltalk/squeakssl
SqueakSSL with SNI (Linux maintenance release)
Nearly the same as v0.2.0a except for:
- Linked the Linux binary statically against LibreSSL 2.2.3
- Produce
SqueakSSL
andso.SqueakSSL
with the correctsoname
s - Explicitly link the Linux binaries with
librt
(was omitted by default)
SqueakSSL with SNI (Spur maintenance release)
Nearly the same as v0.2.0@master except for:
- Recompiled all binaries with an updated generated
SqueakSSL.c
that honors Spur's handling of primitive error codes - Removed the
linux64
part. It is untested - Linked the Linux binary statically against LibreSSL 2.2.1
SqueakSSL with SNI
Version 0.2.0 brings SNI to SqueakSSL
Source: Multiple changes that warrant version increase
- Incorporate SNI by Levente.
- Cross
- Introduce
SQSSL_VERSION
macro, currently 2
- Introduce
- Win32
- setting an
int
property viasqSetIntPropertySSL(...)
- Unicode problems when extracting the correct peerName in
sqExtractPeerName
- setting an
- Linux
- Pick up changes by Levente from late 2014
- Mac OS X
- Prepare for compilation on not-as-old OSXen
- add iOS folder to mirror general Squeak VM
platform
layout
Binaries: All the Platforms
windows/SqueakSSL.dll
- x86 32bit Windows dll (built with Visual Studio 2013)
- Uses Schannel API
- SNI Support
macosx/SqueakSSL.bundle
- Universal x86 32bit/64bit OS X Mach-O dylib (Linked against OS X 10.6 SDK)
- Uses Security-Framework
- SNI Support
linux32/SqueakSSL
andlinux32/so.SqueakSSL
- x86 32bit Linux ELF dynamic library
- Contains Levente's SNI feature
- NOT linked against OpenSSL, but statically linked against LibreSSL 2.1.6
- It should work on older and newer Debian/Ubuntu as well as on CentOS/RedHat/SuSE systems.
- Note: this is not the default way to built the plugin yet
linux64/SqueakSSL
andlinux64/so.SqueakSSL
- x86 64bit Linux ELF dynamic library
- Contains Levente's SNI feature
- NOT linked against OpenSSL, but statically linked against LibreSSL 2.1.6
- It should work on older and newer Debian/Ubuntu as well as on CentOS/RedHat/SuSE systems.
- Note: this is not the default way to built the plugin yet