Richard Levitte
|
3cdbea65b3
Following the license change, modify the boilerplates in crypto/dsa/
|
6 years ago |
KaoruToda
|
26a7d938c9
Remove parentheses of return.
|
7 years ago |
KaoruToda
|
208fb891e3
Since return is inconsistent, I removed unnecessary parentheses and
|
7 years ago |
Rich Salz
|
75e2c87765
Switch from ossl_rand to DRBG rand
|
7 years ago |
Richard Levitte
|
9612e15760
ASN.1: adapt our use of INTxx et al by making them explicitely embedded
|
7 years ago |
Richard Levitte
|
6a32a3c058
Act on deprecation of LONG and ZLONG, step 2
|
7 years ago |
Dr. Stephen Henson
|
8cc44d970c
Don't allocate r/s in DSA_SIG and ECDSA_SIG
|
8 years ago |
Emilia Kasper
|
9267c11bb5
Make DSA_SIG and ECDSA_SIG getters const.
|
8 years ago |
TJ Saunders
|
bbaa9dd850
Ensure that NULL r and s parameters cannot be set on DSA_SIG/ECDSA_SIGs.
|
8 years ago |
TJ Saunders
|
7ca3ea22c1
Reorder the setter arguments to more consistently match that of other APIs,
|
8 years ago |
TJ Saunders
|
6a571a18dd
Implement DSA_SIG_set0() and ECDSA_SIG_set0(), for setting signature values.
|
8 years ago |
Rich Salz
|
d2e9e32018
Copyright consolidation 07/10
|
8 years ago |
Matt Caswell
|
1258396d73
Make the DSA structure opaque
|
8 years ago |
Dr. Stephen Henson
|
99cccf3643
constify DSA_SIG_get0()
|
8 years ago |
Dr. Stephen Henson
|
40f43f8a2e
move DSA_SIG definition into C source file
|
8 years ago |
Dr. Stephen Henson
|
706a13f112
Make DSA_SIG opaque.
|
8 years ago |
Dr. Stephen Henson
|
987157f6f6
Use callback for DSAPublicKey
|
8 years ago |
Rich Salz
|
349807608f
Remove /* foo.c */ comments
|
9 years ago |
Matt Caswell
|
90945fa31a
Continue standardising malloc style for libcrypto
|
9 years ago |
Ben Laurie
|
df2ee0e27d
Enable -Wmissing-variable-declarations and
|
9 years ago |
Rich Salz
|
74924dcb38
More secure storage of key material.
|
9 years ago |
Richard Levitte
|
b39fc56061
Identify and move common internal libcrypto header files
|
9 years ago |
Rich Salz
|
b4faea50c3
Use safer sizeof variant in malloc
|
9 years ago |
Rich Salz
|
4b45c6e52b
free cleanup almost the finale
|
9 years ago |
Dr. Stephen Henson
|
ea6b07b54c
Simplify DSA public key handling.
|
9 years ago |
Matt Caswell
|
0f113f3ee4
Run util/openssl-format-source -v -c .
|
9 years ago |
Dr. Stephen Henson
|
684400ce19
Fix various certificate fingerprint issues.
|
10 years ago |
Tim Hudson
|
1d97c84351
mark all block comments that need format preserving so that
|
10 years ago |
Dr. Stephen Henson
|
e990b4f838
Remove dependency of dsa_sign.o and dsa_vrf.o: new functions FIPS_dsa_sig_new
|
13 years ago |
Dr. Stephen Henson
|
f7a2afa652
Move DSA_sign, DSA_verify to dsa_asn1.c and include separate versions of
|
13 years ago |