- Jun 26, 2017
-
-
Richard Levitte authored
The GOST engine file was "libgost_engine.so". Unfortunately, this will fail to load with any OpenSSL version, as the derived engine ID will be "gost_engine" (OpenSSL <1.1.0) or "libgost_engine" (OpenSSL >=1.1.0), since the engine checks the ID internally against "gost". To make the IDs compatible, make sure the file name will be "gost.so"
-
Richard Levitte authored
The GOST engine is a dynamically loadable module rather than a shared library, so make that explicit. However, the programs gost12sum, gostsum and gostsum12 need to link against the algorithms implemented as part of the engine, so separate those out into a static library that both programs and engine link with.
-
- Dec 15, 2016
-
-
Dmitry Belyavskiy authored
-
Dmitry Belyavskiy authored
-
Dmitry Belyavskiy authored
-
- Dec 14, 2016
-
-
Dmitry Belyavskiy authored
-
- Dec 12, 2016
-
-
Dmitry Belyavskiy authored
-
Dmitry Belyavskiy authored
-
Dmitry Belyavskiy authored
-
Dmitry Belyavskiy authored
-
Dmitry Belyavskiy authored
-
- Nov 20, 2016
-
-
Dmitry Belyavskiy authored
-
Dmitry Belyavskiy authored
Conflicts: gost_asn1.c gost_crypt.c
-
Dmitry Belyavskiy authored
-
Dmitry Belyavskiy authored
-
- Sep 10, 2016
-
-
Dmitry Belyavskiy authored
Fix grasshopper-ctr memory corruption
-
- Sep 08, 2016
- Aug 19, 2016
-
-
Dmitry Belyavskiy authored
Fix missing cleanup of GOST specific error messages
-
- Aug 18, 2016
-
-
stevenlinsell authored
-
- Apr 28, 2016
-
-
Dmitry Belyavskiy authored
-
Dmitry Belyavskiy authored
-
Dmitry Belyavskiy authored
-
Maxim Tishkov authored
-
- Apr 19, 2016
-
-
Dmitry Belyavskiy authored
-
- Mar 31, 2016
-
-
Dmitry Belyavskiy authored
-
- Mar 30, 2016
-
-
Dmitry Belyavskiy authored
-
- Mar 26, 2016
-
-
Dmitry Belyavskiy authored
-
Dmitry Belyavskiy authored
-
- Mar 11, 2016
-
-
Dmitry Belyavskiy authored
-
Dmitry Belyavskiy authored
-
- Mar 03, 2016
-
-
Dmitry Belyavskiy authored
Fix getting asn1 params
-
- Feb 24, 2016
-
-
Max authored
-
- Feb 17, 2016
-
-
Richard Levitte authored
-
Richard Levitte authored
The function EVP_CIPHER_get_asn1_iv(), which is the default get_asn1_params implementation, can be used to set the "original IV". No need to reach into the inside of EVP_CIPHER_CTX, which makes it much more future proof.
-
- Feb 16, 2016
-
-
Dmitry Belyavskiy authored
-