summaryrefslogtreecommitdiff
path: root/lib/libcrypto/gost/gostr341001_pmeth.c
AgeCommit message (Expand)Author
2024-03-02Unhook and remove GOST and STREEBOGTheo Buehler
2023-07-28Stop including ecdsa.h and ecdh.h internallyTheo Buehler
2023-07-05Rename ecs_local.h into ecdsa_local.hTheo Buehler
2022-11-26Make internal header file names consistentTheo Buehler
2022-03-30Avoid segfaults in EVP_PKEY_CTX_free()Theo Buehler
2022-01-07gost needs to look into ecs_locl.hTheo Buehler
2017-01-29Send the function codes from the error functions to the bit bucket,Bob Beck
2016-10-19unifdef OPENSSL_NO_CMSJoel Sing
2015-02-14Memory leaks upon error. Coverity CID 78874.Miod Vallat
2015-02-14Consistently check the return value from BN_CTX_get() on assignment.Joel Sing
2015-02-11Guenther has plans for OPENSSL_NO_CMS, so revert this for the moment.Bob Beck
2015-02-11get rid of OPENSSL_NO_CMS code we do not use.Bob Beck
2015-02-11Enable building with -DOPENSSL_NO_DEPRECATED.Doug Hogan
2015-02-10Replace assert() and OPENSSL_assert() calls with proper error return paths.Miod Vallat
2014-11-13Add many missing error checks (probably not exhaustive, but a good start):Miod Vallat
2014-11-09KNF (when not conflicting with other cleanup changes in progress)Miod Vallat
2014-11-09Remove DEBUG_SIGN code. Make sure gost_key_unwrap_crypto_pro() returns failureMiod Vallat
2014-11-09Rename internal yet public key_{un,}wrap_crypto_pro symbols by prepending aMiod Vallat
2014-11-09Replace RAND_bytes() usage with arc4random_buf().Miod Vallat
2014-11-09GOST crypto algorithms (well, most of them), ported from the removed GOSTMiod Vallat