Remove support for OpenSSL 1.0.x, it's EOL
[platform/core/security/yaca.git] / src / internal.h
2020-06-26 Lukasz PawelczykRemove support for OpenSSL 1.0.x, it's EOL 43/233043/4
2020-06-26 Lukasz PawelczykChange key_copy API, it's only used in one place 94/232594/7
2020-06-26 Lukasz PawelczykAdd all debug functions to debug.h 56/232156/6
2020-06-26 Lukasz PawelczykThose functions can be static now 07/231707/5
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-28 Dariusz MichalukHandle sign/digest API call order 00/88200/6
2016-09-09 Lukasz PawelczykAdapt YACA to work with OpenSSL 1.1 preserving 1.0... 65/86965/9
2016-08-29 Krzysztof JackiewiczRSA API implementation 58/83558/15
2016-08-29 Dariusz MichalukAdd possibility to restore default encrypt/decrypt... 30/85530/4
2016-08-29 Dariusz MichalukEffective key length support in RC2. 82/85082/7
2016-08-16 Krzysztof JackiewiczHandle encryption API call order 06/83506/4
2016-08-11 Krzysztof JackiewiczMerge 'acr2' into 'tizen' 05/83505/1
2016-08-05 Dariusz MichalukMerge branch 'tizen' into acr2 62/82762/1
2016-08-04 Dariusz MichalukKey wrapping implementation/example 58/81658/6
2016-07-27 Lukasz PawelczykMerge branch 'tizen' into acr2 54/81654/1
2016-07-19 Krzysztof JackiewiczAdd custom tag length support in CCM 45/77945/27
2016-07-14 Dariusz MichalukAdd yaca_key_derive_dh(), define proper key types and... 12/80112/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-06 Krzysztof JackiewiczKey copying function 00/77700/4
2016-06-14 Dariusz MichalukMerge encrypt/decrypt and seal/open common code. 34/73834/5
2016-06-08 Dariusz MichalukRemove no-unused-parameter compilation flag. Fix some... 02/73502/6
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 JackiewiczAdd common error handling function 87/72587/3
2016-06-01 Krzysztof JackiewiczACR: Remove unimplemented features 65/72565/1
2016-05-31 Dariusz MichalukACR: Fix code formatting. 94/72294/3
2016-05-27 Krzysztof JackiewiczModify header names according to ACR 67/71867/4
2016-05-27 Dariusz MichalukRemove some TODO's. 43/71843/1
2016-05-27 Dariusz MichalukCleanup #include statements. 20/71520/2
2016-05-27 Dariusz MichalukCleanup boilerplate notices. 98/71498/2
2016-05-27 Krzysztof JackiewiczUpdate openssl error handling. 01/71501/5
2016-05-18 Lukasz PawelczykFix API for get_output_length() 32/69532/5
2016-05-16 Krzysztof JackiewiczAdd prefix to header guards to avoid conflicts. 89/69489/3
2016-05-06 Krzysztof JackiewiczMake yaca GCC 5 compatibile 06/68506/2
2016-04-26 Dariusz MichalukSeal/Open implementation. 72/66872/9
2016-04-26 Krzysztof JackiewiczAdd helper functions for openssl error handling 52/66852/6
2016-04-15 Mateusz KulikowskiAdd yaca_ctx_get|set_param prototypes. 04/65604/8
2016-04-14 Mateusz Kulikowskiinternal.h: add YACA_CTX_ENCRYPT 98/65598/6
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 Dariusz MichalukEnable extra compilation flags. 91/65591/3
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 Kulikowskidigest: Add get_digest_algorithm
2016-04-08 Mateusz KulikowskiRemove private headers (*_p.h)