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
/
dsa
Age
Commit message (
Expand
)
Author
2023-04-25
Wire up truncated SHA-2, SHA-3 and related things
Theo Buehler
2023-04-18
Bring includes into canonical order
Theo Buehler
2023-04-18
Move some includes out of OPENSSL_NO_DEPRECATED
Theo Buehler
2023-04-13
Remove files that definitely contain no code anymore
Theo Buehler
2023-04-13
Move DSA_generate_parameters() from dsa_depr.c to dsa_gen.c
Theo Buehler
2023-04-09
Move a few functions out of OPENSSL_NO_DEPRECATED
Theo Buehler
2023-03-27
Replace the remaining BN_copy() with bn_copy()
Theo Buehler
2023-03-25
BN_free() is defined in <openssl/bn.h>
Theo Buehler
2023-03-11
Fix an off-by-one in dsa_check_key()
Theo Buehler
2023-03-07
Call BN_free() instead of BN_clear_free().
Joel Sing
2023-03-04
Simplify the consistency checks in old_dsa_priv_decode()
Theo Buehler
2023-03-04
Cap the number of iterations in DSA signing
Theo Buehler
2023-03-04
Small readability tweak in old_dsa_priv_decode()
Theo Buehler
2023-03-04
Call dsa_check_keys() before signing or verifying
Theo Buehler
2023-03-04
Add dsa_check_key() calls on DSA decoding
Theo Buehler
2023-03-04
Provide dsa_check_key()
Theo Buehler
2023-03-04
Provide DSA_R_INVALID_PARAMETERS error code
Theo Buehler
2023-02-13
Merge dsa_sign.c and dsa_vrf.c into dsa_ossl.c
Theo Buehler
2023-02-13
dsa/dsa_sign.c: unindent by inverting logic for DSA_SIG_free(NULL)
Theo Buehler
2023-02-13
dsa/dsa_sign.c: shuffle functions into a more sensible order
Theo Buehler
2023-01-11
Clean up and simplify BIGNUM handling in DSA code.
Joel Sing
2023-01-11
Simplify BIGNUM handling in dsa_builtin_keygen().
Joel Sing
2022-11-26
Make internal header file names consistent
Theo Buehler
2022-11-19
Rework pkey_dsa_sign() and pkey_dsa_verify()
Theo Buehler
2022-11-19
Rework DSA_sign() and DSA_verify()
Theo Buehler
2022-11-19
Fix whitespace
Theo Buehler
2022-11-10
Fix a few more leaks in *_print() functions.
Tobias Heider
2022-11-08
Fix leak of pk if EVP_PKEY_set1_DSA() fails.
Tobias Heider
2022-09-03
Stop using CBIGNUM_it internal to libcrypto.
Joel Sing
2022-08-31
nasty whitespace
Theo Buehler
2022-08-31
Rework DSA_size() and ECDSA_size()
Theo Buehler
2022-07-12
Remove mkerr.pl remnants from LibreSSL
Klemens Nanni
2022-07-11
fix NULL return adding missing semicolon
Brent Cook
2022-07-07
Expose new API in headers.
Theo Buehler
2022-07-04
Prepare to provide DSA_meth_{get0,set1}_name()
Theo Buehler
2022-06-27
Prepare to provide EVP_PKEY_security_bits()
Theo Buehler
2022-06-27
Prepare to provide DSA_security_bits()
Theo Buehler
2022-05-07
zap stray tab
Theo Buehler
2022-05-07
KNF nits
Theo Buehler
2022-04-07
Avoid infinite loop on parsing DSA private keys
Theo Buehler
2022-02-24
Remove accidentally committed debug code.
Theo Buehler
2022-02-24
Minor tweaks
Theo Buehler
2022-02-24
Add sanity checks on p and q in old_dsa_priv_decode()
Theo Buehler
2022-01-15
Minor cleanup and simplification in dsa_pub_encode()
Theo Buehler
2022-01-14
Simplify DSAPublicKey_it
Theo Buehler
2022-01-14
Make DSA opaque
Theo Buehler
2022-01-14
Unifdef LIBRESSL_OPAQUE_* and LIBRESSL_NEXT_API
Theo Buehler
2022-01-07
Prepare the move of DSA_SIG, DSA_METHOD and DSA to dsa_locl.h by
Theo Buehler
2022-01-07
Add an essentially empty dh_local.h and include it in the files where
Theo Buehler
2022-01-05
Prepare to provide DSA_bits()
Theo Buehler
[next]