The branch OpenSSL_1_0_2-stable has been updated
       via  7ed680c21957aab5a9c3634b250dec646dc20ffe (commit)
      from  2821412ac5eca878ec1a89d7a189f51ee5fac095 (commit)


- Log -----------------------------------------------------------------
commit 7ed680c21957aab5a9c3634b250dec646dc20ffe
Author: MerQGh <[email protected]>
Date:   Mon Dec 4 09:20:51 2017 +0300

    Update eng_fat.c
    
    This line will allow use private keys, which created by Crypto Pro, to
    sign with OpenSSL.
    
    CLA: trivial
    
    Reviewed-by: Rich Salz <[email protected]>
    Reviewed-by: Tim Hudson <[email protected]>
    Reviewed-by: Richard Levitte <[email protected]>
    (Merged from https://github.com/openssl/openssl/pull/4836)
    
    (cherry picked from commit b35bb37a3d6ecf11b43ef8717600ab61718c3cc2)

-----------------------------------------------------------------------

Summary of changes:
 crypto/engine/eng_fat.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/crypto/engine/eng_fat.c b/crypto/engine/eng_fat.c
index 4279dd9..55d3858 100644
--- a/crypto/engine/eng_fat.c
+++ b/crypto/engine/eng_fat.c
@@ -167,6 +167,7 @@ int ENGINE_register_complete(ENGINE *e)
 #endif
     ENGINE_register_RAND(e);
     ENGINE_register_pkey_meths(e);
+    ENGINE_register_pkey_asn1_meths(e);
     return 1;
 }
 
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits

Reply via email to