summaryrefslogtreecommitdiff
path: root/src/digest.c
AgeCommit message (Expand)AuthorFilesLines
2016-11-07Replace spaces with tabstizen_4.0.m2_releasetizen_4.0.m1_releasetizen_4.0.IoT.p2_releasetizen_4.0.IoT.p1_releasesubmit/tizen_unified/20170308.100409submit/tizen_5.0/20181101.000004submit/tizen_4.0/20170828.110004submit/tizen_4.0/20170828.100004submit/tizen_4.0/20170811.094300submit/tizen/20161107.233654accepted/tizen/wearable/20161108.001429accepted/tizen/unified/20170309.033544accepted/tizen/tv/20161108.001407accepted/tizen/mobile/20161108.001352accepted/tizen/ivi/20161108.001450accepted/tizen/common/20161108.131525accepted/tizen/5.0/unified/20181102.020909accepted/tizen/4.0/unified/20170829.020006accepted/tizen/4.0/unified/20170816.011448accepted/tizen_wearableaccepted/tizen_tvaccepted/tizen_mobileaccepted/tizen_iviaccepted/tizen_commonaccepted/tizen_5.0_unifiedaccepted/tizen_4.0_unifiedKrzysztof Jackiewicz1-2/+2
2016-09-29Don't check *digest_len in yaca_digest_finalize()Krzysztof Jackiewicz1-3/+0
2016-09-28Handle sign/digest API call orderDariusz Michaluk1-0/+26
2016-08-29Unify argument naming and descriptionKrzysztof Jackiewicz1-3/+3
2016-08-11Static encrypt/digest algo listacr2Lukasz Pawelczyk1-27/+25
2016-07-08Adjust naming convention to API.Krzysztof Jackiewicz1-21/+21
2016-06-28Drop reusability of digest contextLukasz Pawelczyk1-8/+0
2016-06-17Make digest context reusable after finishKrzysztof Jackiewicz1-0/+8
2016-06-16For get_output_length in digest and sign require input_len == 0Lukasz Pawelczyk1-2/+2
2016-06-15Make sure output length argument is not NULLKrzysztof Jackiewicz1-0/+2
2016-06-08Remove no-unused-parameter compilation flag. Fix some errors.Dariusz Michaluk1-1/+3
2016-06-08Use C89 style for comments.Dariusz Michaluk1-1/+1
2016-06-07ACR: fixes for function and enumeration names/valuesLukasz Pawelczyk1-18/+18
2016-06-06Make sure yaca_*alloc() is not called with 0 sizeKrzysztof Jackiewicz1-1/+6
2016-06-06ACR: Return error codes from all API functionsKrzysztof Jackiewicz1-3/+3
2016-06-06Error handling refactoring.Dariusz Michaluk1-8/+7
2016-05-31ACR: Fix code formatting.Dariusz Michaluk1-6/+3
2016-05-27Introduce YACA_ERROR_NONE according to ACR.Dariusz Michaluk1-7/+7
2016-05-27Modify header names according to ACRKrzysztof Jackiewicz1-3/+3
2016-05-27Cleanup #include statements.Dariusz Michaluk1-3/+1
2016-05-27Cleanup boilerplate notices.Dariusz Michaluk1-0/+5
2016-05-25Use "!= 0" instead of "< 0" when handling yaca errorsKrzysztof Jackiewicz1-1/+1
2016-05-19Remove CMAC from digest algorithms.Krzysztof Jackiewicz1-3/+0
2016-05-18Fix API for get_output_length()Lukasz Pawelczyk1-2/+3
2016-05-04Replace YACA_ERROR_OPENSSL_FAILURE with YACA_ERROR_INTERNALDariusz Michaluk1-5/+5
2016-04-26Dump openssl errors after each failureKrzysztof Jackiewicz1-5/+15
2016-04-15Nullify destroyed pointer.Lukasz Pawelczyk1-0/+1
2016-04-15Use crypto_zalloc for internal structure allocations.Mateusz Kulikowski1-1/+1
2016-04-12Small cosmetic change in digest.c to line it up with the style of the rest of...Lukasz Pawelczyk1-6/+3
2016-04-12Get rid of EVP_MD from digest struct, it's redudant.Lukasz Pawelczyk1-4/+4
2016-04-08Rename get_digest_algorithm -> digest_get_algorithmMateusz Kulikowski1-2/+2
2016-04-08digest: Add get_digest_algorithmMateusz Kulikowski1-20/+37
2016-04-08Remove private headers (*_p.h)Mateusz Kulikowski1-3/+1
2016-04-07Some minor digest changes.Lukasz Pawelczyk1-24/+47
2016-04-07Rename owl -> yacaMateusz Kulikowski1-38/+38
2016-04-07Fix digest ctx initalizationKrzysztof Jackiewicz1-1/+1
2016-04-07Rename 'crypto' to 'owl' in include directivesKrzysztof Jackiewicz1-3/+3
2016-04-07CleanupsLukasz Pawelczyk1-37/+42
2016-04-07Renamed the API from crypto_ to owl_. Filenames not changed for now.Lukasz Pawelczyk1-39/+38
2016-04-07Library code stubMateusz Kulikowski1-0/+154