Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-22 | don't use variable length or zero-length arrays in test files | Hubert Chathi | |
as some compilers don't handle that | |||
2016-05-23 | Prefix for internal symbols | Richard van der Hoff | |
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. | |||
2016-05-23 | C bindings for base64 functions | Richard van der Hoff | |
2015-08-19 | Replace hard coded references to the 32-byte key length with a constant, add ↵ | Mark Haines | |
utilities for copying data to and from fixed sized arrays | |||
2015-06-27 | Rename axolotlpp as olm to avoid confusion with Axolotl-the-spec and ↵ | Matthew Hodgson | |
Axolotl-the-OWS-libraries at moxie's request | |||
2015-06-16 | Add a test for the axolotl API | Mark Haines | |
2015-06-15 | Add base64 encoders and decoders | Mark Haines | |