aboutsummaryrefslogtreecommitdiff
path: root/gost_eng.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-18Fix code formating.Nikolay Morozov1-8/+8
2020-05-13gost_eng: Simplify digest registrationVitaly Chikunov1-75/+24
2020-05-12gost_eng: Rework (simplify) cipher registrationVitaly Chikunov1-122/+34
2020-05-12gost_keyexpimp: Rework cipher registrationVitaly Chikunov1-2/+4
2020-05-12gost_grasshopper_cipher: Rework cipher registrationVitaly Chikunov1-8/+15
2020-05-12gost_crypt: Add magma_cbc_cipherVitaly Chikunov1-1/+2
2020-05-12gost_crypt: Add magma_ctr_acpkm_omac_cipherVitaly Chikunov1-1/+2
2020-05-12gost_crypt: Add magma_ctr_acpkm_cipherVitaly Chikunov1-1/+2
2020-05-12gost_crypt: Add magma_ctr_cipherVitaly Chikunov1-1/+2
2020-05-12gost_crypt: Add Gost28147_89_cnt_12_cipherVitaly Chikunov1-1/+2
2020-05-12gost_crypt: Add Gost28147_89_cnt_cipherVitaly Chikunov1-1/+2
2020-05-12gost_crypt: Add Gost28147_89_cbc_cipherVitaly Chikunov1-1/+2
2020-05-12gost_crypt: Rework cipher registration, add Gost28147_89_cipherVitaly Chikunov1-7/+26
2020-05-10Restore kuznyechik-mac testDmitry Belyavskiy1-1/+1
2020-05-09magma-ctr-acpkm + magma-ctr-acpkm-omacDmitry Belyavskiy1-0/+8
2020-05-04KUZNYECHIK-CTR_ACPKM-OMAC implementationDmitry Belyavskiy1-0/+4
2020-05-04GOST wrap ciphers registrationDmitry Belyavskiy1-0/+9
2020-05-03gost_eng: Make it use arrays instead of repeatable codeVitaly Chikunov1-300/+295
2020-02-17cppcheck: function defenition doen't match function declarationNikolay Morozov1-1/+1
2019-01-27test_params: Avoid calls to fill_GOST_EC_params and bind_gostVitaly Chikunov1-1/+1
2019-01-21Export bind_gost to allow local engine initVitaly Chikunov1-1/+1
2018-11-18GOST md aliasesDmitry Belyavskiy1-0/+7
2018-09-06Mkae kuznyechik recognizable by libsslDmitry Belyavskiy1-4/+41
2018-08-08Add grasshopper_omac_acpkm (OMAC-ACPKM)Vitaly Chikunov1-0/+3
2018-07-26Add kuznyechik_ctracpkmVitaly Chikunov1-0/+4
2018-07-20Merge branch 'magma_impl' into openssl_1_0_2_altVitaly Chikunov1-3/+55
2018-07-17Fix a mem leakMatt Caswell1-0/+1
2018-06-19Magma CTR (no meshing), compile-only version.Dmitry Belyavskiy1-0/+4
2018-06-15Missing digest registrationDmitry Belyavskiy1-0/+2
2018-06-15Corrected MAC nameDmitry Belyavskiy1-2/+2
2018-06-14OMACs implementation. Unfinished.Dmitry Belyavskiy1-29/+74
2018-06-08Start implementing MAGMA algorithmDmitry Belyavskiy1-0/+1
2016-11-19Merge remote-tracking branch 'origin/openssl_1_1_0'Dmitry Belyavskiy1-139/+180
2016-08-18Fix missing cleanup of GOST specific error messagesstevenlinsell1-0/+2
2016-04-28Grasshopper && CMakeMaxim Tishkov1-114/+131
2016-01-23GOST engine fixes to make it compiling with opaque EVP_CIPHER/EVP_CIPHER_CTX ...Dmitry Belyavskiy1-8/+11
2016-01-04TypoDmitry Belyavskiy1-1/+1
2016-01-03Missed digestsDmitry Belyavskiy1-0/+6
2016-01-03openssl 1.1.0 compatibilityDmitry Belyavskiy1-23/+38
2016-01-02Formatting fixDmitry Belyavskiy1-8/+8
2015-10-09Calculate number of digests/ciphers/etc provided by the engineDmitry Belyavskiy1-4/+4
2015-08-23Added CBC mode for gost and contril command to set size of MAC (from 1 to 8 b...Victor Wagner1-1/+5
2015-08-15Merge branch 'no_gost94_sig' into gost12_algsDmitry Belyavskiy1-24/+7
2015-08-14Initial commit providing GOST 2012 algorithms.Dmitry Belyavskiy1-15/+96
2015-08-14Commit from current openssl master. The Gost94 signature algorithm isDmitry Belyavskiy1-28/+13
2015-08-14Initial commitDmitry Belyavsky1-0/+281