History log of /dragonfly/crypto/libressl/README.DELETED (Results 1 – 7 of 7)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 6f5ec8b5 27-Nov-2022 Antonio Huete Jimenez <tuxillo@quantumachine.net>

libressl: Local modifications after the upgrade (refs #3333)

libressl:
- Adjust Makefiles to include a number of source files that have been
either added or moved around.
- Bump shlib.
-

libressl: Local modifications after the upgrade (refs #3333)

libressl:
- Adjust Makefiles to include a number of source files that have been
either added or moved around.
- Bump shlib.
- Forcibly compile in engines by removing OPENSSL_NO_ENGINE which no longer
seems to be valid to have a full build. We wanted to avoid doing hacks to
bypass the OPENSSL_NO_ENGINE requirement. As far as we know the engine
code is disabled anyways.
librecrypto:
- Adjust Makefiles to include a number of source files that have been
either added or moved around.
- Bump shlib.
ldns:
- Remove HAVE_EVP_DSS1 from config.h to avoid using removed LibreSSL API
functions.
crytpsetup:
- Adjustments to use the new API.
dc:
- Adjustments to use the new API.
nc:
- Add more source files to the Makefile from libtls, which are now required.

Testing-and-fixes: @dillon, @tuxillo, @aly

show more ...


Revision tags: v6.2.2, v6.2.1, v6.2.0, v6.3.0, v6.0.1, v6.0.0, v6.0.0rc1, v6.1.0
# 845ff62f 04-Nov-2020 Daniel Fojt <df@neosystem.org>

Upgrade libressl. 2/2

Update README.{DELETED,DRAGONFLY} and adapt Makefiles.


Revision tags: v5.8.3, v5.8.2
# 7dae3d51 21-Jul-2020 Daniel Fojt <df@neosystem.org>

Upgrade libressl. 2/2

Update README.{DELETED,DRAGONFLY} and adapt Makefiles to vendor changes.


Revision tags: v5.8.1, v5.8.0, v5.9.0, v5.8.0rc1, v5.6.3, v5.6.2, v5.6.1, v5.6.0, v5.6.0rc1, v5.7.0, v5.4.3
# 3b1a2a26 24-Apr-2019 Sascha Wildner <saw@online.de>

openssl(1): Add missing manual pages.


Revision tags: v5.4.2
# 40945e55 12-Apr-2019 zrj <rimvydas.jasinskas@gmail.com>

Add local patches to LibreSSL.

Document local changes.


Revision tags: v5.4.1, v5.4.0, v5.5.0, v5.4.0rc1, v5.2.2, v5.2.1, v5.2.0, v5.3.0, v5.2.0rc, v5.0.2, v5.0.1, v5.0.0, v5.0.0rc2, v5.1.0, v5.0.0rc1, v4.8.1, v4.8.0, v4.6.2, v4.9.0, v4.8.0rc, v4.6.1
# f73288b8 03-Oct-2016 John Marino <draco@marino.st>

LibreSSL: complete update v2.4.2 => v2.4.3


# 8762287a 06-Sep-2016 John Marino <draco@marino.st>

Add private versions of libcrypto and libssl (LibreSSL v2.4.2)

Unless NO_LIBRESSL is defined in make.conf, the next buildworld
will install headers at /usr/include/priv/openssl. Four new
libraries

Add private versions of libcrypto and libssl (LibreSSL v2.4.2)

Unless NO_LIBRESSL is defined in make.conf, the next buildworld
will install headers at /usr/include/priv/openssl. Four new
libraries will be install here:
/lib/priv/libprivate_crypto.so.38
/lib/priv/libprivate_ssl.so.39
/usr/lib/priv/libprivate_crypto.a
/usr/lib/priv/libprivate_ssl.a
The symlinks are installed:
/usr/lib/priv/libprivate_crypro.so
/usr/lib/priv/libprivate_ssl.so

Right now, nothing in userland links to these libraries. In the
future, the userland will be linked to these LibreSSL private
libraries instead of the base OpenSSL libraries.

show more ...