index
:
openbsd
OPENBSD_2_0
OPENBSD_2_1
OPENBSD_2_2
OPENBSD_2_3
OPENBSD_2_4
OPENBSD_2_5
OPENBSD_2_6
OPENBSD_2_7
OPENBSD_2_8
OPENBSD_2_9
OPENBSD_3_0
OPENBSD_3_1
OPENBSD_3_2
OPENBSD_3_3
OPENBSD_3_4
OPENBSD_3_5
OPENBSD_3_6
OPENBSD_3_7
OPENBSD_3_8
OPENBSD_3_9
OPENBSD_4_0
OPENBSD_4_1
OPENBSD_4_2
OPENBSD_4_3
OPENBSD_4_4
OPENBSD_4_5
OPENBSD_4_6
OPENBSD_4_7
OPENBSD_4_8
OPENBSD_4_9
OPENBSD_5_0
OPENBSD_5_1
OPENBSD_5_2
OPENBSD_5_3
OPENBSD_5_4
OPENBSD_5_5
OPENBSD_5_6
OPENBSD_5_7
OPENBSD_5_8
OPENBSD_5_9
OPENBSD_6_0
OPENBSD_6_1
OPENBSD_6_2
OPENBSD_6_3
OPENBSD_6_4
OPENBSD_6_5
OPENBSD_6_6
OPENBSD_6_7
OPENBSD_6_8
OPENBSD_6_9
OPENBSD_7_0
OPENBSD_7_1
OPENBSD_7_2
OPENBSD_7_3
OPENBSD_7_4
OPENBSD_7_5
OPENBSD_7_6
master
A mirror of https://github.com/libressl/openbsd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
/
libcrypto
/
dsa
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Replace the remaining BN_copy() with bn_copy()
tb
2023-03-27
2
-5
/
+5
*
BN_free() is defined in <openssl/bn.h>
tb
2023-03-25
1
-1
/
+2
*
Fix an off-by-one in dsa_check_key()
tb
2023-03-11
1
-2
/
+2
*
Call BN_free() instead of BN_clear_free().
jsing
2023-03-07
2
-11
/
+11
*
Simplify the consistency checks in old_dsa_priv_decode()
tb
2023-03-04
1
-24
/
+13
*
Cap the number of iterations in DSA signing
tb
2023-03-04
1
-1
/
+16
*
Small readability tweak in old_dsa_priv_decode()
tb
2023-03-04
1
-3
/
+3
*
Call dsa_check_keys() before signing or verifying
tb
2023-03-04
1
-23
/
+9
*
Add dsa_check_key() calls on DSA decoding
tb
2023-03-04
1
-18
/
+17
*
Provide dsa_check_key()
tb
2023-03-04
2
-2
/
+77
*
Provide DSA_R_INVALID_PARAMETERS error code
tb
2023-03-04
2
-2
/
+4
*
Merge dsa_sign.c and dsa_vrf.c into dsa_ossl.c
tb
2023-02-13
3
-163
/
+36
*
dsa/dsa_sign.c: unindent by inverting logic for DSA_SIG_free(NULL)
tb
2023-02-13
1
-6
/
+7
*
dsa/dsa_sign.c: shuffle functions into a more sensible order
tb
2023-02-13
1
-13
/
+13
*
Clean up and simplify BIGNUM handling in DSA code.
jsing
2023-01-11
3
-96
/
+116
*
Simplify BIGNUM handling in dsa_builtin_keygen().
jsing
2023-01-11
1
-18
/
+17
*
Make internal header file names consistent
tb
2022-11-26
12
-31
/
+31
*
Rework pkey_dsa_sign() and pkey_dsa_verify()
tb
2022-11-19
1
-21
/
+25
*
Rework DSA_sign() and DSA_verify()
tb
2022-11-19
1
-20
/
+31
*
Fix whitespace
tb
2022-11-19
11
-63
/
+62
*
Fix a few more leaks in *_print() functions.
tobhe
2022-11-10
1
-5
/
+9
*
Fix leak of pk if EVP_PKEY_set1_DSA() fails.
tobhe
2022-11-08
1
-5
/
+9
*
Stop using CBIGNUM_it internal to libcrypto.
jsing
2022-09-03
1
-3
/
+3
*
nasty whitespace
tb
2022-08-31
1
-9
/
+9
*
Rework DSA_size() and ECDSA_size()
tb
2022-08-31
1
-18
/
+10
*
Remove mkerr.pl remnants from LibreSSL
kn
2022-07-12
2
-12
/
+2
*
fix NULL return adding missing semicolon
bcook
2022-07-11
1
-2
/
+2
*
Expose new API in headers.
tb
2022-07-07
1
-5
/
+1
*
Prepare to provide DSA_meth_{get0,set1}_name()
tb
2022-07-04
3
-8
/
+35
*
Prepare to provide EVP_PKEY_security_bits()
tb
2022-06-27
1
-1
/
+8
*
Prepare to provide DSA_security_bits()
tb
2022-06-27
2
-2
/
+14
*
zap stray tab
tb
2022-05-07
1
-2
/
+2
*
KNF nits
tb
2022-05-07
1
-7
/
+7
*
Avoid infinite loop on parsing DSA private keys
tb
2022-04-07
1
-3
/
+24
*
Remove accidentally committed debug code.
tb
2022-02-24
1
-3
/
+1
*
Minor tweaks
tb
2022-02-24
1
-7
/
+8
*
Add sanity checks on p and q in old_dsa_priv_decode()
tb
2022-02-24
1
-1
/
+15
*
Minor cleanup and simplification in dsa_pub_encode()
tb
2022-01-15
1
-15
/
+8
*
Simplify DSAPublicKey_it
tb
2022-01-14
4
-56
/
+25
*
Make DSA opaque
tb
2022-01-14
2
-65
/
+57
*
Unifdef LIBRESSL_OPAQUE_* and LIBRESSL_NEXT_API
tb
2022-01-14
1
-5
/
+1
*
Prepare the move of DSA_SIG, DSA_METHOD and DSA to dsa_locl.h by
tb
2022-01-07
8
-8
/
+21
*
Add an essentially empty dh_local.h and include it in the files where
tb
2022-01-07
1
-1
/
+3
*
Prepare to provide DSA_bits()
tb
2022-01-05
2
-2
/
+11
*
Prepare to provide DSA_get0_{p,q,g,{priv,pub}_key}()
tb
2022-01-05
2
-2
/
+39
*
Include evp_locl.h where it will be needed once most structs from
tb
2021-12-12
1
-1
/
+2
*
Add #include "bn_lcl.h" to the files that will soon need it.
tb
2021-12-04
2
-2
/
+5
*
Crank the number of rounds of Miller-Rabin from 50 to 64
tb
2021-11-29
1
-4
/
+7
*
Add DSA CMS support.
jsing
2019-11-01
1
-1
/
+25
*
Provide EVP_PKEY_CTX_get_signature_md() macro and implement the
jsing
2019-09-09
1
-1
/
+5
[prev]
[next]