Remove no-unused-parameter compilation flag. Fix some errors.
[platform/core/security/yaca.git] / src / crypto.c
2016-06-08 Dariusz MichalukRemove no-unused-parameter compilation flag. Fix some... 02/73502/6
2016-06-08 Lukasz PawelczykACR: extend parameter names a little in specific cases 18/73518/2
2016-06-08 Lukasz PawelczykACR: Consistency for the get_output_length() function 40/73340/3
2016-06-07 Lukasz PawelczykACR: fixes for function and enumeration names/values 18/73118/6
2016-06-06 Lukasz PawelczykSmart tabs and comments consistency 16/73116/1
2016-06-06 Krzysztof JackiewiczMake sure yaca_*alloc() is not called with 0 size 06/73006/3
2016-06-06 Krzysztof JackiewiczACR: Return error codes from all API functions 89/72989/4
2016-06-06 Dariusz MichalukACR: Fix notation for pointer variables. 73/72773/3
2016-06-01 Lukasz PawelczykMake sure we have enough entropy on start, bail if... 85/72385/4
2016-05-27 Dariusz MichalukIntroduce YACA_ERROR_NONE according to ACR. 00/71900/2
2016-05-27 Krzysztof JackiewiczModify header names according to ACR 67/71867/4
2016-05-27 Krzysztof JackiewiczAdd support for multiple threads 77/71477/8
2016-05-27 Dariusz MichalukCleanup boilerplate notices. 98/71498/2
2016-05-19 Krzysztof JackiewiczAdd separate API function stubs for HMAC/CMAC context... 47/69447/9
2016-05-18 Lukasz PawelczykFix API for get_output_length() 32/69532/5
2016-05-06 Dariusz MichalukRemove YACA_ERROR_NOT_SUPPORTED 67/68567/2
2016-05-04 Dariusz MichalukReplace YACA_ERROR_OPENSSL_FAILURE with YACA_ERROR_INTERNAL 29/67829/3
2016-04-26 Krzysztof JackiewiczDump openssl errors after each failure 53/66853/6
2016-04-26 Krzysztof JackiewiczAdd helper functions for openssl error handling 52/66852/6
2016-04-15 Mateusz Kulikowskiyaca_ctx_free: Cause exception on missing destructor. 05/65605/8
2016-04-15 Mateusz KulikowskiAdd yaca_ctx_get|set_param prototypes. 04/65604/8
2016-04-15 Mateusz Kulikowskiyaca: add yaca_zalloc 02/65602/8
2016-04-14 Mateusz KulikowskiImplement yaca_get_iv_bits() 00/65600/6
2016-04-14 Mateusz Kulikowskicrypto.h: rename yaca_get_iv_length() to yaca_get_iv_bits() 66/65866/2
2016-04-11 Mateusz Kulikowskiyaca_ctx_free: NULL context handling 93/65593/1
2016-04-08 Mateusz KulikowskiConvert all key lengths to bits
2016-04-08 Mateusz KulikowskiRemove private headers (*_p.h)
2016-04-07 Lukasz PawelczykSome minor digest changes.
2016-04-07 Mateusz KulikowskiRename owl -> yaca
2016-04-07 Lukasz PawelczykRe-indent the definitions after adding the API prefix.
2016-04-07 Krzysztof JackiewiczRename 'crypto' to 'owl' in include directives
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 Mateusz KulikowskiLibrary code stub