summaryrefslogtreecommitdiff
path: root/tools/encrypt_secret.py
Commit message (Expand)AuthorAgeFilesLines
* tools: Deprecate encrypt_secret.py, document zuul-client encryptMatthieu Huin2020-12-091-0/+5
* tools: use python3 for encrypt_secretMohammed Naser2020-10-291-1/+1
* Strip by default in tools/encrypt_secretMonty Taylor2020-03-301-3/+6
* encrypt_secret: display the full_url on errorTristan Cacqueray2019-05-231-1/+6
* encrypt: Fix SSL error when using file pubkeyLogan V2019-04-071-2/+1
* encrypt_secret: support self-signed certificates via --insecure argumentFabien Boucher2018-11-121-2/+12
* Merge "encrypt_secret: Allow file scheme for public key"Zuul2018-10-231-17/+23
|\
| * encrypt_secret: Allow file scheme for public keyLogan V2018-08-091-17/+23
* | encrypt_secret: support OpenSSL 1.1.1Gonéri Le Bouder2018-10-181-3/+4
|/
* Update encrypt_secret to be API awareJames E. Blair2018-04-161-3/+22
* Reorganize REST API and dashboard urlsMonty Taylor2018-03-281-1/+1
* Emit a warning when using unsafe public key urlTobias Henkel2018-02-121-1/+11
* Add --strip option to encrypt_secret.pyClint Byrum2017-12-301-0/+4
* encrypt_secret: remove the trailing '/' when building urlFabien Boucher2017-12-141-1/+1
* Serve keys from canonical project nameJames E. Blair2017-12-081-5/+1
* Make encrypt_secret.py work with OpenSSL 0.xClint Byrum2017-11-021-1/+6
* Support longer pkcs1-oaep secretsJames E. Blair2017-08-041-8/+53
* Fix encrypt_secret for python3Tobias Henkel2017-06-261-7/+15
* Remove use of six libraryMonty Taylor2017-06-191-1/+1
* Serve public keys through webappJames E. Blair2017-03-291-0/+88