Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

signing commits #358

Closed
larshp opened this issue Sep 27, 2016 · 4 comments
Closed

signing commits #358

larshp opened this issue Sep 27, 2016 · 4 comments
Labels
crazy Fun and useful, but really difficult new feature New feature or request

Comments

@larshp
Copy link
Member

larshp commented Sep 27, 2016

https://help.github.com/articles/signing-commits-using-gpg/

Would require implementing the PGP/GPG/OpenPGP algorithm from scratch in ABAP.

Also keys would have to be stored in the database, which raises some security concerns. Suggest DES encrypting the keys(or other symmetric-key encryption algorithm, AES?).

https://tools.ietf.org/html/rfc4880

https://github.com/git/git/blob/master/Documentation/technical/signature-format.txt

https://github.com/openpgpjs/openpgpjs

@larshp larshp added the crazy Fun and useful, but really difficult label Sep 27, 2016
@larshp
Copy link
Member Author

larshp commented Sep 29, 2016

@larshp larshp self-assigned this Nov 14, 2016
@larshp larshp removed their assignment May 7, 2018
@larshp
Copy link
Member Author

larshp commented Nov 26, 2020

still relevant IMHO

@mbtools
Copy link
Member

mbtools commented Apr 2, 2021

agree. We might be able to use it like signing emails with SMIME

image

image

I think you add signing certificates to the STRUST address book first and then you can use the email for signing.

Just an idea but I don't have time to play with this at the moment

@mbtools mbtools added the new feature New feature or request label Feb 2, 2022
@larshp
Copy link
Member Author

larshp commented Dec 3, 2022

I dont think this will happen anytime soon, closing the issue for now, can always reopen if started

@larshp larshp closed this as completed Dec 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
crazy Fun and useful, but really difficult new feature New feature or request
Development

No branches or pull requests

2 participants