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
Age
Commit message (
Expand
)
Author
2023-07-05
Drop useless ossl_ prefixes
Theo Buehler
2023-07-04
Avoid outputting invalid signatures
Theo Buehler
2023-07-04
Clean up ECDSA verification
Theo Buehler
2023-07-04
ECDSA signing: annotate code with steps corresponding to FIPS 185-6.
Theo Buehler
2023-07-04
Extract private key and group order in s computation
Theo Buehler
2023-07-04
Use key for the EC_KEY everywhere
Theo Buehler
2023-07-04
Some more consistency in variable names
Theo Buehler
2023-07-04
Normalize ECDSA_SIG to be sig everywhere
Theo Buehler
2023-07-04
Normalize on digest and digest_len rather than dgst dlen dgstlen, etc.
Theo Buehler
2023-07-04
Rework ecdsa_prepare_digest()
Theo Buehler
2023-07-04
Factor the computation of ECDSA s into a function
Theo Buehler
2023-07-03
sign_sig: drop ckinv
Theo Buehler
2023-07-03
Rework the logic in ECDSA sign_sig()
Theo Buehler
2023-07-03
Delete some more references to dead policy code.
Tobias Heider
2023-07-03
sign_sig: test on assignment
Theo Buehler
2023-07-03
sign_setup: split another check into two
Theo Buehler
2023-07-03
typo
Tobias Heider
2023-07-03
Split range checks for ECDSA r and ECDSA s
Theo Buehler
2023-07-03
Switch a couple of test from ucmp to cmp
Theo Buehler
2023-07-03
ossl_ecdsa_verify_sig(): simplify range checks
Theo Buehler
2023-07-03
List variables in a somewhat more sensible order
Theo Buehler
2023-07-03
In ossl_ecdsa_verify_sig() use BN_CTX more idiomatically
Theo Buehler
2023-07-03
Split a bunch of unrelated checks
Theo Buehler
2023-07-03
Make ossl_ecdsa_verify_sig() single exit
Theo Buehler
2023-07-03
Switch ossl_ecdsa_verify() to timingsafe_memcmp()
Theo Buehler
2023-07-03
Streamline ossl_ecdsa_verify()
Theo Buehler
2023-07-03
Explicit parameter printing can also use get0_order()
Theo Buehler
2023-07-03
Convert ossl_ec_key_gen() and EC_KEY_check_key()
Theo Buehler
2023-07-03
Convert EC_GROUP_check() to EC_GROUP_get0_order()
Theo Buehler
2023-07-03
Inline two copies of EC_GROUP_order_bits()
Theo Buehler
2023-07-03
fix uuid_dec_{b,l}e prototypes
Jasper Lievisse Adriaanse
2023-07-03
Switch ECDSA code to using EC_GROUP_get0_order()
Theo Buehler
2023-07-03
Provide internal-only EC_GROUP_get0_order()
Theo Buehler
2023-07-03
Another empty line did not want to go in
Theo Buehler
2023-07-03
Trade a pair of extra braces for a missing empty line
Theo Buehler
2023-07-02
Simplify allocation checks
Theo Buehler
2023-07-02
Clean up dynamic tables in OPENSSL_cleanup()
Theo Buehler
2023-07-02
Disable TLS 1.0 and TLS 1.1 in libssl
Bob Beck
2023-07-02
Convert some tables to C99 initializers
Theo Buehler
2023-07-02
Fix return values of ecx methods
Theo Buehler
2023-07-02
Demacro SHA-512.
Joel Sing
2023-07-02
Fix typo in previous
Theo Buehler
2023-07-02
Use asprintf() to avoid repetition in string constants
Theo Buehler
2023-07-02
Split ECPKParameters_print()
Theo Buehler
2023-07-02
Switch sign_sig() and sign_setup() to using BN_CTX
Theo Buehler
2023-07-02
Revert hunk accidentally committed in r1.39
Theo Buehler
2023-07-02
Rework handling of the out_kinv and out_r pointers
Theo Buehler
2023-07-02
Replace bn_sqr_words() with bn_sqr_add_words().
Joel Sing
2023-07-02
Rename ctx_in into in_ctx, kinvp into out_kinv and rp into out_r
Theo Buehler
2023-07-02
Rename a few variables from X to x
Theo Buehler
[next]