platform/core/security/yaca.git
2016-04-14 Dariusz MichalukAdd package with examples. 92/65592/8
2016-04-14 Mateusz KulikowskiImplement yaca_get_iv_bits() 00/65600/6
2016-04-14 Mateusz Kulikowskiencrypt: add get_symmetric_algorithm 99/65599/7
2016-04-14 Mateusz Kulikowskiinternal.h: add YACA_CTX_ENCRYPT 98/65598/6
2016-04-14 Mateusz Kulikowskisimple: Handle encrypt/decrypt block sizes properly 95/65595/5
2016-04-14 Mateusz KulikowskiEncrypt example update 94/65594/7
2016-04-14 Mateusz Kulikowskicrypto.h: rename yaca_get_iv_length() to yaca_get_iv_bits() 66/65866/2
2016-04-13 Mateusz Kulikowskiexamples: Add LOREM*_SIZE 65/65865/1
2016-04-13 Lukasz PawelczykAdd SIGN context to context types. 81/65781/4
2016-04-13 Lukasz PawelczykRemove unused function pointer, no need to do that... 97/65797/3
2016-04-13 Lukasz PawelczykImplement getting the bits of an evp type key. 80/65780/4
2016-04-13 Lukasz PawelczykSmall cosmetic change in digest.c to line it up with... 79/65779/2
2016-04-13 Lukasz PawelczykGet rid of EVP_MD from digest struct, it's redudant. 78/65778/2
2016-04-13 Lukasz PawelczykAdd todo.txt file for global TODOs. 77/65777/2
2016-04-13 Lukasz PawelczykAdd YACA_ERROR_SIGNATURE_INVALID error code. Mentioned... 76/65776/2
2016-04-13 Dariusz MichalukEnable extra compilation flags. 91/65591/3
2016-04-12 Lukasz PawelczykFix compilation with Clang. 56/65356/2
2016-04-11 Mateusz Kulikowskiyaca_ctx_free: NULL context handling 93/65593/1
2016-04-08 Mateusz KulikowskiRename get_digest_algorithm -> digest_get_algorithm
2016-04-08 Mateusz KulikowskiMove key structures to internal API header, expose...
2016-04-08 Mateusz KulikowskiConvert all key lengths to bits
2016-04-08 Mateusz Kulikowskikey: Cleanups
2016-04-08 Mateusz Kulikowskikey: Check for key_len overflows
2016-04-08 Mateusz Kulikowskikey: implement pbkdf2
2016-04-08 Mateusz Kulikowskidigest: Add get_digest_algorithm
2016-04-08 Mateusz KulikowskiRemove private headers (*_p.h)
2016-04-08 Mateusz Kulikowskicompilation: use c11 instead of c99
2016-04-07 Mateusz KulikowskiAdd coding rules document
2016-04-07 Lukasz PawelczykWith cmake we should not allow the main git directory...
2016-04-07 Lukasz PawelczykFix a SIGSEGV in key-exchange example. It's still not...
2016-04-07 Lukasz PawelczykSome minor digest changes.
2016-04-07 Lukasz PawelczykPartially implement a new key type (evp) and yaca_key_g...
2016-04-07 Mateusz KulikowskiRename owl -> yaca
2016-04-07 Krzysztof JackiewiczMake binary install dir configurable
2016-04-07 Lukasz PawelczykRe-indent the definitions after adding the API prefix.
2016-04-07 Krzysztof JackiewiczAdd cmake scripts for example compilation
2016-04-07 Krzysztof JackiewiczFix digest ctx initalization
2016-04-07 Krzysztof JackiewiczRename 'crypto' to 'owl' in include directives
2016-04-07 Dariusz MichalukAdd build/packaging system
2016-04-07 Dariusz MichalukAdd LICENSE file
2016-04-07 Mateusz KulikowskiMore cleanups:
2016-04-07 Lukasz PawelczykCleanups
2016-04-07 Lukasz PawelczykRenamed the API from crypto_ to owl_. Filenames not...
2016-04-07 Dariusz MichalukAdd doxygen config
2016-04-07 Mateusz KulikowskiLibrary code stub
2016-04-07 Mateusz KulikowskiAdd readme.txt with some basic information
2016-04-07 Mateusz KulikowskiAdd .gitignore
2016-04-07 Mateusz KulikowskiRemove old code
2016-04-07 Mateusz KulikowskiAdd Makefile for examples
2016-04-07 Dariusz MichalukAdd DH and ECDH key derivation example
2016-04-07 Krzysztof JackiewiczSignatures example
2016-04-07 Dariusz MichalukAdd AES-GCM encryption example
2016-04-07 Mateusz KulikowskiEncryption example
2016-04-07 Mateusz KulikowskiDigest example added.
2016-04-07 Mateusz KulikowskiSynergic API
2016-04-07 seonil kimInitial empty repository master