Remove no-unused-parameter compilation flag. Fix some errors.
[platform/core/security/yaca.git] / src / digest.c
2016-06-08 Dariusz MichalukRemove no-unused-parameter compilation flag. Fix some... 02/73502/6
2016-06-08 Dariusz MichalukUse C89 style for comments. 99/73499/7
2016-06-07 Lukasz PawelczykACR: fixes for function and enumeration names/values 18/73118/6
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 MichalukError handling refactoring. 53/72553/8
2016-05-31 Dariusz MichalukACR: Fix code formatting. 94/72294/3
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 Dariusz MichalukCleanup #include statements. 20/71520/2
2016-05-27 Dariusz MichalukCleanup boilerplate notices. 98/71498/2
2016-05-25 Krzysztof JackiewiczUse "!= 0" instead of "< 0" when handling yaca errors 51/70951/2
2016-05-19 Krzysztof JackiewiczRemove CMAC from digest algorithms. 59/69459/9
2016-05-18 Lukasz PawelczykFix API for get_output_length() 32/69532/5
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-15 Lukasz PawelczykNullify destroyed pointer. 63/66163/1
2016-04-15 Mateusz KulikowskiUse crypto_zalloc for internal structure allocations. 03/65603/8
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-08 Mateusz KulikowskiRename get_digest_algorithm -> digest_get_algorithm
2016-04-08 Mateusz Kulikowskidigest: Add get_digest_algorithm
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 Krzysztof JackiewiczFix digest ctx initalization
2016-04-07 Krzysztof JackiewiczRename 'crypto' to 'owl' in include directives
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