]> www.wagner.pp.ru Git - openssl-gost/engine.git/history - gost_omac.c
tcl_tests: ca.try: Ignore openssl crl exit status for 'corrupted CRL' test
[openssl-gost/engine.git] / gost_omac.c
2021-12-11 Vitaly ChikunovMSVC: Fix unreachable code warning
2021-10-11 Richard LevitteMaking a gost provider - Adapt the grasshopper OMACs...
2020-05-19 Dmitry BelyavskiyMerge branch 'master' of https://github.com/gost-engine...
2020-05-13 Vitaly ChikunovAdd static to functions that not need to be exported
2020-05-13 Vitaly ChikunovRemove unneeded declarations after registration rework
2020-05-13 Vitaly ChikunovUpdate Copyright lines after registration rework
2020-05-13 Vitaly Chikunovgost_omac: Rework registration of magma/kuznyechik...
2019-09-04 Dmitry BelyavskiyGet rid of EVP_MD_CTRL_MAC_LEN
2019-09-04 Dmitry BelyavskiyMerge pull request #169 from levitte/omac-ctx-size
2019-09-04 Richard LevitteFor Grasshopper OMAC_ACPKM, OMAC and MAGMA, support XOF 169/head
2018-12-27 Dmitry BelyavskiyMerge pull request #101 from vt-alt/master
2018-12-25 Dmitry BelyavskiyTypo
2018-12-25 Dmitry BelyavskiyAvoid memory leak
2018-09-20 Dmitry BelyavskiyMerge pull request #86 from vt-alt/curves
2018-09-19 Dmitry BelyavskiyUpdated MAC size
2018-09-19 Dmitry BelyavskiyTODO
2018-09-18 Dmitry BelyavskiyTLSTREE - OMAC processing, not tested.
2018-08-31 Dmitry BelyavskiySome fixes of OMAC processing
2018-08-30 Dmitry BelyavskiyIndentation
2018-08-08 Vitaly ChikunovAllow EVP_MD_CTX_copy_ex OMAC before key is set
2018-08-08 Vitaly ChikunovFix possible overflow of digest result writing
2018-08-01 Vitaly ChikunovFix EVP_MD_CTX_copy_ex for OMAC
2018-07-25 Vitaly ChikunovMake grasshopper OMAC result size 8 instead of 4
2018-07-20 Vitaly ChikunovMerge branch 'magma_impl' into openssl_1_0_2_alt
2018-06-15 Dmitry BelyavskiyBugfix - copy dgst context
2018-06-15 Dmitry BelyavskiyMissing initialization
2018-06-14 Dmitry BelyavskiyOMACs implementation. Unfinished.