git: 94e3fc5f1e38 - Create tag vendors/openssl/3.0.21

From: Enji Cooper <ngie_at_FreeBSD.org>
Date: Tue, 09 Jun 2026 19:22:10 UTC
The annotated tag vendors/openssl/3.0.21 has been created by ngie:

URL: https://cgit.FreeBSD.org/src/tag/?h=vendors/openssl/3.0.21

tag vendors/openssl/3.0.21
Tagger:     Enji Cooper <ngie@FreeBSD.org>
TaggerDate: 2026-06-09 19:06:52 +0000

OpenSSL: tag 3.0.21 import

commit 6ecbd3d6800f1c273a5ab84088eb0d46504fd10d
Author:     Enji Cooper <ngie@FreeBSD.org>
AuthorDate: 2026-06-09 19:06:49 +0000
Commit:     Enji Cooper <ngie@FreeBSD.org>
CommitDate: 2026-06-09 19:06:49 +0000

    openssl: import 3.0.21
    
    This change adds OpenSSL 3.0.21 from upstream [1].
    
    The 3.0.21 artifact was been verified via PGP key [2] and by SHA256 checksum [3].
    
    This change is a security release which resolves several issues with OpenSSL 3.0,
    the highest severity issue being ranked "High". Users are strongly encouraged to
    update to this release.
    
    More information about the release (from a high level) can be found in
    the release notes [4].
    
    Updated via [5] with `update_openssl.sh 3.0.21`.
    
    1. https://github.com/openssl/openssl/releases/download/openssl-3.0.21/openssl-3.0.21.tar.gz
    2. https://github.com/openssl/openssl/releases/download/openssl-3.0.21/openssl-3.0.21.tar.gz.asc
    3. https://github.com/openssl/openssl/releases/download/openssl-3.0.21/openssl-3.0.21.tar.gz.sha256
    4. https://github.com/openssl/openssl/blob/openssl-3.0.21/NEWS.md
    5. https://codeberg.org/ngie/freebsd-powertools/src/branch/main/shell/update_openssl.sh (facdfe954)