Remove no-unused-parameter compilation flag. Fix some errors.
[platform/core/security/yaca.git] / src / internal.h
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)