From b6f7bf4cad2586847831c598836b3cfe86732e4d Mon Sep 17 00:00:00 2001 From: Simon Date: Wed, 23 Mar 2022 22:22:33 +0800 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f6ba3e40..713aaa6a 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,9 @@ GmSSL is an open source cryptographic toolkit that provide first level support of Chinese national cryptographic algorithms and protocols which are specified in the GM/T serial standards. As a branch of the OpenSSL project, GmSSL provides API level compatibility with OpenSSL and maintains all the functionalities. Existing projects such as Apache web server can be easily ported to GmSSL with minor modification and a simple rebuild. Since the first release in late 2014, GmSSL has been selected as one of the six recommended cryptographic projects by Open Source China and the winner of the 2015 Chinese Linux Software Award. -The new version of GmSSL (version 3.0) is under development in a different repo (https://github.com/guanzhi/gmssl-v3-dev), and will be merged into this one late this year. +## Recent + +- The development of the new version of GmSSL (version 3.0) has been completed and now released in the [develop](https://github.com/guanzhi/GmSSL/tree/develop) branch. It is expected to switch to the new version of GmSSL in April. ## Features