freebsd-dev/secure/lib
Pierre Pronchery 87e08018b1 libcrypto: add missing symbols to the legacy provider
OpenSSL 3 supports a modular architecture, allowing different providers
to bring specific implementations of cryptographical algorithms. One
such provider, "legacy", ships with OpenSSL 3 directly, and groups
obsoleted algorithms that can still optionally be used anyway.

The import of OpenSSL 3.0.9 was building this provider incorrectly,
missing symbols required for proper operation.

Sponsored by:	The FreeBSD Foundation
Pull Request:	https://github.com/freebsd/freebsd-src/pull/787
2023-07-05 16:00:53 -04:00
..
libcrypt crypt_r(3): fix reentrancy problems with DES 2021-06-15 11:06:40 +01:00
libcrypto libcrypto: add missing symbols to the legacy provider 2023-07-05 16:00:53 -04:00
libssh ssh: Update to OpenSSH 9.3p1 2023-03-16 10:29:55 -04:00
libssl Merge OpenSSL 3.0.9 2023-06-23 18:53:36 -04:00
tests
Makefile
Makefile.inc