Skip to content

A reference implementation of the Russian GOST crypto algorithms for OpenSSL

License

Notifications You must be signed in to change notification settings

gost-engine/engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

521f6db · Apr 20, 2025
Apr 20, 2025
Aug 22, 2020
Jun 15, 2018
Apr 1, 2025
Mar 28, 2025
Dec 2, 2022
Nov 2, 2022
Dec 11, 2021
Oct 30, 2018
Oct 11, 2021
Jan 5, 2023
Jul 22, 2022
Oct 27, 2019
May 10, 2020
Oct 11, 2021
Oct 11, 2021
Dec 2, 2022
Dec 2, 2022
Aug 14, 2015
Aug 21, 2020
Aug 21, 2020
Aug 21, 2020
Aug 21, 2020
Aug 11, 2021
Aug 21, 2020
Aug 21, 2020
Aug 11, 2021
Feb 8, 2022
Feb 26, 2020
Feb 22, 2021
Jun 14, 2018
Dec 2, 2022
May 10, 2020
Aug 20, 2017
Dec 11, 2021
Jul 11, 2022
Jul 2, 2022
Sep 19, 2021
May 4, 2020
Dec 2, 2022
Feb 15, 2021
Dec 2, 2022
May 24, 2022
Dec 2, 2022
Nov 17, 2023
Dec 2, 2022
Apr 28, 2016
Dec 2, 2022
Dec 2, 2022
May 18, 2020
Sep 11, 2018
Apr 28, 2016
Jan 10, 2018
Apr 28, 2016
Sep 21, 2020
Nov 19, 2016
Nov 19, 2016
Dec 11, 2021
Feb 26, 2020
Aug 14, 2015
Dec 2, 2022
Dec 11, 2021
May 13, 2020
Dec 11, 2021
Jun 15, 2023
Sep 28, 2021
Dec 11, 2021
Jan 10, 2022
Oct 11, 2021
Dec 2, 2022
Dec 11, 2021
Oct 11, 2021
Feb 26, 2020
Aug 14, 2015
Dec 1, 2021
Feb 10, 2020
Feb 6, 2020
Aug 14, 2015
Dec 11, 2021
Dec 11, 2021
Aug 14, 2017
Sep 21, 2019
May 9, 2020
Dec 11, 2021
Dec 11, 2021
Dec 11, 2021
Dec 11, 2021
Dec 11, 2021
Dec 11, 2021
Dec 11, 2021
Dec 11, 2021
Dec 2, 2022
Dec 11, 2021
Feb 8, 2022
Dec 21, 2021
Dec 11, 2021

Repository files navigation

engine

A reference implementation of the Russian GOST crypto algorithms for OpenSSL

Compatibility: OpenSSL 3.0

License: same as the corresponding version of OpenSSL.

Mailing list: http://www.wagner.pp.ru/list-archives/openssl-gost/

Some useful links: https://www.altlinux.org/OSS-GOST-Crypto

DO NOT TRY BUILDING MASTER BRANCH AGAINST openssl 1.1.1! Use 1_1_1 branch instead!

provider

A reference implementation in the same spirit as the engine, specified above.

This is currently work in progress, with only a subset of all intended functionality implemented: symmetric ciphers, hashes and MACs.

For more information, see README.prov.md