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
2024-03-02
Unhook and remove GOST and STREEBOG
Theo Buehler
2024-01-04
Replace .pkey_base_id with a .base_method pointer
Theo Buehler
2024-01-04
Split ameth arrays into individual methods
Theo Buehler
2023-12-28
Replace EVP_KEY_assign_GOST() calls with EVP_PKEY_set_type()
Theo Buehler
2023-12-28
Fix another EVP_PKEY_assign_GOST() call
Theo Buehler
2023-12-28
Clean up pkey_gost_mac_keygen()
Theo Buehler
2023-07-28
Stop including ecdsa.h and ecdh.h internally
Theo Buehler
2023-07-24
Fix two EC_POINT_is_on_curve() checks
Theo Buehler
2023-07-08
Hide symbols in gost.
Bob Beck
2023-07-05
Rename ecs_local.h into ecdsa_local.h
Theo Buehler
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
[next]