Remove no-unused-parameter compilation flag. Fix some errors.
[platform/core/security/yaca.git] / examples / sign.c
2016-06-08 Dariusz MichalukUse C89 style for comments. 99/73499/7
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 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-06 Dariusz MichalukError handling refactoring. 53/72553/8
2016-05-31 Krzysztof JackiewiczACR: Succesful -> Successful 85/72285/2
2016-05-30 Lukasz PawelczykACR: change the ordering of key related functions ... 32/71932/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 MichalukRemove some TODO's. 43/71843/1
2016-05-27 Dariusz MichalukCleanup #include statements. 20/71520/2
2016-05-27 Krzysztof JackiewiczSimple signature API example 26/70926/7
2016-05-27 Dariusz MichalukCleanup boilerplate notices. 98/71498/2
2016-05-27 Krzysztof JackiewiczUse new HMAC API in example 55/70155/9
2016-05-25 Krzysztof JackiewiczUse "!= 0" instead of "< 0" when handling yaca errors 51/70951/2
2016-05-23 Krzysztof JackiewiczCMAC example 50/70150/10
2016-05-19 Krzysztof JackiewiczRemove CMAC from digest algorithms. 59/69459/9
2016-05-19 Krzysztof JackiewiczHide debug function 21/69521/8
2016-05-18 Lukasz Pawelczykget/set_ctx_param for sign/verify (RSA padding only) 26/69726/3
2016-05-18 Lukasz PawelczykLower the key bit_len in sign/verify example 85/69985/2
2016-05-18 Lukasz PawelczykFix API for get_output_length() 32/69532/5
2016-05-11 Lukasz PawelczykDSA sign/verify example 60/68760/5
2016-05-11 Lukasz PawelczykRemoval of yaca_key_gen_pair() and its enum values 64/68464/16
2016-04-26 Krzysztof JackiewiczSet debug function in examples 54/66854/5
2016-04-20 Lukasz PawelczykExamples reviewed and simplified after RSA/HMAC sign... 81/66181/5
2016-04-12 Lukasz PawelczykFix compilation with Clang. 56/65356/2
2016-04-07 Mateusz KulikowskiRename owl -> yaca
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 Krzysztof JackiewiczSignatures example