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