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
/
ecdsa
Age
Commit message (
Expand
)
Author
2023-04-13
Remove files that definitely contain no code anymore
Theo Buehler
2023-04-13
Fold ECDSA sign and verify mess into ecs_ossl.c
Theo Buehler
2023-03-30
i2d_ECDSA_SIG() may return a negative value in case of error. Handle
Alexander Bluhm
2023-03-27
Replace the remaining BN_copy() with bn_copy()
Theo Buehler
2023-03-27
Convert BN_copy() with explicit comparison against NULL to bn_copy()
Theo Buehler
2023-03-25
BN_free() is defined in <openssl/bn.h>
Theo Buehler
2023-03-07
Call BN_free() instead of BN_clear_free().
Joel Sing
2023-03-04
Enforce a lower bound of of EC group order so 80 bits for ECDSA
Theo Buehler
2023-03-04
Cap the number of iterations in ECDSA signing
Theo Buehler
2022-12-26
spelling fixes; from paul tagliamonte
Jason McIntyre
2022-11-26
Make header guards of internal headers consistent
Theo Buehler
2022-11-26
Make internal header file names consistent
Theo Buehler
2022-09-03
Stop using CBIGNUM_it internal to libcrypto.
Joel Sing
2022-08-31
Rework DSA_size() and ECDSA_size()
Theo Buehler
2022-07-12
Remove mkerr.pl remnants from LibreSSL
Klemens Nanni
2022-06-30
Replace obj_mac.h with object.h
Theo Buehler
2022-04-07
Avoid infinite loop for custom curves of order 1
Theo Buehler
2022-01-27
sort includes as usual
Theo Buehler
2022-01-27
Do not depend on engine.h pulling in err.h and evp.h
Theo Buehler
2022-01-20
Fix check for BN_mod_inverse_ct return value
Kinichiro Inoguchi
2022-01-14
Move ECDSA_SIG to ecs_locl.h
Theo Buehler
2022-01-14
Unifdef LIBRESSL_OPAQUE_* and LIBRESSL_NEXT_API
Theo Buehler
2022-01-05
Prepare to provide ECDSA_SIG_get0_{r,s}()
Theo Buehler
2021-12-04
Add #include "bn_lcl.h" to the files that will soon need it.
Theo Buehler
2021-04-20
Simplify code after adding EC_POINT_{s,g}et_affine_coordinates()
Theo Buehler
2021-04-20
Prepare to provide EC_POINT_{g,s}et_affine_coordinates
Theo Buehler
2019-06-04
Readability tweak in a comment.
Theo Buehler
2019-06-04
Remove the blinding later to avoid leaking information on the length
Theo Buehler
2019-01-19
Partial port of EC_KEY_METHOD from OpenSSL 1.1.
Theo Buehler
2019-01-19
Partial port of EC_KEY_METHOD from OpenSSL 1.1.
Theo Buehler
2019-01-19
Partial port of EC_KEY_METHOD from OpenSSL 1.1.
Theo Buehler
2018-07-10
Factor out a bit of ugly code that truncates the digest to the order_bits
Theo Buehler
2018-06-16
Tiny tweak to the blinding comment.
Theo Buehler
2018-06-15
Basic cleanup. Handle the possibly NULL ctx_in in ecdsa_sign_setup() with
Theo Buehler
2018-06-15
Clean up some whitespace and polish a few comments. Reduces noise in
Theo Buehler
2018-06-14
Use a blinding value when generating an ECDSA signature, in order to
Theo Buehler
2018-06-13
Avoid a timing side-channel leak when generating DSA and ECDSA signatures.
Joel Sing
2018-04-28
Fix a small timing side channel in ecdsa_sign_setup(). Up to whitespace
Theo Buehler
2018-04-14
make ENGINE_finish() succeed on NULL and simplify callers as in
Theo Buehler
2018-03-17
Provide ECDSA_SIG_{g,s}et0().
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-05
Avoid a side-channel cache-timing attack that can leak the ECDSA private
Joel Sing
2016-12-21
Explicitly export a list of symbols from libcrypto.
Joel Sing
2015-10-16
Remove pointless externs - the structs are declared in the same files a
Joel Sing
2015-10-16
Expand DECLARE_ASN1_ALLOC_FUNCTIONS and DECLARE_ASN1_FUNCTIONS_const
Joel Sing
2015-10-16
Remove pointless uses of DECLARE_ASN1_ENCODE_FUNCTIONS_const.
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
[next]