platform/core/security/yaca.git
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 Lukasz Pawelczykkey import/export password handling example 04/70804/5
2016-05-27 Lukasz Pawelczykyaca_key_export() implementation of password handling 03/70803/5
2016-05-27 Lukasz Pawelczykyaca_key_import() implementation of password handling 02/70802/5
2016-05-27 Lukasz Pawelczykread_stdin_line() - misc function in examples 01/70801/3
2016-05-27 Lukasz PawelczykAdd emacs support file to git ignore 66/71466/3
2016-05-27 Dariusz MichalukAdd AES CCM example. 89/70789/8
2016-05-27 Dariusz MichalukRework AES GCM example. 67/69767/10
2016-05-27 Dariusz MichalukAdd support to AES GCM/CCM. Update documentation. 66/69766/10
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 JackiewiczFix code formatting in sign.c 37/70937/8
2016-05-27 Krzysztof JackiewiczSimple signature API example 26/70926/7
2016-05-27 Krzysztof JackiewiczSimple API for signatures - implementation 92/70192/14
2016-05-27 sangsuadd @since_tizen 3.0 in yaca api header files 89/71289/16
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-27 Krzysztof JackiewiczDon't dump error in case of verification failure 13/70913/3
2016-05-27 Krzysztof JackiewiczUpdate openssl error handling. 01/71501/5
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 example 50/70150/10
2016-05-23 Krzysztof JackiewiczCMAC implementation 49/70149/11
2016-05-23 Krzysztof JackiewiczFix sign ctx cleanup 12/70912/1
2016-05-19 Dariusz MichalukRemove unnecessary test example. 74/70574/1
2016-05-19 Dariusz MichalukRemove TODOs that no longer apply. 53/70553/4
2016-05-19 Dariusz MichalukJoin ECDSA and ECDH key to EC type. 52/70552/5
2016-05-19 Dariusz MichalukRemove RC2 effective key bits param. 35/70535/2
2016-05-19 Krzysztof JackiewiczSimple API for signatures, verification & MACs 99/69999/8
2016-05-19 Krzysztof JackiewiczRemove CMAC from digest algorithms. 59/69459/9
2016-05-19 Krzysztof JackiewiczAdd separate API function stubs for HMAC/CMAC context... 47/69447/9
2016-05-19 Krzysztof JackiewiczHide debug function 21/69521/8
2016-05-19 Dariusz MichalukRemove CTR bits param. 08/69908/4
2016-05-19 Dariusz MichalukRemove OCB block cipher mode. 06/69906/4
2016-05-19 Dariusz MichalukAdd CFB1 and CFB8 chaining modes. 68/69468/6
2016-05-19 Dariusz MichalukUpdate AES description. 67/69467/6
2016-05-19 Dariusz MichalukRework symmetric encrypt/decrypt example. 84/68784/13
2016-05-18 Lukasz PawelczykAPI update: add YACA_ERROR_NONE enum value 09/70209/1
2016-05-18 Lukasz PawelczykAPI changes around key getters. 90/70190/2
2016-05-18 Lukasz Pawelczykyaca_key import/export API change - passwords 78/70178/2
2016-05-18 Dariusz MichalukFix API for yaca_get_iv_bits(). 39/70139/2
2016-05-18 Dariusz MichalukFIX: SIZE_MAX undeclared. 19/70119/1
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 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-16 Dariusz MichalukAdd support to RC2/RC4 encrypt/decrypt. Update document... 99/69099/6
2016-05-16 Dariusz Michaluk[FIX] ECB mode does not use an IV, so IV can be YACA_KE... 31/69031/5
2016-05-16 Dariusz MichalukAdd support to CAST5 encrypt/decrypt. Update documentation. 57/68957/7
2016-05-16 Dariusz MichalukAdd support to DES encrypt/decrypt. Update documentation. 82/68782/7
2016-05-16 Dariusz MichalukGenerate/import/export DES key. 81/68781/6
2016-05-16 Krzysztof JackiewiczAdd prefix to header guards to avoid conflicts. 89/69489/3
2016-05-16 Krzysztof JackiewiczRemove symbol names from @brief paragraph 77/69477/3
2016-05-13 Krzysztof JackiewiczPrevent use of uninitialized variable in examples 78/69478/1
2016-05-11 Lukasz PawelczykExample for X509 import 80/68780/4
2016-05-11 Lukasz PawelczykAdd support for importing public keys from X509 certificate 79/68779/4
2016-05-11 Lukasz PawelczykUse specific RSA/DSA export variants 61/68761/5
2016-05-11 Lukasz PawelczykDSA sign/verify example 60/68760/5
2016-05-11 Lukasz PawelczykDSA sign/verify support 59/68759/5
2016-05-11 Lukasz PawelczykAdd DSA to import/export example 58/68758/5
2016-05-11 Lukasz Pawelczykyaca_key_import()/yaca_key_export() for DSA 57/68757/5
2016-05-11 Lukasz Pawelczykyaca_key_gen() and yaca_key_extract_public() for DSA 56/68756/5
2016-05-11 Lukasz PawelczykAdd GNU global files to .gitignore 72/68572/6
2016-05-11 Lukasz PawelczykAdd missing example comments 61/68561/7
2016-05-11 Lukasz PawelczykRemoval of yaca_key_gen_pair() and its enum values 64/68464/16
2016-05-11 Lukasz PawelczykMake it possible to generate private keys with yaca_key... 63/68463/16
2016-05-11 Lukasz Pawelczykyaca_key_extract_public() public function 62/68462/16
2016-05-11 Lukasz PawelczykIncorporate sanity checks into key_get_* functions 72/69072/2
2016-05-11 Lukasz Pawelczykwrite_file()/read_file() functions added 78/68778/4
2016-05-06 Dariusz MichalukRemove YACA_ERROR_NOT_SUPPORTED 67/68567/2
2016-05-06 Krzysztof JackiewiczMake yaca GCC 5 compatibile 06/68506/2
2016-05-06 Lukasz Pawelczykkey_import/key_export example 10/68010/10
2016-05-06 Lukasz Pawelczykyaca_key_import() basic implementation (symmetrical... 09/68009/10
2016-05-06 Lukasz Pawelczykyaca_key_export() implementation for YACA_KEY_FORMAT_DE... 08/68008/9
2016-05-06 Lukasz PawelczykSome TODOs added for things noticed 07/68007/8
2016-05-06 Lukasz PawelczykSmall fixes in key.c
2016-05-06 Lukasz PawelczykAPI changes around key_import and key_export
2016-05-05 Dariusz MichalukAdd info about yaca tests. Remove unnecessary test... 12/68512/2
2016-05-04 Lukasz PawelczykRename key_fmt to key_file_fmt type and introduce a... 04/68004/4
2016-05-04 Lukasz PawelczykSwitch to smart-tabs in key.c and key.h 03/68003/2
2016-05-04 Dariusz MichalukReplace YACA_ERROR_OPENSSL_FAILURE with YACA_ERROR_INTERNAL 29/67829/3
2016-05-02 Dariusz MichalukCleanup API documentation. 23/67823/4
2016-04-26 Dariusz MichalukReview and simplify Seal/Open example. 73/66873/6
2016-04-26 Dariusz MichalukSeal/Open implementation. 72/66872/9
2016-04-26 Dariusz Michalukyaca_open_init() needs key length to generate EVP_CIPHER 71/66871/4
2016-04-26 Dariusz MichalukChange spaces to tab in CMakeLists 96/67096/2
2016-04-26 Krzysztof JackiewiczSet debug function in examples 54/66854/5
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-21 Dariusz MichalukBugfix: yaca_encrypt_final used in decryption 29/66829/1
2016-04-20 Lukasz PawelczykExamples reviewed and simplified after RSA/HMAC sign... 81/66181/5
2016-04-20 Lukasz PawelczykSign/verify initial implementation. Examples to follow. 44/65844/7
2016-04-20 Lukasz PawelczykSplit ECC key types into ECDSA and ECDH 38/66738/1
2016-04-20 Lukasz PawelczykAdd a line break before printing out formatted data... 80/66180/4
2016-04-20 Lukasz PawelczykAdd a TODO about get_output length signature. 64/66164/3
2016-04-19 Dariusz Michalukyaca_seal_init() needs key length to generate EVP_CIPHER 01/66401/2
2016-04-19 Dariusz MichalukSplit symmetric/asymmetric encryption 29/66329/3
2016-04-15 Lukasz PawelczykNullify destroyed pointer. 63/66163/1
next