summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-07-28Implement asynchronous encryption/decryption APIKrzysztof Jackiewicz13-11/+210
2015-07-28Add RSA OAEP supportKrzysztof Jackiewicz5-13/+111
2015-07-28Add AAD support in AES GCMKrzysztof Jackiewicz3-11/+40
2015-07-28Openssl: add thread support and fix initializationKrzysztof Jackiewicz10-61/+141
2015-07-27Merge "Match schema file version to db version" into tizenDong Sun Lee1-1/+1
2015-07-17Match schema file version to db versionKyungwook Tak1-1/+1
2015-07-07Fix segfault in getCertificateChainKrzysztof Jackiewicz2-4/+18
2015-07-03Fix parameter validation in ocspKrzysztof Jackiewicz4-8/+19
2015-07-03Reduce number of error logs in ckm.Bartlomiej Grzelewski4-17/+17
2015-07-03Fix table name to add backendIdKyungwook Tak1-1/+1
2015-07-03Klocwork fixes.Zbigniew Jasinski2-4/+4
2015-07-02remove sockets' smack label to conform to 3 domain policysubmit/tizen/20150702.083501accepted/tizen/wearable/20150702.104629accepted/tizen/tv/20150702.104616accepted/tizen/mobile/20150702.104554Dongsun Lee4-8/+0
2015-07-01Add support for AES CTR and AES CFBKrzysztof Jackiewicz4-10/+48
2015-07-01Add support for different AES key sizesKrzysztof Jackiewicz2-18/+82
2015-07-01Encryption service refactoringKrzysztof Jackiewicz3-11/+8
2015-07-01Add algorithm param validationKrzysztof Jackiewicz9-64/+462
2015-06-29Fix C compilationsubmit/tizen/20150629.123348accepted/tizen/wearable/20150630.002512accepted/tizen/tv/20150630.002501accepted/tizen/mobile/20150630.002445Krzysztof Jackiewicz1-1/+1
2015-06-27Merge "allow all clients to access storage socket and ocsp socket" into tizenDongsun Lee2-2/+2
2015-06-27Merge "add a solution in case for no password set" into tizenDongsun Lee1-0/+8
2015-06-27allow all clients to access storage socket and ocsp socketsubmit/tizen/20150627.071352accepted/tizen/wearable/20150629.000446accepted/tizen/tv/20150629.000436accepted/tizen/mobile/20150629.000431Dongsun Lee2-2/+2
2015-06-27add a solution in case for no password setDongsun Lee1-0/+8
2015-06-26Encryption service calls proper encryption/decryption methodsKrzysztof Jackiewicz3-6/+15
2015-06-26encrypted initial values: schema enhancements plus SW device key schema.Maciej J. Karpiuk4-2/+74
2015-06-26Implement key retrieval in encryption serviceKrzysztof Jackiewicz9-16/+118
2015-06-26Add MessageServiceKrzysztof Jackiewicz1-0/+161
2015-06-26Add support for inter-service communication in SocketManagerKrzysztof Jackiewicz4-9/+18
2015-06-26Add inter-service messagesKrzysztof Jackiewicz3-8/+116
2015-06-26CommunicationManager returns the number of called listenersKrzysztof Jackiewicz2-15/+20
2015-06-26Add encryption serviceKrzysztof Jackiewicz14-36/+417
2015-06-26Use new exception types in KeyProvider class.Bartlomiej Grzelewski5-89/+40
2015-06-25Replace shared ptr with unique ptr.Bartlomiej Grzelewski6-9/+18
2015-06-18Move encryption from crypto-logic class to "internal module".Maciej J. Karpiuk11-104/+218
2015-06-12Introduce new (much simpler) Exception type.Bartlomiej Grzelewski21-392/+411
2015-06-11Fix serious bug that causes crash on CKM exit.Bartlomiej Grzelewski8-6/+40
2015-06-10Update parameter list APIKrzysztof Jackiewicz9-84/+161
2015-06-10AES: add generation, save, get support.Maciej J. Karpiuk21-21/+364
2015-06-09AES key creation APIKrzysztof Jackiewicz7-0/+75
2015-06-08Key generation uses CryptoAlgorithm object provided by the client.Maciej J. Karpiuk10-89/+56
2015-06-08Implement encryption/decryption APIKrzysztof Jackiewicz6-16/+167
2015-06-08Algorithm types and param names updatedKrzysztof Jackiewicz5-13/+13
2015-06-08Encryption/decryption APIKrzysztof Jackiewicz4-17/+461
2015-06-03crypto-service key generation contents moved into SW backend.Maciej J. Karpiuk12-703/+227
2015-05-28Make CryptoAlgorithm copyable.Krzysztof Jackiewicz4-6/+6
2015-05-27Initial values XSD moved into read only directory.Maciej J. Karpiuk2-3/+4
2015-05-25Add classes for Trust Zone backend.Bartlomiej Grzelewski7-11/+209
2015-05-22Add initial values support - values to feed the shared database on first star...Maciej J. Karpiuk29-83/+1427
2015-05-20SW Backend initialization refactoring.Bartlomiej Grzelewski6-39/+13
2015-05-19Add generic XML parser + tests.Maciej J. Karpiuk11-0/+1138
2015-05-19Use new classes to sign and verify messages.Bartlomiej Grzelewski15-468/+181
2015-05-19Simplify CryptoAlgorithm interfaceKrzysztof Jackiewicz4-106/+166