aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/golang.org/x/crypto/poly1305
Commit message (Collapse)AuthorAgeFilesLines
* Add support for ssh commit signing (#17743)Wim2021-12-1911-1448/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add support for ssh commit signing * Split out ssh verification to separate file * Show ssh key fingerprint on commit page * Update sshsig lib * Make sure we verify against correct namespace * Add ssh public key verification via ssh signatures When adding a public ssh key also validate that this user actually owns the key by signing a token with the private key. * Remove some gpg references and make verify key optional * Fix spaces indentation * Update options/locale/locale_en-US.ini Co-authored-by: Gusted <williamzijl7@hotmail.com> * Update templates/user/settings/keys_ssh.tmpl Co-authored-by: Gusted <williamzijl7@hotmail.com> * Update options/locale/locale_en-US.ini Co-authored-by: Gusted <williamzijl7@hotmail.com> * Update options/locale/locale_en-US.ini Co-authored-by: Gusted <williamzijl7@hotmail.com> * Update models/ssh_key_commit_verification.go Co-authored-by: Gusted <williamzijl7@hotmail.com> * Reword ssh/gpg_key_success message * Change Badsignature to NoKeyFound * Add sign/verify tests * Fix upstream api changes to user_model User * Match exact on SSH signature * Fix code review remarks Co-authored-by: Gusted <williamzijl7@hotmail.com> Co-authored-by: wxiaoguang <wxiaoguang@gmail.com> Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by: techknowlogick <techknowlogick@gitea.io>
* Vendor Update (#16121)65432021-06-103-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * update github.com/PuerkitoBio/goquery * update github.com/alecthomas/chroma * update github.com/blevesearch/bleve/v2 * update github.com/caddyserver/certmagic * update github.com/go-enry/go-enry/v2 * update github.com/go-git/go-billy/v5 * update github.com/go-git/go-git/v5 * update github.com/go-redis/redis/v8 * update github.com/go-testfixtures/testfixtures/v3 * update github.com/jaytaylor/html2text * update github.com/json-iterator/go * update github.com/klauspost/compress * update github.com/markbates/goth * update github.com/mattn/go-isatty * update github.com/mholt/archiver/v3 * update github.com/microcosm-cc/bluemonday * update github.com/minio/minio-go/v7 * update github.com/prometheus/client_golang * update github.com/unrolled/render * update github.com/xanzy/go-gitlab * update github.com/yuin/goldmark * update github.com/yuin/goldmark-highlighting Co-authored-by: techknowlogick <techknowlogick@gitea.io>
* [Vendor] update certmagic (#15590)65432021-04-221-9/+9
| | | | | * update github.com/caddyserver/certmagic v0.12.0 -> v0.13.0 * migrate
* go1.16 (#14783)techknowlogick2021-02-286-0/+6
|
* dep: update crypto. info: ↵techknowlogick2020-12-207-7/+7
| | | | | https://golangtutorial.dev/news/fix-in-crypto-package/ (#14067) Co-authored-by: zeripath <art27@cantab.net>
* [Vendor] mssqldb: 2019-11-28 -> 2020-04-28 (#11364)65432020-05-109-1253/+481
| | | | | update go-mssqldb 2019-11-28 (1d7a30a10f73) -> 2020-04-28 (06a60b6afbbc)
* update: macaron cores,gzip,session (#10522)65432020-02-289-9/+9
| | | | Co-authored-by: zeripath <art27@cantab.net>
* update crypto vendors (#10385)techknowlogick2020-02-203-447/+1
|
* update golang.org/x/crypto vendor to use acme v2 (#9056)techknowlogick2019-11-2011-315/+381
|
* update go-git to v4.12.0 - fixes #7248 (#7249)techknowlogick2019-06-194-2/+317
|
* Handle CORS requests (#6289)Tamal Saha2019-05-139-142/+256
|
* Use Go1.11 module (#5743)Mura Li2019-03-275-6/+1398
| | | | | | | | | | | | | | | | | | * Migrate to go modules * make vendor * Update mvdan.cc/xurls * make vendor * Update code.gitea.io/git * make fmt-check * Update github.com/go-sql-driver/mysql * make vendor
* add letsencrypt to Gitea (#4189)Fluf2018-08-216-0/+770