aboutsummaryrefslogtreecommitdiff
path: root/src/tss2-esys
AgeCommit message (Expand)Author
2019-03-18deheader: remove double #include’d headersДилян Палаузов
2019-03-15ESYS: Fix response decryptionAndreas Fuchs
2019-03-12ESYS: Remove unnecessary code from Esys_EvictControl.Juergen Repp
2019-03-05esys: fix null ptr dereference in Esys_Load and Esys_loadExternalTadeusz Struk
2019-03-01esys: don't reference Tss2_Tcti_Device_Init when TCTI_DEVICE is disabledTadeusz Struk
2019-02-26ESYS: Fix missing update of meta data in Esys_NV_Extend.Juergen Repp
2019-02-25esys: updates to iesys_restore_session_flags logicTadeusz Struk
2019-02-25esys: move crypto backend logs into separate log moduleTadeusz Struk
2019-02-20esys: formating - replace tabs with spaces in iesys_check_response()Tadeusz Struk
2019-02-20esys: check the enc param flags before bailing outTadeusz Struk
2019-02-20esys: use GetEncryptParam funct to get the param to decryptTadeusz Struk
2019-02-20esys: force esys to use software version of RAND_bytesTadeusz Struk
2019-02-19ESYS: Fix openssl buildingAndreas Fuchs
2019-02-19esys: adjust session enc/dec attribs based on commandTadeusz Struk
2019-02-12esys: free local point variables and BN_ctxTadeusz Struk
2019-02-12esys: use gcrypt release functions to free gcrypt objectsTadeusz Struk
2019-02-11esys: dont orphan rsa->n in iesys_cryptossl_pk_encryptWilliam Roberts
2019-02-08esys: fix memory leaks in iesys_cryptossl_pk_encryptWilliam Roberts
2019-02-08esys: fix possible NULL big numberWilliam Roberts
2019-02-07build: remove fake config.hTadeusz Struk
2019-02-04build: enable ac config headers featureTadeusz Struk
2019-01-24ESYS: Fix leaking of sessionsJuergen Repp
2019-01-10esys_crypto_ossl.c: don't leak hkey on success in iesys_cryptossl_hmac_startJoshua Lock
2019-01-09ESYS: Fix passing of NULL pointers for auth values.Juergen Repp
2019-01-08esys: handle NULL sequenceHandleNodeTadeusz Struk
2019-01-08esys: Fix NULL ptr auth handling in Esys_TR_SetAuthTadeusz Struk
2019-01-08esys: Check for NULL auth in iesys_compute_session_valueTadeusz Struk
2018-12-21esys_crypto_ossl.c: load engine explicitlySafayet N Ahmed
2018-12-03ESYS: Fix call of Esys_TRSess_SetAttributesJuergen Repp
2018-12-03ESYS: Fix setting of the size of the hmac value of a session.Juergen Repp
2018-12-03ESYS: Remove unnecessary size check in StartAuthSessionJuergen Repp
2018-11-15appveyor: update to later version of toolsTadeusz Struk
2018-10-18util: Move several auxiliary macros from esys module to utilities.Juergen Repp
2018-09-27ESYS: Fix crypto_ossl return codeAndreas Fuchs
2018-09-14esys: Capitalize esys_free to Esys_FreeTadeusz Struk
2018-09-14ESYS: Fix default value for config string for loading libtss2-tcti-default.Juergen Repp
2018-09-12ESYS: Fix leak of dlopen handleAndreas Fuchs
2018-09-12ESYS: Fix coding styleJuergen Repp
2018-08-23ESAPI: Cleanup crypto backends.Juergen Repp
2018-08-23 ESAPI: Missing return value added in doxygen documentation for API functions.Juergen Repp
2018-08-23esapi: remove unused field from structWilliam Roberts
2018-08-13ESYS: Fix deadcode defect detected by coverity.Juergen Repp
2018-08-10esapi: change mpi2bin to staticTadeusz Struk
2018-08-10[RFC] ESYS: Add esys_free helper functionDavid J. Maria
2018-08-09tcti: Add Windows TBS TCTIDavid J. Maria
2018-08-03ESYS: Fix conversion of gcrypt mpi numbers to binary data.Juergen Repp
2018-07-23tcti: fix compilation with --disable-tcti-mssimTadeusz Struk
2018-07-23ESYS: Add initialization function for crypto backend.Juergen Repp
2018-07-23ESYS: Fix the bignum conversion in the OSSL backend.Juergen Repp
2018-07-16build: Use OpenSSL library for crypto backend to tss2-esys.Philip Tricca