portable
portable copied to clipboard
LibreSSL Portable itself. This includes the build scaffold and compatibility layer that builds portable LibreSSL from the OpenBSD source code. Pull requests or patches sent to [email protected] are wel...
I compiled it for windows using linux with the README.windows commands i got three library files, tls.a,ssl.a and crypto.a but when i tried using them i got the following error...
I ran build script from https://github.com/build-xcframeworks/libressl ``` ./configure --host=x86_64-apple-darwin --prefix=/Users/runner/work/libressl/libressl/build/libressl-build/simulator_x86_64 CC=/usr/bin/clang CPPFLAGS=-I/Applications/Xcode_15.0.1.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.0.sdk/usr/include/ 'CFLAGS= -arch x86_64 -miphoneos-version-min=13.0 -pipe -no-cpp-precomp -isysroot /Applications/Xcode_15.0.1.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.0.sdk' 'CPP=/usr/bin/cpp ' LD=/Applications/Xcode_15.0.1.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/ld ... ... /Applications/Xcode_15.0.1.app/Contents/Developer/usr/bin/make all-am CPPAS aes/libcrypto_la-aes-macosx-x86_64.lo CPPAS...
Encrypted SNI is on the standards track and is already being deployed by big players. Draft RFC: https://tools.ietf.org/html/draft-ietf-tls-esni-04 - Championed by the EFF: https://www.eff.org/deeplinks/2018/09/esni-privacy-protecting-upgrade-https - Deployed by Cloudflare: https://blog.cloudflare.com/esni/ -...
I have these 3 commits that mostly tweaks the windows build instructions to have less text and be more focused. It is easy to build with Visual Studio/Clang/GCC on Windows,...
I've encountered build issues attempting to build libressl portable from source. My steps are: First check to see if prebuilt windows libraries are available via https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/ but the last zip...
When compiling in release mode the _CrtSetReportMode macro gets replaced by void(0). This makes old_report_mode unused, which visual studio warns about.
Hey, I found a bug (presumably in the `s_client`) that causes a null ptr dereference when communicating with a server. If you need a gdb session for debugging the crash,...
Hello, @DarwinJS (I found you as a maintainer of https://community.chocolatey.org/packages/libressl) that package is not updated, |I read some discussion that LibreSSL does not provide binaries anymore. it was true, however...
Hello, We [noticed](https://github.com/cvmfs/cvmfs/issues/3555) that LibreSSL is not using the x86 SHA instruction extensions. In our benchmark, we see about a factor 2 slower SHA-1 performance of LibreSSL compared to OpenSSL...
I've been using libressl with my cross-platform projects for a while now. I update the version every few years or so. I'm attempting to update to a later version either...