Replace spaces with tabs
[platform/core/security/yaca.git] / src / digest.c
2016-11-07 Krzysztof JackiewiczReplace spaces with tabs 98/95998/2 accepted/tizen_4.0_unified accepted/tizen_5.0_unified accepted/tizen_common accepted/tizen_ivi accepted/tizen_mobile accepted/tizen_tv accepted/tizen_wearable accepted/tizen/4.0/unified/20170816.011448 accepted/tizen/4.0/unified/20170829.020006 accepted/tizen/5.0/unified/20181102.020909 accepted/tizen/common/20161108.131525 accepted/tizen/ivi/20161108.001450 accepted/tizen/mobile/20161108.001352 accepted/tizen/tv/20161108.001407 accepted/tizen/unified/20170309.033544 accepted/tizen/wearable/20161108.001429 submit/tizen/20161107.233654 submit/tizen_4.0/20170811.094300 submit/tizen_4.0/20170828.100004 submit/tizen_4.0/20170828.110004 submit/tizen_5.0/20181101.000004 submit/tizen_unified/20170308.100409 tizen_4.0.IoT.p1_release tizen_4.0.IoT.p2_release tizen_4.0.m1_release tizen_4.0.m2_release
2016-09-29 Krzysztof JackiewiczDon't check *digest_len in yaca_digest_finalize() 43/90143/3
2016-09-28 Dariusz MichalukHandle sign/digest API call order 00/88200/6
2016-08-29 Krzysztof JackiewiczUnify argument naming and description 22/84622/4
2016-08-11 Krzysztof JackiewiczMerge 'acr2' into 'tizen' 05/83505/1
2016-08-11 Lukasz PawelczykStatic encrypt/digest algo list 07/83007/5 acr2
2016-07-08 Krzysztof JackiewiczMerge "Adjust naming convention to API." into tizen
2016-07-08 Krzysztof JackiewiczAdjust naming convention to API. 01/76301/16
2016-06-28 Lukasz PawelczykDrop reusability of digest context 24/77024/2
2016-06-17 Krzysztof JackiewiczMake digest context reusable after finish 46/75046/2
2016-06-16 Lukasz PawelczykFor get_output_length in digest and sign require input_... 54/75054/3
2016-06-15 Krzysztof JackiewiczMake sure output length argument is not NULL 21/74821/1
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