libomemo icon indicating copy to clipboard operation
libomemo copied to clipboard

Implements OMEMO in C.

Results 11 libomemo issues
Sort by recently updated
recently updated
newest added

Handle KeyTransport message correctly omemo_message_export_encrypted() should not return early if only its payload is absent. omemo_message_prepare_encryption() should be able to accept an outgoing_message without body, which would become a template...

Can you update the XEP-0384: OMEMO Encryption support to 0.4.0+? - https://xmpp.org/extensions/xep-0384.html XEP-0454: OMEMO Media sharing: - https://xmpp.org/extensions/xep-0454.html Diff Tool: - 0.3.0 to current: http://www.aptest.com/standards/htmldiff/htmldiff.pl?oldfile=https://xmpp.org/extensions/attic/xep-0384-0.3.0.html&newfile=https://xmpp.org/extensions/xep-0384.html - 0.8.3 to current: http://www.aptest.com/standards/htmldiff/htmldiff.pl?oldfile=https://xmpp.org/extensions/attic/xep-0384-0.8.3.html&newfile=https://xmpp.org/extensions/xep-0384.html...

Hello, as libomemo uses only quite basic functionality from libgcrypt (afaik) , I'd like to make it work with other backends as well, like nss or openssl. That would make...

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.0 to 3.1.1. Release notes Sourced from actions/upload-artifact's releases. v3.1.1 Update actions/core package to latest version to remove set-output deprecation warning #351 Commits 83fd05a Bump actions-core to...

enhancement

Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.2 to 3.1.0. Release notes Sourced from actions/checkout's releases. v3.1.0 What's Changed Inject GitHub host to be able to clone from another GitHub instance by @​peter-murray in...

enhancement

When running test_storage with address sanitizer, the following memory leaks are found. To reproduce: ``` git clone https://github.com/hades/libomemo.git cd libomemo git checkout efcf195c243e95131b49d83209b232b70b1e2f27 mkdir build ; cd build CC=clang cmake...

When running test_libomemo with address sanitizer, the following memory leaks are found. To reproduce: ``` git clone https://github.com/hades/libomemo.git cd libomemo git checkout efcf195c243e95131b49d83209b232b70b1e2f27 mkdir build ; cd build CC=clang cmake...

Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.2 to 3.3.0. Release notes Sourced from actions/checkout's releases. v3.3.0 What's Changed Implement branch list using callbacks from exec function by @​cory-miller in actions/checkout#1045 Add in explicit...

enhancement

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.0 to 3.1.2. Release notes Sourced from actions/upload-artifact's releases. v3.1.2 Update all @actions/* NPM packages to their latest versions- #374 Update all dev dependencies to their most...

enhancement