75 Commits (59b471b9a2edd38fe4de7a9f449a746a439157ec)

Author SHA1 Message Date
orignal 43b587636b delete tags of termiated session right away 3 years ago
orignal c6cdb26f47 reduce range for extra tags 3 years ago
orignal 1285e30b3e more pre-calculated x25519 3 years ago
orignal aedcd1bcc0 remove tag after tagset expiration 4 years ago
orignal b1262d54de don't detach ECIESx25519 session from destination 4 years ago
orignal ee3cd44f97 ReceiveRatchetTagSet 4 years ago
orignal 726bd0d63b check if x25519 key is valid 4 years ago
orignal 86ff0d86db check if new tag was created 4 years ago
orignal d34dc397e8 changed to 320 tags max 4 years ago
orignal bf91e16b5d gererate specified number of tags if misssing tag 4 years ago
orignal ba79b94e06 try to generate missing ECIESx25519 tag in last tagset 4 years ago
orignal a843165cb4 try ratchets tag first 4 years ago
orignal abdf92c084 encrypt message for ECIES router 4 years ago
orignal 8b3a7486c7 rename CRYPTO_KEY_TYPE_ECIES_X25519_AEAD_RATCHET to CRYPTO_KEY_TYPE_ECIES_X25519_AEAD 4 years ago
orignal 4ba1be2dc0 one time garlic encryption for ECIES routers 4 years ago
orignal 49bf735c22 don't set destination to routers 4 years ago
orignal 09fdb068d2 Database lookups from ECIES destinations 4 years ago
orignal 2b0d1a2190 implement DatabaseLookupTagSet 4 years ago
orignal da1e52357f delete symmkey on cleanup 4 years ago
orignal a05a54b38e trim behind ECIESx25519 tags 4 years ago
orignal 61897ae16c crypto.ratchet.inboundTags 4 years ago
orignal 5a32082624 recreate session after 90 seconds incativity 4 years ago
R4SAS 8bae4975fb add copyright headers 4 years ago
R4SAS 7a5146ea74 fix code syle(spaces->tabs, tabulations) 4 years ago
orignal c4d9c03930 handle termination block 4 years ago
orignal ec4e17f75c cleanup previous tagsets 4 years ago
orignal f77a58b2dc set some ECIESx25519 params 4 years ago
orignal 30067fc7d7 handle next key forward 4 years ago
orignal ec29597dbd associate tagset for ECIESx25519 tags 4 years ago
orignal 510b85fd23 try ECIESx25519 tag first 4 years ago
orignal e3c8f3fd6f use ack request instead DeliveryStatus for LeaseSet confirmation 4 years ago
orignal 2fc16ee13d indetification of incoming garlic messages 4 years ago
orignal f21af4068f preferred crypto type for Decrypt 4 years ago
R4SAS 168da33d8b
add comma 4 years ago
R4SAS b6b25dc9f3 update log messages 4 years ago
orignal 3ca17fdc03 support multiple encryption keys 4 years ago
orignal b5bc05ac2b delete unconfirmed LeaseSet and DeliveryStatus 4 years ago
orignal 45145fa50a add ECIESX25519AEADRatchet session to delivery status 4 years ago
orignal 3c53479864 update LeaseSet for ECIESX25519AEADRatchet sessions 4 years ago
orignal 4adc741de3 send DeliveryStatusMsg for LeaseSet 4 years ago
orignal 2ffe62ba41 [[fallthrough]] if C++17 only 4 years ago
orignal e0cb26bd9e fixed fallthough warning for C++17 4 years ago
orignal 91919c6d64 check if both sides are ECIESx25519 4 years ago
orignal 9c9b723cf5 delete expired ECIESX25519AEADRatchet sessions and tags 4 years ago
orignal 012f22cc47 create session tags for ECIESX25519 4 years ago
orignal b982be5ff5 handle existing session message 4 years ago
orignal 239c8b5172 destination delivery instructions 4 years ago
orignal 48fa10b080 incoming ECIESX25519AEADRatchet messages hanler 4 years ago
orignal a1dbec0fcb handle new session reply 4 years ago
orignal 7c212bef63 add new session to the list after reply received 4 years ago