about summary refs log tree commit diff stats
path: root/src/omemo/crypto.c
Commit message (Expand)AuthorAgeFilesLines
* Include config.h in omemo filesMichael Vetter2021-03-261-0/+2
* Add I/O error handling and use filenames instead of file descriptorsWilliam Wennerström2020-11-161-3/+2
* Refactor OMEMO download into AESGCMDownload toolWilliam Wennerström2020-11-161-4/+4
* Run make format on rebaseWilliam Wennerström2020-11-161-8/+12
* Move file encryption function to public headerWilliam Wennerström2020-11-161-31/+0
* Move setup for AESGCM to omemo/cryptoWilliam Wennerström2020-11-161-6/+44
* Initial /sendfile OMEMO encryptionWilliam Wennerström2020-11-161-0/+99
* Declare counter var inside loopMichael Vetter2020-11-091-2/+1
* Apply coding styleMichael Vetter2020-07-071-54/+54
* Revert "Apply coding style"Michael Vetter2020-07-071-56/+56
* Apply coding styleMichael Vetter2020-07-071-56/+56
* Add support for 12 bytes IVPaul Fariello2020-01-201-2/+2
* Add vim modelineMichael Vetter2019-11-131-0/+1
* Dirty fix libgcrypt memleakPaul Fariello2019-07-111-0/+5
* Enable secure memory in gcrypt initialisationPaul Fariello2019-07-111-0/+6
* Add copyright to omemo codeMichael Vetter2019-06-171-0/+33
* Check received gcm tagPaul Fariello2019-04-101-5/+6
* Follow xep by putting gcm tag on encrypted keyPaul Fariello2019-04-101-2/+2
* Get rid of libsodiumPaul Fariello2019-04-101-24/+60
* Add OMEMO message encryption and decryptionPaul Fariello2019-04-101-18/+176
* Add crypto backend for signal-protocolPaul Fariello2019-04-081-0/+136
02:56 -0500 committer Drew DeVault <sir@cmpwn.com> 2018-02-27 21:02:56 -0500 Add statusline widget' href='/akspecs/aerc/commit/widgets/status.go?h=0.4.0&id=a073d7613fac7c79b7909d93a0dd7bfea05d5c9d'>a073d76 ^
80e891a ^
a073d76 ^


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87