Rework key derivation example
[platform/core/security/yaca.git] / examples /
2016-08-04 Dariusz MichalukRework key derivation example 13/80813/7
2016-08-04 Dariusz MichalukChange yaca_key_derive_dh() API 91/81791/7
2016-08-04 Dariusz MichalukKey wrapping implementation/example 58/81658/6
2016-07-27 Dariusz MichalukFix and simplify output parameter usage. 57/81657/1
2016-07-27 Lukasz PawelczykMerge branch 'tizen' into acr2 54/81654/1
2016-07-21 Lukasz PawelczykExample for key generate 88/80888/3
2016-07-14 Dariusz MichalukAdd yaca_key_derive_dh(), define proper key types and... 12/80112/1
2016-07-08 Krzysztof JackiewiczUpdate GCM/CCM examples 25/77925/12
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-05 Lukasz PawelczykReworked password handling for import/export 48/77948/6
2016-07-01 Lukasz PawelczykMissing const in write_file() 49/77949/1
2016-06-14 Dariusz MichalukAdd more usage examples of seal/open. 35/73835/4
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-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 Lukasz PawelczykSmart tabs and comments consistency 16/73116/1
2016-06-06 Krzysztof JackiewiczSimplify memory allocation in read_file 91/72991/2
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-06-01 Krzysztof JackiewiczACR: Remove unimplemented features 65/72565/1
2016-06-01 Lukasz PawelczykPassword example extended to include PKCS8 58/72358/2
2016-05-31 Dariusz MichalukACR: Fix code formatting. 94/72294/3
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-30 Lukasz PawelczykACR: remove key derive dh/kea 30/71930/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 Lukasz Pawelczykkey import/export password handling example 04/70804/5
2016-05-27 Lukasz Pawelczykread_stdin_line() - misc function in examples 01/70801/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 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 Dariusz MichalukRemove unnecessary test example. 74/70574/1
2016-05-19 Dariusz MichalukJoin ECDSA and ECDH key to EC type. 52/70552/5
2016-05-19 Krzysztof JackiewiczRemove CMAC from digest algorithms. 59/69459/9
2016-05-19 Krzysztof JackiewiczHide debug function 21/69521/8
2016-05-19 Dariusz MichalukRework symmetric encrypt/decrypt example. 84/68784/13
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 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 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-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 PawelczykDSA sign/verify example 60/68760/5
2016-05-11 Lukasz PawelczykAdd DSA to import/export example 58/68758/5
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 Pawelczykwrite_file()/read_file() functions added 78/68778/4
2016-05-06 Lukasz Pawelczykkey_import/key_export example 10/68010/10
2016-05-06 Lukasz PawelczykAPI changes around key_import and key_export
2016-05-04 Lukasz PawelczykRename key_fmt to key_file_fmt type and introduce a... 04/68004/4
2016-04-26 Dariusz MichalukReview and simplify Seal/Open example. 73/66873/6
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-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 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-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-14 Dariusz MichalukAdd package with examples. 92/65592/8
2016-04-14 Mateusz KulikowskiEncrypt example update 94/65594/7
2016-04-13 Mateusz Kulikowskiexamples: Add LOREM*_SIZE 65/65865/1
2016-04-12 Lukasz PawelczykFix compilation with Clang. 56/65356/2
2016-04-07 Lukasz PawelczykFix a SIGSEGV in key-exchange example. It's still not...
2016-04-07 Mateusz KulikowskiRename owl -> yaca
2016-04-07 Krzysztof JackiewiczMake binary install dir configurable
2016-04-07 Krzysztof JackiewiczAdd cmake scripts for example compilation
2016-04-07 Krzysztof JackiewiczRename 'crypto' to 'owl' in include directives
2016-04-07 Mateusz KulikowskiMore cleanups:
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
2016-04-07 Mateusz KulikowskiAdd Makefile for examples
2016-04-07 Dariusz MichalukAdd DH and ECDH key derivation example
2016-04-07 Krzysztof JackiewiczSignatures example
2016-04-07 Dariusz MichalukAdd AES-GCM encryption example
2016-04-07 Mateusz KulikowskiEncryption example
2016-04-07 Mateusz KulikowskiDigest example added.
2016-04-07 Mateusz KulikowskiSynergic API