summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/gpg_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Update specs to exclude possible false positive passblackst0ne2018-12-181-1/+1
* Fix typos in comments and specsGeorge Tsiolis2018-11-011-2/+2
* Reject GPG keys that have e-mail or names with non-valid UTF-8 encodingsStan Hu2018-06-051-0/+13
* Add more specs.36829-gpg-commit-not-verified-if-signed-with-a-subkeyRubén Dávila2017-10-051-0/+17
* downcase gpg key's emailsAlexis Reigel2017-09-051-0/+15
* use mutex for keychain interactionAlexis Reigel2017-08-141-0/+30
* store gpg return directory locallyAlexis Reigel2017-08-111-0/+22
* store gpg user name and email on the signatureAlexis Reigel2017-07-271-6/+8
* extract common methodAlexis Reigel2017-07-271-8/+21
* remove the :gpg rspec tagAlexis Reigel2017-07-271-2/+8
* verify gpg commit using tmp keyring and db queryAlexis Reigel2017-07-271-0/+17
* add primary keyid attribute to gpg keysAlexis Reigel2017-07-271-0/+14
* don't sync to keychain fileAlexis Reigel2017-07-271-33/+0
* move current keychain methods to namespaceAlexis Reigel2017-07-271-17/+17
* email handling for gpg keysAlexis Reigel2017-07-271-0/+26
* use example gpg key instead of my ownAlexis Reigel2017-07-271-6/+6
* add second gpg key for specsAlexis Reigel2017-07-271-3/+3
* add / remove gpg keys to / from system keychainAlexis Reigel2017-07-271-1/+19
* extract gpg functionality to lib classAlexis Reigel2017-07-271-0/+20