Age | Commit message (Expand) | Author |
2023-03-07 | Call BN_free() instead of BN_clear_free(). | Joel Sing |
2023-01-15 | gost: add missing BN_CTX_{start,end}() pair | Theo Buehler |
2022-12-01 | BN_one() can fail, check its return value. | Joel Sing |
2022-11-26 | Make header guards of internal headers consistent | Theo Buehler |
2022-11-26 | Make internal header file names consistent | Theo Buehler |
2022-07-12 | Remove mkerr.pl remnants from LibreSSL | Klemens Nanni |
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 |
2021-12-26 | Check BIO_indent() return like all the others in this file. | Theo Buehler |
2021-12-12 | Include evp_locl.h where it will be needed once most structs from | Theo Buehler |
2021-11-09 | Switch to <endian.h> from <machine/endian.h> for better portability. | Brent Cook |
2021-04-20 | Prepare to provide EC_POINT_{g,s}et_affine_coordinates | Theo Buehler |
2020-09-12 | Include machine/endian.h in gost2814789.c | Kinichiro Inoguchi |
2020-06-05 | Add a few more errors to help debugging. | Joel Sing |
2020-06-05 | Add support for additional GOST curves. | Joel Sing |
2020-06-05 | Apply some style(9). | Joel Sing |
2019-05-09 | Fix incorrect carry operation in 512 bit addition: in the case | Theo Buehler |
2018-08-24 | Add consts to EVP_PKEY_asn1_set_private() | Theo Buehler |
2018-08-24 | After removing support for broken PKCS#8 formats (it was high time), | Theo Buehler |
2018-06-10 | Remove a handrolled GOST_le2bn(). | Joel Sing |
2018-05-01 | Convert a handful of X509_*() functions to take const as in OpenSSL. | Theo Buehler |
2017-05-02 | use freezero() instead of memset/explicit_bzero + free. Substantially | Theo de Raadt |
2017-01-29 | Send the function codes from the error functions to the bit bucket, | Bob Beck |
2017-01-21 | Add ct and nonct versions of BN_mod_inverse for internal use | Bob Beck |
2017-01-21 | Split out BN_div and BN_mod into ct and nonct versions for Internal use. | Bob Beck |
2016-12-21 | Explicitly export a list of symbols from libcrypto. | Joel Sing |
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 |