Lines Matching +full:- +full:- +full:github

6 [![github actions ci badge]][github actions ci]
9 OpenSSL is a robust, commercial-grade, full-featured Open Source Toolkit
12 on a full-strength general purpose cryptographic library, which can also
13 be used stand-alone.
23 - [Overview](#overview)
24 - [Download](#download)
25 - [Build and Install](#build-and-install)
26 - [Documentation](#documentation)
27 - [License](#license)
28 - [Support](#support)
29 - [Contributing](#contributing)
30 - [Legalities](#legalities)
37 - **libssl**
40 - **libcrypto**
41 a full-strength general purpose cryptographic library. It constitutes the
44 - **openssl**
47 - creation of key parameters
48 - creation of X.509 certificates, CSRs and CRLs
49 - calculation of message digests
50 - encryption and decryption
51 - SSL/TLS client and server tests
52 - handling of S/MIME signed or encrypted mail
53 - and more...
59 ------------------
62 [openssl-library.org/source/](https://openssl-library.org/source/).
71 ---------------------------
79 There is a public GitHub mirror of it at [github.com/openssl/openssl],
83 the GitHub mirror using
85 git clone https://github.com/openssl/openssl.git
88 new features, you need to fork the GitHub mirror and clone your public fork
91 git clone https://github.com/yourname/openssl.git
94 GitHub pull requests. For more details, see [Contributing](#contributing).
104 * [Notes for UNIX-like platforms](NOTES-UNIX.md)
105 * [Notes for Android platforms](NOTES-ANDROID.md)
106 * [Notes for Windows platforms](NOTES-WINDOWS.md)
107 * [Notes for the DOS platform with DJGPP](NOTES-DJGPP.md)
108 * [Notes for the OpenVMS platform](NOTES-VMS.md)
109 * [Notes on Perl](NOTES-PERL.md)
110 * [Notes on Valgrind](NOTES-VALGRIND.md)
119 ------------
124 - [OpenSSL master](https://www.openssl.org/docs/manmaster)
125 - [OpenSSL 3.0](https://www.openssl.org/docs/man3.0)
126 - [OpenSSL 1.1.1](https://www.openssl.org/docs/man1.1.1)
129 ----
138 you are free to get and use it for commercial and non-commercial
165 Copyright (c) 1998-2025 The OpenSSL Project
167 Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson
171 <!-- Links -->
177 [github.com/openssl/openssl]:
178 <https://github.com/openssl/openssl>
179 "OpenSSL GitHub Mirror"
192 <!-- Logos and Badges -->
198 [github actions ci badge]:
199 <https://github.com/openssl/openssl/workflows/GitHub%20CI/badge.svg>
200 "GitHub Actions CI Status"
202 [github actions ci]:
203 <https://github.com/openssl/openssl/actions?query=workflow%3A%22GitHub+CI%22>
204 "GitHub Actions CI"