index
:
notmuch
debian/bookworm-backports
debian/bullseye
debian/bullseye-backports
debian/buster-backports
debian/jessie-backports
debian/squeeze-backports
debian/stretch
debian/stretch-backports
debian/trixie-backports
debian/unstable
debian/wheezy-backports
feature/git-remote
feature/wildcard
master
nmweb
pristine-tar
release
thread-based email index, search, and tagging
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crypto.c
Age
Commit message (
Expand
)
Author
2017-10-20
crypto: move into libnotmuch_util
Daniel Kahn Gillmor
2017-10-12
crypto: _notmuch_crypto_cleanup should return void
Daniel Kahn Gillmor
2017-10-12
crypto: drop pretense of notmuch_crypto_context_t
Daniel Kahn Gillmor
2017-10-12
crypto: rename notmuch_crypto_t to _notmuch_crypto_t
Daniel Kahn Gillmor
2017-10-09
cli: convert notmuch_bool_t to stdbool
Jani Nikula
2017-07-15
crypto: Avoid explicit handling of GMimeCryptoContext in gmime 3
David Bremner
2016-06-05
Use https instead of http where possible
Daniel Kahn Gillmor
2016-01-29
cli: crypto: S/MIME verification support
Jani Nikula
2015-12-30
cli: let the user know which protocol is unknown or unsupported
Jani Nikula
2015-12-30
crypto: make crypto ctx initialization an array
Jani Nikula
2015-12-30
crypto: refactor context creation to facilitate further work
Jani Nikula
2015-08-26
cli/lib: remove support for GMime 2.4
David Bremner
2015-03-09
CLI: set up infrastructure to make path to gpg configurable.
David Bremner
2013-07-20
crypto: return NULL cryptoctx if protocol string is empty.
Jameson Graef Rollins
2013-04-01
cli: crypto: abstract gpg context creation for clarity
Jani Nikula
2013-03-02
cli: crypto: tell gmime to use gpg-agent
Jani Nikula
2012-06-10
cli: new crypto structure to store crypto contexts and parameters, and functions to support it
Jameson Graef Rollins