-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Comparing changes
Open a pull request
base repository: WordPress/wordpress-develop
base: master
head repository: dd32/wordpress-develop
compare: feature/39309-signed-updates
- 19 commits
- 2 files changed
- 1 contributor
Commits on Mar 19, 2019
-
Initial implementation of package signature verification in WordPress.
This is written with some assumptions of the future work on WordPress.org and may change. It also expects that PHP 5.4+ with ext/Sodium is in use, but won't fatal if not. Signature Verification failures are reported back to WordPress.org for debugging purposes. See https://core.trac.wordpress.org/ticket/39309
Configuration menu - View commit details
-
Copy full SHA for b0e656b - Browse repository at this point
Copy the full SHA b0e656bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e6e0903 - Browse repository at this point
Copy the full SHA e6e0903View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0266e96 - Browse repository at this point
Copy the full SHA 0266e96View commit details -
Configuration menu - View commit details
-
Copy full SHA for 57a427c - Browse repository at this point
Copy the full SHA 57a427cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e964f5a - Browse repository at this point
Copy the full SHA e964f5aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d08172 - Browse repository at this point
Copy the full SHA 6d08172View commit details -
Configuration menu - View commit details
-
Copy full SHA for b635ba1 - Browse repository at this point
Copy the full SHA b635ba1View commit details -
Switch to signing a SHA512 hash instead of signing the entire file co…
…ntents directly. This is being done as loading 10+MB files into memory is likely to run into limitations. In the case of it requires twice the memory of simply holding it within a string.
Configuration menu - View commit details
-
Copy full SHA for 9c45386 - Browse repository at this point
Copy the full SHA 9c45386View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1454580 - Browse repository at this point
Copy the full SHA 1454580View commit details -
Configuration menu - View commit details
-
Copy full SHA for adda3ca - Browse repository at this point
Copy the full SHA adda3caView commit details -
Configuration menu - View commit details
-
Copy full SHA for 30520b2 - Browse repository at this point
Copy the full SHA 30520b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 59994fd - Browse repository at this point
Copy the full SHA 59994fdView commit details -
Move the Signature fetching from a URL from within the function to ou…
…tside of it. This removes the reliance upon $url being passed to the verification function.
Configuration menu - View commit details
-
Copy full SHA for 0dc5bea - Browse repository at this point
Copy the full SHA 0dc5beaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 78e435f - Browse repository at this point
Copy the full SHA 78e435fView commit details -
Add the Wordress.org Test Key #1. This key is being used during devel…
…opment and will be replaced at a later date.
Configuration menu - View commit details
-
Copy full SHA for a3c0a96 - Browse repository at this point
Copy the full SHA a3c0a96View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5cec775 - Browse repository at this point
Copy the full SHA 5cec775View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac1e0a6 - Browse repository at this point
Copy the full SHA ac1e0a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for fd18e2d - Browse repository at this point
Copy the full SHA fd18e2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f1ff65 - Browse repository at this point
Copy the full SHA 1f1ff65View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...feature/39309-signed-updates