Replace spaces with tabs
[platform/core/security/yaca.git] / src / crypto.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-09 Lukasz PawelczykAdapt YACA to work with OpenSSL 1.1 preserving 1.0... 65/86965/9
2016-09-07 Lukasz PawelczykUse getrandom(2) for CSPRNG instead of OpenSSL's one 03/85703/8
2016-08-11 Krzysztof JackiewiczMerge 'acr2' into 'tizen' 05/83505/1
2016-08-05 Dariusz MichalukFix codestyle 85/82785/1
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-07-07 Krzysztof JackiewiczMake yaca_cleanup return void 22/78922/1
2016-07-04 Mateusz ForcChanged return type to void 28/78228/3
2016-06-16 Lukasz PawelczykDo not segfault on contexts without get_output_length... 20/75020/2
2016-06-15 Krzysztof JackiewiczMake sure output length argument is not NULL 21/74821/1
2016-06-14 Krzysztof JackiewiczACR: Initialize and cleanup per thread. 08/73708/7
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