| .. |
|
accumulate.c
|
added flag to only limit packets when necessary, otherwise a large keyring cannot be read
|
2014-01-14 21:16:06 +00:00 |
|
accumulate.h
|
moved files to comply with rest of directory structure of RS
|
2012-07-01 13:05:48 +00:00 |
|
armour.h
|
moved files to comply with rest of directory structure of RS
|
2012-07-01 13:05:48 +00:00 |
|
callback.h
|
moved files to comply with rest of directory structure of RS
|
2012-07-01 13:05:48 +00:00 |
|
compress.c
|
added flag to only limit packets when necessary, otherwise a large keyring cannot be read
|
2014-01-14 21:16:06 +00:00 |
|
compress.h
|
removed asserts and put proper error handling in compress.c
|
2013-12-10 09:49:13 +00:00 |
|
configure.h
|
moved files to comply with rest of directory structure of RS
|
2012-07-01 13:05:48 +00:00 |
|
create.c
|
remove compiler warnings openpgpsdk
|
2016-06-01 21:20:50 +02:00 |
|
create.h
|
implemented export of identity (to create additional locations easily). Import still to do...
|
2012-07-10 21:40:53 +00:00 |
|
crypto.c
|
remove compiler warnings openpgpsdk
|
2016-06-01 21:20:50 +02:00 |
|
crypto.h
|
removed asserts and put proper error handling in compress.c
|
2013-12-10 09:49:13 +00:00 |
|
defs.h
|
moved files to comply with rest of directory structure of RS
|
2012-07-01 13:05:48 +00:00 |
|
errors.c
|
moved files to comply with rest of directory structure of RS
|
2012-07-01 13:05:48 +00:00 |
|
errors.h
|
moved files to comply with rest of directory structure of RS
|
2012-07-01 13:05:48 +00:00 |
|
final.h
|
moved files to comply with rest of directory structure of RS
|
2012-07-01 13:05:48 +00:00 |
|
fingerprint.c
|
moved files to comply with rest of directory structure of RS
|
2012-07-01 13:05:48 +00:00 |
|
hash.c
|
moved files to comply with rest of directory structure of RS
|
2012-07-01 13:05:48 +00:00 |
|
hash.h
|
moved files to comply with rest of directory structure of RS
|
2012-07-01 13:05:48 +00:00 |
|
keyring.c
|
remove compiler warnings openpgpsdk
|
2016-06-01 21:20:50 +02:00 |
|
keyring.h
|
- Added a drop-down item to allow removing unused keys, in the Network dialog.
|
2013-05-29 21:32:02 +00:00 |
|
keyring_local.h
|
moved files to comply with rest of directory structure of RS
|
2012-07-01 13:05:48 +00:00 |
|
lists.c
|
moved files to comply with rest of directory structure of RS
|
2012-07-01 13:05:48 +00:00 |
|
lists.h
|
moved files to comply with rest of directory structure of RS
|
2012-07-01 13:05:48 +00:00 |
|
literal.h
|
moved files to comply with rest of directory structure of RS
|
2012-07-01 13:05:48 +00:00 |
|
memory.c
|
moved files to comply with rest of directory structure of RS
|
2012-07-01 13:05:48 +00:00 |
|
memory.h
|
moved files to comply with rest of directory structure of RS
|
2012-07-01 13:05:48 +00:00 |
|
openssl_crypto.c
|
fix building with libressl
|
2017-05-21 10:48:58 +02:00 |
|
opsdir.c
|
Fix El Capitan OSX 10.11 Compil
|
2016-11-02 21:40:46 +01:00 |
|
opsdir.h
|
Moved new files for ops_open from util to openpgpsdk.
|
2012-12-03 16:20:44 +00:00 |
|
opsstring.c
|
Moved new files for ops_open from util to openpgpsdk.
|
2012-12-03 16:20:44 +00:00 |
|
opsstring.h
|
Moved new files for ops_open from util to openpgpsdk.
|
2012-12-03 16:20:44 +00:00 |
|
packet-parse.c
|
Fix warning: this statement may fall through
|
2017-07-16 20:21:38 +02:00 |
|
packet-parse.h
|
added flag to only limit packets when necessary, otherwise a large keyring cannot be read
|
2014-01-14 21:16:06 +00:00 |
|
packet-print.c
|
remove compiler warnings openpgpsdk
|
2016-06-01 21:20:50 +02:00 |
|
packet-show-cast.h
|
moved files to comply with rest of directory structure of RS
|
2012-07-01 13:05:48 +00:00 |
|
packet-show.c
|
moved files to comply with rest of directory structure of RS
|
2012-07-01 13:05:48 +00:00 |
|
packet-show.h
|
moved files to comply with rest of directory structure of RS
|
2012-07-01 13:05:48 +00:00 |
|
packet.h
|
added two additional non packward compatible changes for future version 0.7, and improvements of verifications of certificate signatures
|
2017-11-19 18:21:56 +01:00 |
|
parse_local.h
|
added check over recursive compression depth. Fixes CVE-2013-4402
|
2013-10-29 20:56:40 +00:00 |
|
partial.h
|
updated values for min/normal partial packet size to 1MB, so that we do not create partial packets for everyday use. We will have to properly extend openpgp-sdk to support parsing of partial packets if we want to PGP-encrypt chunks larger than 1MB.
|
2013-08-04 12:44:57 +00:00 |
|
random.c
|
moved files to comply with rest of directory structure of RS
|
2012-07-01 13:05:48 +00:00 |
|
random.h
|
moved files to comply with rest of directory structure of RS
|
2012-07-01 13:05:48 +00:00 |
|
reader.c
|
moved files to comply with rest of directory structure of RS
|
2012-07-01 13:05:48 +00:00 |
|
reader_armoured.c
|
removed possible double free() of buf in parse_headers (suggestion by GuessWho)
|
2016-07-16 18:26:04 -04:00 |
|
reader_encrypted_se.c
|
removed asserts and added proper error handling
|
2013-12-10 19:51:47 +00:00 |
|
reader_encrypted_seip.c
|
removed asserts and added proper error handling
|
2013-12-10 19:51:47 +00:00 |
|
reader_fd.c
|
moved files to comply with rest of directory structure of RS
|
2012-07-01 13:05:48 +00:00 |
|
reader_hashed.c
|
moved files to comply with rest of directory structure of RS
|
2012-07-01 13:05:48 +00:00 |
|
reader_mem.c
|
moved files to comply with rest of directory structure of RS
|
2012-07-01 13:05:48 +00:00 |
|
readerwriter.c
|
libretroshare now compiles for Android, instruction on how to do it included
|
2016-08-23 12:15:28 +02:00 |
|
readerwriter.h
|
moved files to comply with rest of directory structure of RS
|
2012-07-01 13:05:48 +00:00 |
|
signature.c
|
added two additional non packward compatible changes for future version 0.7, and improvements of verifications of certificate signatures
|
2017-11-19 18:21:56 +01:00 |
|
signature.h
|
added two additional non packward compatible changes for future version 0.7, and improvements of verifications of certificate signatures
|
2017-11-19 18:21:56 +01:00 |
|
std_print.h
|
moved files to comply with rest of directory structure of RS
|
2012-07-01 13:05:48 +00:00 |
|
streamwriter.h
|
moved files to comply with rest of directory structure of RS
|
2012-07-01 13:05:48 +00:00 |
|
symmetric.c
|
moved files to comply with rest of directory structure of RS
|
2012-07-01 13:05:48 +00:00 |
|
types.h
|
improved login system: do not re-ask for passphrase when user clicks cancel. Removed warning stating that maybe passphrase is wrong
|
2015-06-11 20:31:52 +00:00 |
|
util.c
|
remove compiler warnings openpgpsdk
|
2016-06-01 21:20:50 +02:00 |
|
util.h
|
moved files to comply with rest of directory structure of RS
|
2012-07-01 13:05:48 +00:00 |
|
validate.c
|
added missing error handling in validation of key signature and data signature (thx to HM for pointing this out)
|
2014-01-26 20:54:23 +00:00 |
|
validate.h
|
moved files to comply with rest of directory structure of RS
|
2012-07-01 13:05:48 +00:00 |
|
version.h
|
moved files to comply with rest of directory structure of RS
|
2012-07-01 13:05:48 +00:00 |
|
writer.c
|
moved files to comply with rest of directory structure of RS
|
2012-07-01 13:05:48 +00:00 |
|
writer.h
|
moved files to comply with rest of directory structure of RS
|
2012-07-01 13:05:48 +00:00 |
|
writer_armour.c
|
fixed key armoured output
|
2012-07-03 07:00:49 +00:00 |
|
writer_armoured.h
|
moved files to comply with rest of directory structure of RS
|
2012-07-01 13:05:48 +00:00 |
|
writer_encrypt.c
|
moved files to comply with rest of directory structure of RS
|
2012-07-01 13:05:48 +00:00 |
|
writer_encrypt_se_ip.c
|
moved files to comply with rest of directory structure of RS
|
2012-07-01 13:05:48 +00:00 |
|
writer_fd.c
|
moved files to comply with rest of directory structure of RS
|
2012-07-01 13:05:48 +00:00 |
|
writer_literal.c
|
updated values for min/normal partial packet size to 1MB, so that we do not create partial packets for everyday use. We will have to properly extend openpgp-sdk to support parsing of partial packets if we want to PGP-encrypt chunks larger than 1MB.
|
2013-08-04 12:44:57 +00:00 |
|
writer_memory.c
|
moved files to comply with rest of directory structure of RS
|
2012-07-01 13:05:48 +00:00 |
|
writer_partial.c
|
updated values for min/normal partial packet size to 1MB, so that we do not create partial packets for everyday use. We will have to properly extend openpgp-sdk to support parsing of partial packets if we want to PGP-encrypt chunks larger than 1MB.
|
2013-08-04 12:44:57 +00:00 |
|
writer_skey_checksum.c
|
moved files to comply with rest of directory structure of RS
|
2012-07-01 13:05:48 +00:00 |
|
writer_stream_encrypt_se_ip.c
|
updated values for min/normal partial packet size to 1MB, so that we do not create partial packets for everyday use. We will have to properly extend openpgp-sdk to support parsing of partial packets if we want to PGP-encrypt chunks larger than 1MB.
|
2013-08-04 12:44:57 +00:00 |