summaryrefslogtreecommitdiffstats
path: root/vendor/golang.org/x/crypto
Commit message (Collapse)AuthorAgeFilesLines
* Implement git refs API for listing references (branches, tags and other) (#5354)Lauris BH2018-11-2733-0/+9453
| | | | | | | | | | | | | | | | * 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 :)
* add letsencrypt to Gitea (#4189)Fluf2018-08-2129-278/+4444
|
* Migrate to dep (#3972)Antoine GIRARD2018-05-212-0/+6
| | | | | | | | | | | | * Update makefile to use dep * Migrate to dep * Fix some deps * Try to find a better version for golang.org/x/net * Try to find a better version for golang.org/x/oauth2
* Fix govendor for x/crupto curve25519 (#2925)Lauris BH2017-11-171-0/+834
|
* Update golang x/crypto dependencies (#2923)Lauris BH2017-11-1630-1290/+1305
|
* Switch to keybase go-crypto (for some elliptic curve key) + test (#1925)Antoine GIRARD2017-06-1428-7361/+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-1628-0/+7361
| | | | | | | | | | * Implement GPG API * Better handle error * Apply review recommendation + simplify database operations * Remove useless comments
* Enables mssql support (#383)btrepp2016-12-242-0/+207
| | | | | | | | | | | | | | | | | | | * Enables mssql support Port of dlobs work in gogs. Enables options in index.js Enables MSSQL as a database option in go. Sets ID to 0 on initial migration. Required for MSSQL insert statements. Signed-off-by: Beau Trepp <beautrepp@gmail.com> * Vendors in denisenkom/go-mssqldb Includes golang.org/x/crypto/md4 as this is required by go-msssqldb Signed-off-by: Beau Trepp <beautrepp@gmail.com>
* Don't use custom PBKDF2 function (#382)Lunny Xiao2016-12-151-0/+77
|
* Added all required dependenciesThomas Boerger2016-11-0433-0/+14274