Age | Commit message (Collapse) | Author |
|
Replace the init-static-var dance with some preprocessor macros
|
|
Give a load of internal symbols "_olm_" prefixes. This better delineates the
public and private interfaces in the module, and helps avoid internal symbols
leaking out and possibly being abused.
|
|
|
|
|
|
|
|
|
|
|
|
utilities for copying data to and from fixed sized arrays
|
|
|
|
the message is invalid, fixes a crash where the message was too short
|
|
|
|
|
|
|
|
possible to check of out of bounds reads and writes using valgrind
|
|
the beinging of the list
|
|
unpickling sessions
|
|
provide a olm_account_sign method so that the user of the library can sign the JSON themselves
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Axolotl-the-OWS-libraries at moxie's request
|
|
|
|
|
|
|
|
|
|
|
|
accurate estimate, rename encrypt_max_output_length to encrypt_output_length and change the api to return the exact number of bytes needed to hold the message
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
since they supplied it
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|