]> www.wagner.pp.ru Git - openssl-gost/engine.git/blobdiff - gost_eng.c
tcl_tests: ca.try: Ignore openssl crl exit status for 'corrupted CRL' test
[openssl-gost/engine.git] / gost_eng.c
index f38a6fc5d7113f27ef5c352ef022924d8aea86e1..7ca5523721dc8e26121e00c1fdfbd9b4d2896f7f 100644 (file)
@@ -93,10 +93,12 @@ GOST_cipher *gost_cipher_array[] = {
     &grasshopper_ofb_cipher,
     &grasshopper_ctr_cipher,
     &magma_ecb_cipher,
+    &grasshopper_mgm_cipher,
     &magma_cbc_cipher,
     &magma_ctr_cipher,
     &magma_ctr_acpkm_cipher,
     &magma_ctr_acpkm_omac_cipher,
+    &magma_mgm_cipher,
     &grasshopper_ctr_acpkm_cipher,
     &grasshopper_ctr_acpkm_omac_cipher,
     &magma_kexp15_cipher,
@@ -329,6 +331,8 @@ static int gost_engine_destroy(ENGINE* e) {
  */
 
 static GOST_NID_JOB *missing_NIDs[] = {
+    &kuznyechik_mgm_NID,
+    &magma_mgm_NID,
 };
 
 static int create_NIDs() {