All Projects → philyuchkoff → openssl-RPM-Builder

philyuchkoff / openssl-RPM-Builder

Licence: other
Build latest OpenSSL binary

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to openssl-RPM-Builder

Testssl.sh
Testing TLS/SSL encryption anywhere on any port
Stars: ✭ 5,676 (+12239.13%)
Mutual labels:  tls, ssl, openssl
Ssl Checker
Python script that collects SSL/TLS information from hosts
Stars: ✭ 94 (+104.35%)
Mutual labels:  tls, ssl, openssl
Pyopenssl
A Python wrapper around the OpenSSL library
Stars: ✭ 701 (+1423.91%)
Mutual labels:  tls, ssl, openssl
Wolfssl
wolfSSL (formerly CyaSSL) is a small, fast, portable implementation of TLS/SSL for embedded devices to the cloud. wolfSSL supports up to TLS 1.3!
Stars: ✭ 1,098 (+2286.96%)
Mutual labels:  tls, ssl, openssl
Snuffy
Snuffy is a simple command line tool to inspect SSL/TLS data.
Stars: ✭ 236 (+413.04%)
Mutual labels:  tls, ssl, openssl
HAProxy-2-RPM-builder
Build latest HAProxy binary with prometheus metrics support
Stars: ✭ 28 (-39.13%)
Mutual labels:  rpm, centos7, rpm-builder
openssl-ca
Shell scripts to manage a private Certificate Authority using OpenSSL
Stars: ✭ 38 (-17.39%)
Mutual labels:  tls, ssl, openssl
qsslcaudit
test SSL/TLS clients how secure they are
Stars: ✭ 22 (-52.17%)
Mutual labels:  tls, ssl, openssl
Mutual Tls Ssl
🔐 Tutorial of setting up Security for your API with one way authentication with TLS/SSL and mutual mutual authentication for a java based web server and a client with both Spring Boot. Different clients are provided such as Apache HttpClient, OkHttp, Spring RestTemplate, Spring WebFlux WebClient Jetty and Netty, the old and the new JDK HttpClient, the old and the new Jersey Client, Google HttpClient, Unirest, Retrofit, Feign, Methanol, vertx, Scala client Finagle, Featherbed, Dispatch Reboot, AsyncHttpClient, Sttp, Akka, Requests Scala, Http4s Blaze, Kotlin client Fuel, http4k, Kohttp and ktor. Also other server examples are available such as jersey with grizzly. Also gRPC examples are included
Stars: ✭ 163 (+254.35%)
Mutual labels:  tls, ssl, openssl
Search Guard Ssl
Elasticsearch SSL for free. Supports native Open SSL.
Stars: ✭ 159 (+245.65%)
Mutual labels:  tls, ssl, openssl
Tls Channel
A Java library that implements a ByteChannel interface over SSLEngine, enabling easy-to-use (socket-like) TLS for Java applications.
Stars: ✭ 113 (+145.65%)
Mutual labels:  tls, ssl, openssl
jruby-openssl
JRuby's OpenSSL gem
Stars: ✭ 39 (-15.22%)
Mutual labels:  tls, ssl, openssl
Openssl
TLS/SSL and crypto library
Stars: ✭ 17,157 (+37197.83%)
Mutual labels:  tls, ssl, openssl
httpsbook
《深入浅出HTTPS:从原理到实战》代码示例、勘误、反馈、讨论
Stars: ✭ 77 (+67.39%)
Mutual labels:  tls, ssl, openssl
GCXTrustPolicy
SSL pinning and trust validation framework for iOS
Stars: ✭ 21 (-54.35%)
Mutual labels:  tls, ssl
cero
Scrape domain names from SSL certificates of arbitrary hosts
Stars: ✭ 316 (+586.96%)
Mutual labels:  tls, ssl
pki
Certificate Authority management suite
Stars: ✭ 23 (-50%)
Mutual labels:  ssl, openssl
TLS-Redirection
TLS Redirection
Stars: ✭ 109 (+136.96%)
Mutual labels:  tls, ssl
private-tls-cert
A simple Terraform module to generate self-signed TLS certificates for private use
Stars: ✭ 36 (-21.74%)
Mutual labels:  tls, ssl
sack.vfs
Node addon which adds a virtual file system interface; websockets; json(6) parsing; sql support(sqlite,odbc); javascript sched_yield; ssl certificate generation; more...
Stars: ✭ 29 (-36.96%)
Mutual labels:  tls, ssl

OpenSSL rpm builder for CentOS 7 - build latest OpenSSL binary

GitHub last commit GitHub All Releases

OpenSSL

Remove old versions

rpm -qa | grep openssl
rpm -e --justdb --nodeps <yourpackage>

OpenSSL 1.1.1n:

Build:

sudo yum -y groupinstall 'Development Tools'
git clone https://github.com/philyuchkoff/openssl-RPM-Builder
cd openssl-RPM-Builder
chmod +x install-openssl_1.1.1.sh 
sudo ./install-openssl_1.1.1.sh

Builded RPM will be in

/root/rpmbuild/RPMS/x86_64/

After install-openssl_1.1.1.sh will finish, you can install builded rpm:

sudo rpm -ivvh /root/rpmbuild/RPMS/x86_64/openssl-1.1.1n-1.el7.x86_64.rpm --nodeps

Check:

$openssl version
OpenSSL 1.1.1n  15 Mar 2022

or

$rpm -qa openssl
openssl-1.1.1n-1.el7.x86_64

OpenSSL 3:

Build:

sudo yum -y groupinstall 'Development Tools'
git clone https://github.com/philyuchkoff/openssl-RPM-Builder
cd openssl-RPM-Builder
chmod +x install-openssl_3.sh 
sudo ./install-openssl_3.sh

Builded RPM will be in

/root/rpmbuild/RPMS/x86_64/
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].