Showing 37 open source projects for "openssl-1.0.2d"

View related business solutions
  • Our Free Plans just got better! | Auth0 by Okta Icon
    Our Free Plans just got better! | Auth0 by Okta

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your secuirty. Auth0 now, thank yourself later.
    Try free now
  • Save hundreds of developer hours with components built for SaaS applications. Icon
    Save hundreds of developer hours with components built for SaaS applications.

    The #1 Embedded Analytics Solution for SaaS Teams.

    Whether you want full self-service analytics or simpler multi-tenant security, Qrvey’s embeddable components and scalable data management remove the guess work.
    Try Developer Playground
  • 1
    Mongoose Embedded Web Server

    Mongoose Embedded Web Server

    An embedded web server

    ... architectures: ESP32, NRF52, STM32, NXP, and more. Built-in protocols: plain TCP/UDP, HTTP, MQTT, Websocket. SSL/TLS support: mbedTLS, OpenSSL or custom (via API). Used to solve a wide range of business needs, like implementing Web UI interface on devices, RESTful API services, telemetry data exchange, remote control for a product, remote software updates, remote monitoring, and others.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 2
    Drill

    Drill

    Drill is an HTTP load testing application written in Rust

    ... and dependencies between them. Right now, the easiest way to get drill is to go to the latest release page and download the binary file for your platform. OpenSSL is needed in order to compile Drill, whether it is through cargo install or when compiling from source with cargo build.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Tengine

    Tengine

    A distribution of Nginx with some advanced features

    ... effort and everyone is encouraged to get involved. All features of nginx-1.18.0 are inherited, i.e., it is 100% compatible with nginx. Support the CONNECT HTTP method for forward proxy. Support asynchronous OpenSSL, using hardware such as QAT for HTTPS acceleration. Enhanced operations monitoring, such as asynchronous log & rollback, DNS caching, memory usage, etc. Support server_name in Stream module. More load balancing methods, e.g., consistent hashing, and session persistence.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    AWS IoT Device SDK for Embedded C

    AWS IoT Device SDK for Embedded C

    SDK for connecting to AWS IoT from a device using embedded C

    ... choice. These libraries are only dependent on standard C libraries, so they can be ported to various OS's - from embedded Real-Time Operating Systems (RTOS) to Linux/Mac/Windows. You can find sample usage of C-SDK libraries on POSIX systems using OpenSSL (e.g. Linux demos in this repository), and on FreeRTOS using mbedTLS (e.g. FreeRTOS demos in the FreeRTOS repository). The coreHTTP library provides the ability to establish an HTTP connection with a server over a customer-implemented transport layer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Deliver secure remote access with OpenVPN. Icon
    Deliver secure remote access with OpenVPN.

    Trusted by nearly 20,000 customers worldwide, and all major cloud providers.

    OpenVPN's products provide scalable, secure remote access — giving complete freedom to your employees to work outside the office while securely accessing SaaS, the internet, and company resources.
    Get started — no credit card required.
  • 5
    V2Ray Desktop

    V2Ray Desktop

    Elegant cross-platform proxy GUI client that supports Shadowsocks

    ... functions (e.g., server subscription) in the prebuilt binary packages require OpenSSL >= 1.1.0. If you are using Ubuntu<=18.04, please install OpenSSL manually. You can refer to Installation Guide in the Wiki page for the detailed information.
    Downloads: 220 This Week
    Last Update:
    See Project
  • 6
    CacheGuard WAF

    CacheGuard WAF

    Web Application Firewall

    ... installed on a machine, CacheGuard-OS transforms that machine into a network appliance to implement as a link to the internet. CacheGuard-OS is based on a Linux kernel and mainly uses OpenSSL, Apache and ModSecurity and ClamAV. CacheGuard WAF is especially designed to address organization requirements by providing functional and easy to handle Web security solutions.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    OpenVPN

    OpenVPN

    Robust and flexible VPN network tunnelling

    OpenVPN is a robust and highly flexible tunneling application that uses all of the encryption, authentication, and certification features of the OpenSSL library to securely tunnel IP networks over a single TCP/UDP port. Discussion forums and project wiki can be found here: https://forums.openvpn.net/ http://community.openvpn.net/openvpn
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    NOTE: The repository for this project has moved to https://core.tcl-lang.org/tcltls/home. TLS is an OpenSSL / RSA-bsafe Tcl extension that provides secure connections on top of the Tcl socket mechanism. Within a few lines of code, users can query https servers (see the tclhttpd project for an https server using TLS).
    Downloads: 2 This Week
    Last Update:
    See Project
  • 9
    libuwsc

    libuwsc

    A Lightweight and fully asynchronous WebSocket client library

    A Lightweight and fully asynchronous WebSocket client library based on libev for Embedded Linux. And provide Lua-binding. libev tries to follow the UNIX toolbox philosophy of doing one thing only, as good as possible.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Top-Rated Free CRM Software Icon
    Top-Rated Free CRM Software

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.
    Get started free
  • 10
    Themis will be a thoroughly modern web browser taking advantage of BeOS' features where it can. Currently, it is planned to use OpenSSL, and use the translation kit to view images.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    collect_ssl_info

    Script shows Information of SSL/TLS speaking servers an checks ciphers

    Main function is to see which cert a server is using show cert details and calculate fingerprints Second function is to see which ciphers a server is willing to connect to make sure that weak cipher on the server are disabled and therefore fail. By default collect_ssl_info with option -p try all ciphers openssl has build in. This ist mostly sufficient for a check. required - actual as possible openssl - gawk licence http://www.gnu.org/licenses/gpl-3.0-standalone.html
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    libSSL

    C++ SSL Library

    C++ library that wraps both raw and SSL functionality into an easy-to-use set of classes. Raw sockets supported: * IPV4 TCP Platforms currently supported: * Windows The following SSL libraries are supported: * OpenSSL 1.0.2d Additional platforms, raw libraries (e.g. IPV6) etc. will be added in due course, the architecture has been designed to accommodate expansion.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 13

    Simple WebSocket Server C++

    An easy way to make WebSocket endpoints in C++.

    Please go to https://github.com/eidheim/Simple-WebSocket-Server, as this sourceforge page will no longer be updated.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    Easy Simple Network Library

    A MINA-like, cross-platform C++ network library based on boost::asio

    The full name of "esnetwork" is "easy simple network library". It is a cross-platform C++ network library based on boost::asio (http://think-async.com). It aims to be a simple, easy-to-use and full-featured networking framework, like MINA in Java.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    pidCrypt
    pidCrypt is no longer maintained! pidCrypt is a crypto library offering modular cryptographic functions in JavaScript. Supports: AES (CBC & CTR Mode), RSA, MD5, SHA-1, SHA-256, SHA-384, SHA-512, ASN.1, Base64, UTF-8. The AES-CBC mode is compatible to OpenSSL.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    mod_gnutls

    mod_gnutls

    mod_gnutls apache module

    mod_gnutls uses the GnuTLS library to provide SSL 3.0, TLS 1.0, TLS 1.1 and 1.2 encryption for Apache HTTPD. It is similar to mod_ssl in purpose, but does not use OpenSSL.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    AS2Secure - AS2 Php Lib
    AS2Secure is a PHP Lib to allow you to send and receive AS2 message from partners. Based on OpenSSL, documents are SIGNED and CRYPTED to build SMIME messages ready to be sent over HTTP connection.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Server bundle of : Apache2 , MySQL , PostgreSQL , OpenSSL , Xmail , SlimFTPd Software developing triad of : PHP , Perl and Python + Apache2TriadCP , PHPmyadmin , PHPPgAdmin , AWStats , UebiMiau , PHPXMail , PHPSFTPd. All latest stables , all manuals
    Downloads: 8 This Week
    Last Update:
    See Project
  • 19
    VpnTrustee is a multiplatform OpenVPN GUI which makes usage of OpenVPN much more easier. LEGAL NOTICE: This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit. (http://www.openssl.org/)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    This project is discontinued. Things have change so much since this was an original idea back then. Now you can find much better downloaders for various hosts and almost any platform and architecture. Thank you all for using it back then! ;) Description: A multi-threaded downloader with web interface that supports rapidshare.com, netload.in and hotfile.com services. Originally created for WD's MBWE but it can be used with any linux distro. It can be fully controlled remotely from it's...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Nettp (netty) is an Open Source .Net HTTP server written in c#, written with performance and modularity in mind. It supports Caching, gzip & deflate compression, and HTTPS (SSL using openSsl)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    conexus
    conexus is an event-driven C++ I/O library that includes support for BSD sockets, pipes, serial/tty, SSL sockets (both NSS/NSPR and OpenSSL), kernel message, queues, et. al. A companion library, conexus-gtkmm, provides a set of gtkmm widgets.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Naraio is LAMP like software. It contains Apache, MySQL, PHP, Perl, Openssl, Phpmyadmin, OpenLDAP, Subversion, Ruby, Python, Phpldapadmin, and Trac. Trac and Subversion are authenticates user with integrated ldap. Naraio is easy, secure and flexible.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Environment Control and Life Support System TCP/SSL/HTTPS Web Server Connection Monitor.Status Connection Evaluation and Monitoring Program of TCP family Servers. OpenSSL connection handling, XML Configuration and XSL Rendering.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    EasyHTTPD is a drop in C++ class to implement an HTTP 1.0 Server to add a web interface to applications. HTML template files make dynamic content generation a snap. Add class,write handlers & HTML templates, your done! Supports OpenSSL, cookies
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next