Make WordPress Core


Ignore:
Timestamp:
08/10/2021 01:03:41 PM (4 years ago)
Author:
SergeyBiryukov
Message:

Upgrade/Install: Update sodium_compat to v1.17.0.

The latest version of sodium_compat includes fixes for PHP 8.1 compatibility and a fix for PHP 5.6 compatibility.

A full list of changes in this update can be found on GitHub:
https://github.com/paragonie/sodium_compat/compare/v1.16.1...v1.17.0

Follow-up to [49741], [51002].

Props jrf.
Fixes #53907.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/sodium_compat/src/Compat.php

    r51002 r51591  
    30143014     * DANGER! UNAUTHENTICATED ENCRYPTION!
    30153015     *
    3016      * Unless you are following expert advice, do not used this feature.
     3016     * Unless you are following expert advice, do not use this feature.
    30173017     *
    30183018     * Algorithm: XSalsa20
     
    31133113     * DANGER! UNAUTHENTICATED ENCRYPTION!
    31143114     *
    3115      * Unless you are following expert advice, do not used this feature.
     3115     * Unless you are following expert advice, do not use this feature.
    31163116     *
    31173117     * Algorithm: XChaCha20
Note: See TracChangeset for help on using the changeset viewer.