Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Olm
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Tulir Asokan
Olm
Commits
4323bec5d6e71fdb38d88ea4f68cf6923092bcc2
Select Git revision
0 results
olm
Author
Search by author
Any Author
authors
0 authors
Jan 10, 2017
README.rst: fix formatting
· 4323bec5
Richard van der Hoff
authored
8 years ago
4323bec5
-> Check the function descriptions
· eeb210f7
ylecollen
authored
8 years ago
eeb210f7
Jan 09, 2017
Update getSdkOlmVersion to provide the git commit
· 29339bc0
ylecollen
authored
8 years ago
29339bc0
add sanity checks when releasing the objects
· a14bf30c
ylecollen
authored
8 years ago
a14bf30c
Clear some data before releasing them
· 26a7ef8d
ylecollen
authored
8 years ago
26a7ef8d
remove the useless malloc(len+1) + zero terminated
· 99ff3d15
ylecollen
authored
8 years ago
99ff3d15
The crypto objects are now saved as String to keep the backward compliancy.
· 30c8d069
ylecollen
authored
8 years ago
30c8d069
use the same way to name the creation method i.e. createNewXX. Avoid the initWithXX.
· 7bf7a7e4
ylecollen
authored
8 years ago
7bf7a7e4
The serialization / deserialization unit test did not fail when there was an error
· 13d3f4a1
ylecollen
authored
8 years ago
13d3f4a1
verifyEd25519Signature triggers an exception instead of filling an error buffer
· f257580c
ylecollen
authored
8 years ago
f257580c
Simplify the function declarations in olm_jni to avoid having to cast the getXXX methods
· 03396102
ylecollen
authored
8 years ago
03396102
Jan 05, 2017
Move the exception test
· eec8a50c
ylecollen
authored
8 years ago
eec8a50c
fix an invalid test
· 90c55806
ylecollen
authored
8 years ago
90c55806
Jan 04, 2017
The olm objects are serialized as byte[] instead of strings.
· 9df5dd9c
ylecollen
authored
8 years ago
9df5dd9c
Fix a C compilation warning.
· 7f6a6306
ylecollen
authored
8 years ago
7f6a6306
OlmSession triggers exception when there is a failure.
· 4ca8086a
ylecollen
authored
8 years ago
4ca8086a
the OlmOutboundGroupSession methods trigger an exception when they fail
· 846ea49a
ylecollen
authored
8 years ago
846ea49a
the OlmInboundGroupSession methods trigger an exception when they fails
· 261c0808
ylecollen
authored
8 years ago
261c0808
OlmAccount methods trigger an exception when they fail.
· 88548f68
ylecollen
authored
8 years ago
88548f68
use secureRandom in getRandomKey
· 570e8bbe
ylecollen
authored
8 years ago
570e8bbe
Simplify the serialization / deserializtion methods (CommonSerializeUtils)
· ce9f67d5
ylecollen
authored
8 years ago
ce9f67d5
Jan 03, 2017
initInboundSessionWithAccount triggers an exception when it fails.
· 2070de4f
ylecollen
authored
8 years ago
2070de4f
EncryptMessage triggers an exception when it fails
· 45a98c20
ylecollen
authored
8 years ago
45a98c20
-> the byte[] to String conversions are done on Java level (when it is possible)
· 9552e14f
ylecollen
authored
8 years ago
9552e14f
There is more GetStringUTFChars call.
· 765647cd
ylecollen
authored
8 years ago
765647cd
encryptMessage : the UTF8 conversion is done on JAVA side.
· de962ef8
ylecollen
authored
8 years ago
de962ef8
Comments update
· e7c7d77a
ylecollen
authored
8 years ago
e7c7d77a
Add exception checks
· 5e948b1a
ylecollen
authored
8 years ago
5e948b1a
-> simplify OlmSession.DecryptMessage
· c8c7a8ad
ylecollen
authored
8 years ago
c8c7a8ad
->Replace 2 spaces tabs by 4 spaces.
· 65352d05
ylecollen
authored
8 years ago
65352d05
Jan 02, 2017
Update the tab size to 4 spaces
· b03cdebf
ylecollen
authored
8 years ago
b03cdebf
Rename getUnreleasedCount to isReleased.
· 5e0bbe77
ylecollen
authored
8 years ago
5e0bbe77
Use a 4 spaces tabulation
· 47a52dcf
ylecollen
authored
8 years ago
47a52dcf
Fix tabulations mix and split block of variables when it is possible.
· 8f3d5bed
ylecollen
authored
8 years ago
8f3d5bed
getOlmAccountId is aonly public in the OLM SDK package
· f4ae0d86
ylecollen
authored
8 years ago
f4ae0d86
Simplify signMessageJni
· b893b81c
ylecollen
authored
8 years ago
b893b81c
remove useless "new string"
· 60bcf865
ylecollen
authored
8 years ago
60bcf865
identityKeys / oneTimeKeys : remove useless try/catch blocks
· 2a7c191d
ylecollen
authored
8 years ago
2a7c191d
Update the README files.
· b2b18216
ylecollen
authored
8 years ago
b2b18216
setRandomInBuffer : clear tempByteArray content
· da2e1c59
ylecollen
authored
8 years ago
da2e1c59
Loading