aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/golang.org/x/crypto/openpgp
Commit message (Collapse)AuthorAgeFilesLines
* Remove golang vendored directory (#18277)techknowlogick2022-01-1427-7040/+0
| | | | | | | * rm go vendor * fix drone yaml * add to gitignore
* Update caddyserver/certmagic (#16789)zeripath2021-08-236-0/+36
| | | | | | | Fixes issue with windows users & letsencrypt Signed-off-by: Andrew Thornton <art27@cantab.net> Co-authored-by: techknowlogick <techknowlogick@gitea.io>
* Migrate to go-git/go-git v5.0.0 (#10735)Lauris BH2020-03-171-17/+50
|
* update crypto vendors (#10385)techknowlogick2020-02-201-8/+13
|
* update golang.org/x/crypto vendor to use acme v2 (#9056)techknowlogick2019-11-203-4/+8
|
* update go-git to v4.12.0 - fixes #7248 (#7249)techknowlogick2019-06-192-20/+20
|
* Handle CORS requests (#6289)Tamal Saha2019-05-136-60/+110
|
* Use Go1.11 module (#5743)Mura Li2019-03-272-78/+127
| | | | | | | | | | | | | | | | | | * 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
* Implement git refs API for listing references (branches, tags and other) (#5354)Lauris BH2018-11-2727-0/+6863
| | | | | | | | | | | | | | | | * Inital routes to git refs api * Git refs API implementation * Update swagger * Fix copyright * Make swagger happy add basic test * Fix test * Fix test again :)
* Switch to keybase go-crypto (for some elliptic curve key) + test (#1925)Antoine GIRARD2017-06-1427-6835/+0
| | | | | | | | | | | | * Switch to keybase go-crypto (for some elliptic curve key) + test * Use assert.NoError and add a little more context to failing test description * Use assert.(No)Error everywhere 🌈 and assert.Error in place of .Nil/.NotNil
* Implement GPG api (#710)Antoine GIRARD2017-03-1627-0/+6835
* Implement GPG API * Better handle error * Apply review recommendation + simplify database operations * Remove useless comments