index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
dsa
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix potential use-after-free in REF_PRINT_COUNT
Neil Horman
2024-12-10
1
-2
/
+2
*
Copyright year updates
Tomas Mraz
2024-09-05
4
-4
/
+4
*
fix: drop DSA <=> dsaWithSHA1 aliasing
Richard Levitte
2024-07-12
1
-8
/
+6
*
Check DSA parameters for excessive sizes before validating
Tomas Mraz
2024-05-16
1
-4
/
+40
*
Rename BN_generate_dsa_nonce() to ossl_bn_gen_dsa_nonce_fixed_top()
Tomas Mraz
2024-05-02
1
-2
/
+3
*
Add ossl_bn_priv_rand_range_fixed_top() and use it for EC/DSA
Tomas Mraz
2024-05-02
1
-2
/
+2
*
Copyright year updates
Richard Levitte
2024-04-09
1
-1
/
+1
*
Fix handling of NULL sig parameter in ECDSA_sign and similar
Bernd Edlinger
2024-04-02
1
-1
/
+6
*
dsa/dsa_pmeth.c: Add the checks for the EVP_MD_CTX_get_size()
Jiasheng Jiang
2024-03-30
1
-6
/
+16
*
Fix typos
Jakub Wilk
2024-01-23
1
-1
/
+1
*
DH_check_pub_key() should not fail when setting result code
Tomas Mraz
2023-10-11
1
-2
/
+4
*
Don't (re-)initialize the FFC_PARAMs in dh_init and dsa_init
Matthias St. Pierre
2023-10-04
2
-1
/
+2
*
Copyright year updates
Matt Caswell
2023-09-07
5
-5
/
+5
*
fix memory allocation and reference counting issues
Pauli
2023-07-05
1
-2
/
+5
*
dsa: update to structure based atomics
Pauli
2023-07-01
1
-3
/
+6
*
FFC cleanups
slontis
2023-04-03
2
-52
/
+45
*
Make DSA_sign() test for negative p,q,g values.
slontis
2023-03-31
2
-2
/
+5
*
Coverity 1521557: Error handling issues
Pauli
2023-03-03
1
-1
/
+4
*
Fix infinite loops in DSA sign code.
slontis
2023-02-28
2
-9
/
+22
*
Implement deterministic ECDSA sign (RFC6979)
slontis
2022-11-30
3
-17
/
+44
*
dsa/ec: update pairwise tests to account for 140-3 IG 10.3.A additiocal comme...
Pauli
2022-11-01
1
-1
/
+50
*
crypto/*: Fix various typos, repeated words, align some spelling to LDP.
FdaSilvaYY
2022-10-12
1
-1
/
+1
*
Stop raising ERR_R_MALLOC_FAILURE in most places
Richard Levitte
2022-10-05
5
-21
/
+14
*
Coverity: fix 1506297: negative returns
Pauli
2022-07-01
1
-0
/
+5
*
Add sensitive memory clean in priv encode
Kan
2022-06-16
1
-5
/
+3
*
Update copyright year
Matt Caswell
2022-05-03
2
-2
/
+2
*
Fix EVP todata and fromdata when used with selection of EVP_PKEY_PUBLIC_KEY.
slontis
2022-02-03
2
-5
/
+8
*
add checks for the return values of BN_new(), sk_RSA_PRIME_INFO_new_reserve(),
x2018
2021-10-27
1
-1
/
+2
*
Update copyright year
Matt Caswell
2021-07-29
1
-1
/
+1
*
DSA/RSA_print(): Fix potential memory leak
Tomas Mraz
2021-07-23
1
-4
/
+8
*
Update our EVP_PKEY_METHODs to get low level keys via public APIs
Matt Caswell
2021-07-22
1
-3
/
+13
*
CRYPTO: Remove the check for built-in methods in the export_to function
Richard Levitte
2021-07-07
1
-7
/
+0
*
fips module header inclusion fine-tunning
Tomas Mraz
2021-07-06
2
-1
/
+6
*
Rename all getters to use get/get0 in name
Tomas Mraz
2021-06-01
1
-17
/
+17
*
add zero strenght arguments to BN and RAND RNG calls
Pauli
2021-05-29
1
-2
/
+2
*
err: rename err_load_xxx_strings_int functions
Pauli
2021-05-26
1
-1
/
+1
*
Modify EVP_PKEY_ASN1_METHOD's export_to function to take an importer
Richard Levitte
2021-05-20
1
-3
/
+3
*
Update copyright year
Matt Caswell
2021-04-22
1
-1
/
+1
*
dsa: remove unused macro
Pauli
2021-04-21
1
-7
/
+0
*
Detect low-level engine and app method based keys
Tomas Mraz
2021-04-19
1
-3
/
+10
*
Do not allow creating empty RSA keys by duplication
Tomas Mraz
2021-04-15
1
-1
/
+0
*
Add selection support to the provider keymgmt_dup function
Tomas Mraz
2021-04-15
2
-5
/
+11
*
Implement provider-side keymgmt_dup function
Tomas Mraz
2021-04-15
3
-40
/
+46
*
Replace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_free().
Shane Lontis
2021-04-12
1
-1
/
+1
*
DSA_generate_parameters_ex: use the old method for all small keys
Tomas Mraz
2021-04-01
1
-1
/
+1
*
Implement EVP_PKEY_dup() function
Tomas Mraz
2021-03-28
1
-2
/
+60
*
PROV: Add type specific PKCS#8 decoding to the DER->key decoders
Richard Levitte
2021-03-19
2
-59
/
+77
*
Add ossl_encode symbols
Shane Lontis
2021-03-18
1
-1
/
+1
*
Add ossl_asn1 symbols
Shane Lontis
2021-03-18
1
-1
/
+1
*
Fix external symbols for crypto_*
Shane Lontis
2021-03-18
1
-1
/
+2
[next]