Dr. Stephen Henson
|
7c8ced94c3
Change OPENSSL_FIPSEVP to OPENSSL_FIPSAPI as it doesn't just refer
|
14 years ago |
Dr. Stephen Henson
|
20818e00fd
FIPS mode DSA changes:
|
14 years ago |
Dr. Stephen Henson
|
198ce9a611
Add additional parameter to dsa_builtin_paramgen to output the generated
|
14 years ago |
Ben Laurie
|
c8bbd98a2b
Fix warnings.
|
14 years ago |
Dr. Stephen Henson
|
b6dcdbfc94
Audit libcrypto for unchecked return values: fix all cases enountered
|
15 years ago |
Ben Laurie
|
1457619e13
Remove misleading dead code. Constify. (Coverity ID 142)
|
16 years ago |
Dr. Stephen Henson
|
fcd1cb666c
Fix from fips branch.
|
17 years ago |
Dr. Stephen Henson
|
3627fedbea
Win32 fixes. Add GOST algorithm to mkdef, update ordinals. Signed/unsigned fixes.
|
17 years ago |
Nils Larsch
|
ebb01b84b8
size_t -> int
|
17 years ago |
Nils Larsch
|
357d5de5b9
add support for DSA with SHA2
|
18 years ago |
Nils Larsch
|
c01d2b974e
when building with OPENSSL_NO_DEPRECATED defined BN_zero is a macro
|
19 years ago |
Dr. Stephen Henson
|
41c70d47d7
Remaing bits of PR:620 relevant to 0.9.8.
|
20 years ago |
Geoff Thorpe
|
08e1cbc62c
The new BN_CTX code makes this sort of abuse unnecessary.
|
20 years ago |
Richard Levitte
|
751ff1d376
Make sure we get the definition of OPENSSL_NO_DSA and OPENSSL_NO_SHA.
|
21 years ago |
Geoff Thorpe
|
0e4aa0d2d2
As with RSA, which was modified recently, this change makes it possible to
|
22 years ago |
Geoff Thorpe
|
e9224c7177
This is a first-cut at improving the callback mechanisms used in
|
22 years ago |
Dr. Stephen Henson
|
20d2186c87
|
23 years ago |
Ben Laurie
|
dbad169019
Really add the EVP and all of the DES changes.
|
23 years ago |
Dr. Stephen Henson
|
323f289c48
|
23 years ago |
Richard Levitte
|
cf1b7d9664
Make all configuration macros available for application by making
|
24 years ago |
Richard Levitte
|
a4aba800d9
Constify DSA-related code.
|
24 years ago |
Ulf Möller
|
9b141126d4
New functions BN_CTX_start(), BN_CTX_get(), BN_CTX_end() to access
|
25 years ago |
Dr. Stephen Henson
|
82fc1d9c28
|
25 years ago |
Bodo Möller
|
aff0825c61
Tolerate negative numbers in BN_is_prime.
|
25 years ago |
Bodo Möller
|
e74231ed9e
rndsort{Miller, Rabin} primality test.
|
25 years ago |
Bodo Möller
|
7865b871c0
Tiny changes to previous patch (the log message was meant to be
|
25 years ago |
Bodo Möller
|
a87030a1ed
Make DSA_generate_parameters, and fix a couple of bug
|
25 years ago |
Ulf Möller
|
38e33cef15
Document DSA and SHA.
|
25 years ago |
Ulf Möller
|
e7f97e2d22
Check RAND_bytes() return value or use RAND_pseudo_bytes().
|
25 years ago |
Bodo Möller
|
227cd06ffe
Avoid some memory holes, one of which was pointed out by
|
25 years ago |