Difference between revisions of "Libressl"

From Free Software Directory
Jump to: navigation, search
(license info)
m (libressl-3.1.3)
(10 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{Entry
 
{{Entry
 
|Name=LibreSSL
 
|Name=LibreSSL
|Short description=an  implementation of the Secure Sockets Layer (SSL) and Transport Layer Security (TLS) protocols
+
|Short description=SSL/TLS implementation
|Full description='''LibreSSL is an implementation of the TLS/crypto stack forked from [[OpenSSL]] to improve security as well as enable better portability.'''
+
|Full description='''LibreSSL''' is a version of the TLS/crypto stack, forked from [[OpenSSL]] in 2014 with the goals of modernizing the codebase, improving security, and applying best practice development processes. This package also includes a [[netcat]] implementation that supports TLS.
  
The source code is developed upstream by the OpenBSD project and regularly re-packaged for portable use by the GNU/Linux and BSD distributions.
+
The source code is developed upstream by the OpenBSD project and regularly re-packaged for portable use.
  
 
This package includes:
 
This package includes:
Line 11: Line 11:
 
* '''libssl''': a TLS library, backwards-compatible with OpenSSL
 
* '''libssl''': a TLS library, backwards-compatible with OpenSSL
 
* '''libtls''': a new TLS library, designed to make it easier to write foolproof applications.
 
* '''libtls''': a new TLS library, designed to make it easier to write foolproof applications.
|Homepage URL=http://www.libressl.org/
+
|Homepage URL=https://www.libressl.org/
|User level=advanced
+
|Is High Priority Project=No
 
|VCS checkout command=git clone https://github.com/libressl-portable/portable
 
|VCS checkout command=git clone https://github.com/libressl-portable/portable
|Paid support=http://www.openbsdfoundation.org/donations.html
+
|Computer languages=C
 +
|Documentation note=https://www.libressl.org/papers.html
 +
|Decommissioned or Obsolete=No
 
|Related projects=gnupg, gnutls
 
|Related projects=gnupg, gnutls
|Version identifier=2.3.1
+
|Version identifier=3.1.3
|Version date=2015/11/03
+
|Version date=2020/06/12
 
|Version status=stable
 
|Version status=stable
|Version download=https://github.com/libressl-portable/portable/archive/v2.3.1.tar.gz
+
|Version download=https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-3.1.3.tar.gz
 
|Last review by=Genium
 
|Last review by=Genium
|Last review date=2015/11/02
+
|Last review date=2020/06/16
 
|Submitted by=Genium
 
|Submitted by=Genium
 
|Submitted date=2015/09/25
 
|Submitted date=2015/09/25
|Status=
+
|User level=advanced
 +
|Paid support=http://www.openbsdfoundation.org/donations.html
 +
|Accepts cryptocurrency donations=No
 +
|OpenPGP signature=https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-3.1.3.tar.gz.asc
 +
|Test entry=No
 
|Is GNU=No
 
|Is GNU=No
 
}}
 
}}
Line 30: Line 36:
 
|License=OpenSSL License
 
|License=OpenSSL License
 
|License verified by=Genium
 
|License verified by=Genium
|License verified date=2015/11/03
+
|License verified date=2020/04/09
|License note=https://github.com/libressl-portable/openbsd/blob/master/src/lib/libssl/src/LICENSE
+
|License note=https://cvsweb.openbsd.org/src/lib/libssl/LICENSE
 
}}
 
}}
 
{{Project license
 
{{Project license
 
|License=ISC
 
|License=ISC
 
|License verified by=Genium
 
|License verified by=Genium
|License verified date=2015/11/03
+
|License verified date=2020/04/09
|License note=https://github.com/libressl-portable/openbsd/blob/master/src/lib/libssl/src/LICENSE
+
|License note=https://cvsweb.openbsd.org/src/lib/libtls/
 
}}
 
}}
 
{{Project license
 
{{Project license
 
|License=PublicDomain
 
|License=PublicDomain
 
|License verified by=Genium
 
|License verified by=Genium
|License verified date=2015/11/03
+
|License verified date=2020/04/09
|License note=https://github.com/libressl-portable/openbsd/blob/master/src/lib/libssl/src/LICENSE
+
|License note=https://github.com/libressl-portable/openbsd/blob/master/src/lib/libssl/LICENSE
  
 
https://github.com/libressl-portable/openbsd/blob/master/src/lib/libc/string/explicit_bzero.c
 
https://github.com/libressl-portable/openbsd/blob/master/src/lib/libc/string/explicit_bzero.c
Line 62: Line 68:
 
|Resource audience=OpenBSD
 
|Resource audience=OpenBSD
 
|Resource kind=VCS Repository Webview
 
|Resource kind=VCS Repository Webview
|Resource URL=http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/lib/libssl/
+
|Resource URL=https://cvsweb.openbsd.org/src/lib/libssl/
 +
https://cvsweb.openbsd.org/src/lib/libtls/
 +
https://cvsweb.openbsd.org/src/lib/libcrypto/
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=User
+
|Resource audience=GitHub
 
|Resource kind=VCS Repository Webview
 
|Resource kind=VCS Repository Webview
 
|Resource URL=https://github.com/libressl-portable/
 
|Resource URL=https://github.com/libressl-portable/
Line 86: Line 94:
 
{{Software category
 
{{Software category
 
|Interface=command-line, library
 
|Interface=command-line, library
|Programming-language=C
+
|Programming-language=C, perl
|Runs-on=Windows, BSD, OS X, GNU/Linux
+
|Runs-on=Windows, BSD, OS X, GNU/Linux, GNU/Hurd
 
|Security=encryption
 
|Security=encryption
 
|Use=security
 
|Use=security
 
}}
 
}}
 
{{Featured}}
 
{{Featured}}

Revision as of 08:19, 16 June 2020


[edit]

LibreSSL

https://www.libressl.org/
SSL/TLS implementation

LibreSSL is a version of the TLS/crypto stack, forked from OpenSSL in 2014 with the goals of modernizing the codebase, improving security, and applying best practice development processes. This package also includes a netcat implementation that supports TLS.

The source code is developed upstream by the OpenBSD project and regularly re-packaged for portable use.

This package includes:

  • openssl, an utility which provides tools for managing keys and certificates
  • libcrypto: a library of cryptography fundamentals
  • libssl: a TLS library, backwards-compatible with OpenSSL
  • libtls: a new TLS library, designed to make it easier to write foolproof applications.





Licensing

License

Verified by

Verified on

Notes

Verified by

Genium

Verified on

9 April 2020

License

ISC

Verified by

Genium

Verified on

9 April 2020




Leaders and contributors

Resources and communication

AudienceResource typeURI
FTPDownloadhttp://ftp.openbsd.org/pub/OpenBSD/LibreSSL/
Bug reportE-maillibressl@openbsd.org
WikidataGeneralhttps://www.wikidata.org/wiki/Q16590706
User, DeveloperBug Trackinghttps://github.com/libressl-portable/portable/issues
DeveloperE-maillibressl-security@openbsd.org
GitHubVCS Repository Webviewhttps://github.com/libressl-portable/
UserE-mailmailto:libressl@openbsd.org
OpenBSDVCS Repository Webviewhttps://cvsweb.openbsd.org/src/lib/libssl/

https://cvsweb.openbsd.org/src/lib/libtls/

https://cvsweb.openbsd.org/src/lib/libcrypto/


Software prerequisites




Entry













"User" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.




"OpenBSD" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"GitHub" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"FTP" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Bug report" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"User" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.







Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.