For get_output_length in digest and sign require input_len == 0
[platform/core/security/yaca.git] / src / sign.c
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-06-01 Krzysztof JackiewiczACR: Remove unimplemented features 65/72565/1
2016-05-31 Dariusz MichalukACR: Fix code formatting. 94/72294/3
2016-05-27 Dariusz MichalukRemove YACA_ERROR_NOT_IMPLEMENTED 21/71921/2
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 Krzysztof JackiewiczFix code formatting in sign.c 37/70937/8
2016-05-27 Dariusz MichalukCleanup boilerplate notices. 98/71498/2
2016-05-27 Krzysztof JackiewiczDon't dump error in case of verification failure 13/70913/3
2016-05-27 Krzysztof JackiewiczMove HMAC to a separate function. 54/70154/8
2016-05-25 Krzysztof JackiewiczUse "!= 0" instead of "< 0" when handling yaca errors 51/70951/2
2016-05-23 Krzysztof JackiewiczCMAC implementation 49/70149/11
2016-05-23 Krzysztof JackiewiczFix sign ctx cleanup 12/70912/1
2016-05-19 Dariusz MichalukJoin ECDSA and ECDH key to EC type. 52/70552/5
2016-05-19 Krzysztof JackiewiczAdd separate API function stubs for HMAC/CMAC context... 47/69447/9
2016-05-18 Lukasz Pawelczykget/set_ctx_param for sign/verify (RSA padding only) 26/69726/3
2016-05-18 Lukasz PawelczykFix assert vs error codes usage in get_sign_output_length() 84/69984/2
2016-05-18 Lukasz PawelczykGet rid of few TODOs that no longer apply 33/69533/4
2016-05-18 Lukasz PawelczykFix API for get_output_length() 32/69532/5
2016-05-11 Lukasz PawelczykDSA sign/verify support 59/68759/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-20 Lukasz PawelczykSign/verify initial implementation. Examples to follow. 44/65844/7
2016-04-08 Mateusz KulikowskiRemove private headers (*_p.h)
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 Lukasz PawelczykCleanups
2016-04-07 Lukasz PawelczykRenamed the API from crypto_ to owl_. Filenames not...
2016-04-07 Mateusz KulikowskiLibrary code stub