nana
069c53ee6b
first version message_api.yml2 from Nana
4 years ago
Volker Birk
29983db964
adding comment
4 years ago
Volker Birk
bbcdc520ff
...
4 years ago
Volker Birk
1489963b58
more sample code for Nana ;-)
4 years ago
Volker Birk
308c45c4b3
adding xsl files to the ignore list
4 years ago
Volker Birk
d38df1065c
some debugging features
4 years ago
Volker Birk
8d93803536
..
4 years ago
Volker Birk
c34071b048
comments
4 years ago
Volker Birk
c220db5071
other comments
4 years ago
Volker Birk
7f514cca4f
...
4 years ago
Volker Birk
deb2d11a08
...
4 years ago
Volker Birk
eca7cad6e7
branch generate API: generating API and adapters, experimental branch
4 years ago
Thomas
c2f7b08e58
Update Windows target version
4 years ago
Volker Birk
a80d2fb21f
adding SyncTests.cc again
4 years ago
Volker Birk
f87af223f2
merging
4 years ago
Volker Birk
67a831783c
...
4 years ago
Roker
569a7f4bfb
make it const.
4 years ago
Krista 'DarthMama' Bennett
44c2170e79
merge
4 years ago
Krista 'DarthMama' Bennett
15160d5749
Fix for long paths on tests - run script once if you're having problems
4 years ago
Krista 'DarthMama' Bennett
60511faedd
src/EngineTestSuite.cc
4 years ago
Volker Birk
c70892e628
adding implementation of get_key_rating_for_user()
4 years ago
Volker Birk
b62dc02159
sync tests with unsigned instead of time_t
4 years ago
Volker Birk
4a406f54c7
we don't check for having a channel for beacons
4 years ago
Volker Birk
a45017da35
TODO: implement
4 years ago
Krista 'DarthMama' Bennett
950339c932
merged in default
4 years ago
Krista 'DarthMama' Bennett
763ad06856
Merged in ENGINE-487 / ENGINE-508 fix
4 years ago
Krista 'DarthMama' Bennett
4980145263
Corrected expected status return
4 years ago
Krista 'DarthMama' Bennett
8cb904ebb1
ENGINE-487: ENGINE-508: tests in, fixes pass tests except for no-sign-or-encrypt available. Need to fix that.
4 years ago
Krista 'DarthMama' Bennett
d89cc291b0
ENGINE-487: ENGINE-508: fix in - old tests run, now need to test the real functionality
4 years ago
Krista 'DarthMama' Bennett
541ac10419
ENGINE-487: ENGINE-508: fix in, but buggy
4 years ago
Krista 'DarthMama' Bennett
90d2429deb
Added tag Release 1.2.0 for changeset eace10725457
4 years ago
Krista 'DarthMama' Bennett
0dd60e80c2
Merged in default
4 years ago
Krista 'DarthMama' Bennett
7b6044de7e
Merged in ENGINE-507
4 years ago
Krista 'DarthMama' Bennett
4b7e2505bc
ENGINE-507: trust_own_key now in; read documentation
4 years ago
Krista 'DarthMama' Bennett
2c5b7db338
Removed allowed calls to trust_personal_key with an own_identity. Trusting a pubkey from the same user and another device will require using a different user_id or calling set_own_key (on a pub/priv keypair)
4 years ago
Krista 'DarthMama' Bennett
8629295188
Removed allowed calls to trust_personal_key with an own_identity. Trusting a pubkey from the same user and another device will require using a different user_id or calling set_own_key (on a pub/priv keypair)
4 years ago
Krista 'DarthMama' Bennett
0457193417
Fixed pathlength problems for MacOS tests:
4 years ago
Krista 'DarthMama' Bennett
c4408695a4
Fixed pathlength problems for MacOS tests:
4 years ago
Krista 'DarthMama' Bennett
64dc736e21
Myself was returning OK, even when it needed to and could not generate a key. Fixed.
4 years ago
Krista 'DarthMama' Bennett
b6d718e4bb
Myself was returning OK, even when it needed to and could not generate a key. Fixed.
4 years ago
Neal Walfield
a9ff0a02e2
Enable secure_delete and foreign_keys on the Sequoia key DB.
- Secure delete is important since we are storing private keys.
- foreign keys is necessary since we are using foreign keys.
4 years ago
Neal Walfield
cfbde6498d
Simplify finalization of sqlite statements.
- Avoid boilerplate.
4 years ago
Neal Walfield
80ea6d313e
Make it easier to enable or disable tracing in the Sequoia build.
- If TRACE is not explicitly set, make the default still depend on
NDEBUG.
4 years ago
Neal Walfield
f42a04c5a5
When compiling the test suite for sequoia, be sure to define USE_SEQUOIA
- This problem arose, because KeyResetMessageTests directly uses
PEP_SESSION, which has a different layout for GnuPG than for
Sequoia.
4 years ago
us
5755571bc4
Replace use of Sequoia's backend with a custom key store.
- Sequoia's key store doesn't meet pep's needs (in particular, the
ability to search on a key's user id) and trying to shoehorn pep's
needs onto Sequoia's key store abstractions is just introducing
overhead with no appreciable gain in functionality.
- This patch changes the Sequoia backend to use a local sqlite
database to store the public keys.
4 years ago
Volker Birk
d9760fa094
updating to sqlite3 3.26.0
4 years ago
Volker Birk
3f5a0da2ce
switch tracing on only in debug mode
4 years ago
Krista Bennett
ed3f5eab20
Merged in sequoia branch
4 years ago
Dirk Zimmermann
4d92a66729
update sqlite amalgamation
4 years ago
Neal Walfield
0b8033b218
Initial port to Sequoia.
4 years ago