buff
f584d41954
Xcode: adds Sequoia4iOS
3 years ago
buff
b4eed09276
Xcode: rm netpgp
3 years ago
buff
e432027f8c
adds branch
3 years ago
buff
8f204fce51
Xcode: re-add asn1 to add new & get rid of obsolete sources
3 years ago
Krista 'DarthMama' Bennett
8ab6081161
ENGINE-462: we now always copy the recv from the src struct on decrypt, and sent if an inner message doesn't have this value
3 years ago
Krista 'DarthMama' Bennett
2344b2dfbb
pgp_netpgp.c generates 'PEP_VERIFIED_AND_TRUSTED', so accept this as a result of verify_text for now.
3 years ago
Volker Birk
0f01398826
not needed
3 years ago
Volker Birk
80c48f67f7
art & beauty
3 years ago
Volker Birk
cc1d5aca57
...
3 years ago
Volker Birk
621f6904cb
adding messages and fields
3 years ago
Volker Birk
8992d74ecb
adding listing for documentation purposes
3 years ago
Volker Birk
306dce899e
too dangerous
3 years ago
Volker Birk
f50b467671
...
3 years ago
Volker Birk
944af4ada4
rollback
3 years ago
Volker Birk
3767282229
subtype "pEp.sync" invalid, switching to "pEp-sync"
3 years ago
Volker Birk
f3567e8e1e
art & beauty
3 years ago
Volker Birk
6bb573f8ea
rename
3 years ago
Volker Birk
85208a057b
...
3 years ago
Volker Birk
9af30ad382
easier
3 years ago
Volker Birk
78f93f54b0
moving InitState to front
3 years ago
Volker Birk
d8c0105980
drawing InitState as dot
3 years ago
Volker Birk
5bc31cdee6
...
3 years ago
Volker Birk
f171454a71
...
3 years ago
Krista 'DarthMama' Bennett
c05fb913aa
Index on identity
3 years ago
Neal Walfield
386b3c6a99
Fix cast
3 years ago
Neal Walfield
6cfe178260
sequoia: All sequoia free functions can be safely called with a NULL pointer
- There is no need to do things like:
if (foo)
pgp_foo_free(foo)
as all Sequoia free functions check if the argument is NULL.
3 years ago
Neal Walfield
c37c83019e
Add benchmark
- By default, this is just a normal test.
- Defining LOG=1 in the source changes it to a benchmark. See the
file for documentation.
3 years ago
Neal Walfield
23c4f99982
sequoia: Improve pgp_delete_keypair
- Execute the SQL in the same way as everywhere else.
- Note: the comment that the keydata was not being deleted was
inaccurate: the "ON DELETE CASCADE"s ensures that the key and all
associated data is removed from the database.
3 years ago
Neal Walfield
ba5b2df15f
sequoia: Quote the name in and more carefully extract URIs from User ID
- When creating a new key, quote the name part of the User ID. This
is essential to support names with @ characters and commas, which
are often used by pEp.
- More carefully extract URIs from User IDs.
- Don't forget to extract them in email_cmp.
3 years ago
Volker Birk
be3a75f2ab
...
3 years ago
Volker Birk
369f98994a
...
3 years ago
Volker Birk
61d344ebfb
...
3 years ago
Volker Birk
97e1d6306f
this is reading its own message and stopping before ending
3 years ago
Volker Birk
185544356b
this must not miss
3 years ago
Volker Birk
9f35880403
removing bugs
3 years ago
Volker Birk
a8edffbaa8
better saveGroupKeys()
3 years ago
Volker Birk
3f3fca6ebe
why not having the comments inside the generated code, too
3 years ago
Volker Birk
dcc79efcc4
we don't need this
3 years ago
Volker Birk
22914c4930
...
3 years ago
Volker Birk
9a8d53b00a
always use output buffer
3 years ago
Volker Birk
9ad8e95903
update logic
3 years ago
Volker Birk
638988e102
renaming for making things clear
3 years ago
Volker Birk
f682ad09c0
...
3 years ago
Volker Birk
9916cd40a4
rename to sender_fpr
3 years ago
Volker Birk
7208c3a87f
doc
3 years ago
Volker Birk
f4fc4cdc52
set transport data
3 years ago
Volker Birk
31bfa1ffae
renaming things
3 years ago
Volker Birk
052e57c237
renaming things so they make sense
3 years ago
Volker Birk
6f9f05562e
make temporary state visible in code
3 years ago
Volker Birk
baeb9e924d
this is communication partner's state
3 years ago