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
Age
Commit message (
Expand
)
Author
2016-10-19
unifdef OPENSSL_NO_CMS
Joel Sing
2016-09-04
Expand DECLARE_ASN1_.*FUNCTIONS macros.
Joel Sing
2015-09-10
Correct spelling of OPENSSL_cleanse.
Joel Sing
2015-07-24
Expand ASN.1 template macros - no change in generated assembly.
Joel Sing
2015-07-20
prefer string.h to strings.h ok guenther@ doug@
Brent Cook
2015-07-15
Fix possible 32 byte buffer overrun, found by coverity, CID 78869
Bob Beck
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
2015-02-10
Remove assert() or OPENSSL_assert() of pointers being non-NULL. The policy
Miod Vallat
2015-02-09
Expand the IMPLEMENT_ASN1_FUNCTIONS macro so that the code is visible and
Joel Sing
2014-12-07
Make GOST compile with a strict C compiler - in this case incrementing a
Joel Sing
2014-12-07
Correctly output the result in STREEBOG512_Final() when running on a big-endian
Miod Vallat
2014-11-18
Argh, another bug introduced in r1.3; Dmitry Eremin-Solenikov
Miod Vallat
2014-11-18
Return success in param_copy_gost01() if there is no private key to copy;
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