[PR #382] [MERGED] Don't use custom PBKDF2 function #15346

Closed
opened 2025-11-02 11:44:32 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/382
Author: @lunny
Created: 12/14/2016
Status: Merged
Merged: 12/15/2016
Merged by: @lunny

Base: masterHead: lunny/use-go-pbkdf2


📝 Commits (1)

  • 9a2f387 Don't use custom PBKDF2 function

📊 Changes

4 files changed (+85 additions, -42 deletions)

View changed files

📝 models/user.go (+2 -1)
📝 modules/base/tool.go (+0 -41)
vendor/golang.org/x/crypto/pbkdf2/pbkdf2.go (+77 -0)
📝 vendor/vendor.json (+6 -0)

📄 Description

from gogits/gogs#3952, origin author @leonklingele


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-gitea/gitea/pull/382 **Author:** [@lunny](https://github.com/lunny) **Created:** 12/14/2016 **Status:** ✅ Merged **Merged:** 12/15/2016 **Merged by:** [@lunny](https://github.com/lunny) **Base:** `master` ← **Head:** `lunny/use-go-pbkdf2` --- ### 📝 Commits (1) - [`9a2f387`](https://github.com/go-gitea/gitea/commit/9a2f387d24e180da2ee38801b06552705b86f3a3) Don't use custom PBKDF2 function ### 📊 Changes **4 files changed** (+85 additions, -42 deletions) <details> <summary>View changed files</summary> 📝 `models/user.go` (+2 -1) 📝 `modules/base/tool.go` (+0 -41) ➕ `vendor/golang.org/x/crypto/pbkdf2/pbkdf2.go` (+77 -0) 📝 `vendor/vendor.json` (+6 -0) </details> ### 📄 Description from gogits/gogs#3952, origin author @leonklingele --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-02 11:44:32 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#15346