summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-10-05Migrate to openssl3tizen_8.0_m2_releaseaccepted/tizen/unified/20231016.042326accepted/tizen/unified/20231013.095107accepted/tizen/8.0/unified/20231014.183159tizen_8.0accepted/tizen_8.0_unifiedDariusz Michaluk24-241/+199
2022-01-17Fix build break with -Wshadow compiler flagtizen_7.0_m2_releasesubmit/tizen/20220117.233650accepted/tizen/unified/20220118.123209accepted/tizen/8.0/unified/20231005.093716accepted/tizen/7.0/unified/hotfix/20221116.105643accepted/tizen/7.0/unified/20221110.063345tizen_7.0_hotfixtizen_7.0accepted/tizen_7.0_unified_hotfixaccepted/tizen_7.0_unifiedTomasz Swierczek1-9/+9
2021-08-30Unify checking for ctx and ctx->cipher_ctx (assertions) in encryptLukasz Pawelczyk1-5/+9
2021-03-25Fix accidentally valid padding issue v2Krzysztof Jackiewicz2-6/+6
2021-03-12Fix segfault found by fuzzer.tizen_6.5.m2_releasesubmit/tizen_6.5/20211028.162401submit/tizen/20210317.121852accepted/tizen/unified/20210318.055920accepted/tizen/6.5/unified/20211028.114551tizen_6.5accepted/tizen_6.5_unifiedDariusz Michaluk2-2/+16
2021-03-03Fix coverage generation in rpm 4.14.1Tomasz Swierczek1-1/+1
2021-01-15Additional OpenSSL error codes that should be handled gracefullyLukasz Pawelczyk1-1/+5
2021-01-12Fix build with updated RPM toolsubmit/tizen/20210113.004724submit/tizen/20210112.121630accepted/tizen/unified/20210113.121022Tomasz Swierczek1-3/+3
2021-01-12Fix spec file for python 3.9.1 upgradesubmit/tizen/20210112.020339accepted/tizen/unified/20210112.031145Dongsun Lee1-2/+2
2021-01-04Fix all accidentally valid padding cases in testssubmit/tizen/20210108.104941accepted/tizen/unified/20210111.024859Krzysztof Jackiewicz4-18/+23
2020-12-02Fix wrong key decryption testKrzysztof Jackiewicz1-4/+10
2020-12-01Fix style, coding rules and overall esthetics of log formatter codeLukasz Pawelczyk2-132/+84
2020-12-01Fix colour log formatter compatibility with boost 1.65Dariusz Michaluk2-6/+13
2020-11-30Categorize neutral tests as positiveDariusz Michaluk1-4/+4
2020-11-26Add colour log formatterDariusz Michaluk4-0/+436
2020-11-13Add a static libraryLukasz Pawelczyk1-0/+6
2020-11-13Add a cmake option to not build testsLukasz Pawelczyk1-1/+3
2020-11-10Fix typo in pythonLukasz Pawelczyk1-2/+2
2020-10-29Automate code coverage measurementDariusz Michaluk4-24/+90
2020-09-03Fix errors in public api headerssubmit/tizen/20200903.050120Dongsun Lee2-1/+3
2020-09-02Test for empty plain and cipher texts in simple APILukasz Pawelczyk1-9/+36
2020-09-01Reindent recently added files and fix file modesLukasz Pawelczyk4-24/+24
2020-07-17Release 0.0.6tizen_6.0.m2_releasesubmit/tizen_6.0_hotfix/20201103.114804submit/tizen_6.0_hotfix/20201102.192504submit/tizen_6.0/20201029.205104submit/tizen/20200717.105954accepted/tizen/unified/20200720.125609accepted/tizen/6.0/unified/hotfix/20201103.003114accepted/tizen/6.0/unified/20201030.115321tizen_6.0_hotfixaccepted/tizen_6.0_unified_hotfixTomasz Swierczek2-2/+2
2020-07-17Fix static analysis issueTomasz Swierczek1-1/+2
2020-07-08Unit and system tests for YACA using OpenSSL mockupLukasz Pawelczyk10-0/+2693
2020-07-08OpenSSL and libc mockup infrastructure implementationLukasz Pawelczyk12-1/+1880
2020-06-26Unit and system tests for YACALukasz Pawelczyk14-0/+8949
2020-06-26Assert prime_len instead of error checkLukasz Pawelczyk1-4/+3
2020-06-26Assert instead of error check EVP_CIPHER_CTX_cipher()Lukasz Pawelczyk1-5/+1
2020-06-26Clarify bit_length for yaca_key_generateLukasz Pawelczyk1-1/+3
2020-06-26Clarify calling update only once with CCMLukasz Pawelczyk1-8/+10
2020-06-26Clarify possible AAD lengthLukasz Pawelczyk1-0/+2
2020-06-26Distinguish different cases with the same OpenSSL error codeLukasz Pawelczyk1-7/+16
2020-06-26Padding has to be set before update in case of decryptionLukasz Pawelczyk2-3/+8
2020-06-26Handle errors from EVP_PKEY_CTX_set_*Lukasz Pawelczyk1-2/+1
2020-06-26Remove unused OpenSSL RAND methodsLukasz Pawelczyk1-23/+4
2020-06-26Remove support for OpenSSL 1.0.x, it's EOLLukasz Pawelczyk4-155/+2
2020-06-26Better error handling in encrypt_ctx_init() and encrypt_ctx_setup_iv()Lukasz Pawelczyk2-8/+17
2020-06-26Add yaca's include deps to examplesLukasz Pawelczyk1-1/+2
2020-06-26Change key_copy API, it's only used in one placeLukasz Pawelczyk3-51/+36
2020-06-26Handle errors properly in various key.c functionsLukasz Pawelczyk1-17/+97
2020-06-26Clarify the code that caused many sleepless engineersLukasz Pawelczyk1-1/+4
2020-06-26Add all debug functions to debug.hLukasz Pawelczyk3-20/+34
2020-06-26Unify errors treating from OpenSSL functions.Lukasz Pawelczyk5-53/+83
2020-06-26Treat OPEN same way as DECRYPT in case of a CipherUpdate/Final errorLukasz Pawelczyk1-2/+2
2020-06-26Handle keys in seal a little bit betterLukasz Pawelczyk1-10/+10
2020-06-26Handle unreachable code in different waysLukasz Pawelczyk7-84/+50
2020-06-26If data_len is strange here it's OpenSSL's fault, not inputsLukasz Pawelczyk1-1/+1
2020-06-26Add clarification comment for key_importLukasz Pawelczyk1-0/+1
2020-06-26Remove unreachable functionLukasz Pawelczyk1-8/+5