aboutsummaryrefslogtreecommitdiff
path: root/gost_md2012.c
AgeCommit message (Collapse)AuthorFilesLines
2020-05-13Remove unneeded declarations after registration reworkVitaly Chikunov1-20/+0
2020-05-13Update Copyright lines after registration reworkVitaly Chikunov1-0/+1
- Add year 2020 to old lines. - Some files did not have original Copyright line - added "Update at 2020" to show that I'm not original contributor. - Some files did not have License line - added reference to OpenSSL license.
2020-05-13gost_md: Rework alias support in digest registrationVitaly Chikunov1-0/+2
2020-05-13gost_md2012: Add registration using GostR3411_2012_{256,512}_digestVitaly Chikunov1-46/+29
2018-08-17Master is designed to be 1.1.1-compatible.Dmitry Belyavskiy1-7/+0
2018-07-25Move openssl-1.0.2 shim layer hereVitaly Chikunov1-0/+5
Previously, we had shim layer in our openssl branch Could be squashed with 01d26132d156ba9fff7a8142d5a6899d7b2e6286
2018-07-20Produce correct GOST signaturesVitaly Chikunov1-0/+2
Offset commit 7f572e958b13041056f377a62d3219633cfb1e8a Old openssl still needs EVP_MD_FLAG_PKEY_METHOD_SIGNATURE flag to be set.
2018-01-10Fix MSVS2017 build errors.Dmitry Ryazantsev1-2/+0
Also add missing getopt.h header for gostsum and gost12sum tools build in MSVS (borrowed from https://github.com/skandhurkat/Getopt-for-Visual-Studio).
2016-03-26Sources formattingDmitry Belyavskiy1-6/+12
2016-01-03openssl 1.1.0 compatibilityDmitry Belyavskiy1-43/+68
2016-01-02Formatting fixDmitry Belyavskiy1-28/+25
2015-09-06MICALG is a EVP_MD callbackDmitry Belyavskiy1-2/+47
2015-09-06Correct size of contextDmitry Belyavskiy1-1/+1
2015-08-15Merge branch 'no_gost94_sig' into gost12_algsDmitry Belyavskiy1-1/+1
Conflicts: Makefile e_gost_err.c e_gost_err.h gost2001.c gost94_keyx.c gost_ameth.c gost_asn1.c gost_eng.c gost_lcl.h gost_params.c gost_params.h gost_pmeth.c gost_sign.c
2015-08-14Initial commit providing GOST 2012 algorithms.Dmitry Belyavskiy1-0/+97