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
*
Introduce limits to prevent malicious keys being able to
Bodo Möller
2006-09-28
3
-2
/
+22
*
Make things static that should be. Declare stuff in headers that should be.
Ben Laurie
2006-08-28
1
-1
/
+1
*
Fix various error codes to match functions.
Dr. Stephen Henson
2006-07-17
3
-12
/
+6
*
Allow digests to supply S/MIME micalg values from a ctrl.
Dr. Stephen Henson
2006-07-10
1
-0
/
+3
*
dsa_pub_cmp() doesn't need to check parameters because that is done in
Dr. Stephen Henson
2006-07-02
1
-2
/
+0
*
New function to dup EVP_PKEY_CTX. This will be needed to make new signing
Dr. Stephen Henson
2006-05-25
1
-0
/
+13
*
Use size_t for new crypto size parameters.
Dr. Stephen Henson
2006-05-24
1
-4
/
+4
*
Correctly handle missing DSA parameters.
Dr. Stephen Henson
2006-05-15
1
-11
/
+25
*
Add support for default public key digest type ctrl.
Dr. Stephen Henson
2006-05-07
1
-0
/
+4
*
Allow public key ASN1 methods to set PKCS#7 SignerInfo structures.
Dr. Stephen Henson
2006-04-17
1
-1
/
+24
*
Fix (most) WIN32 warnings and errors.
Dr. Stephen Henson
2006-04-17
1
-1
/
+1
*
Use more flexible method of determining output length, by setting &outlen
Dr. Stephen Henson
2006-04-15
1
-1
/
+1
*
Update copyright notices on a few files where all original SSLeay code has
Dr. Stephen Henson
2006-04-14
1
-50
/
+51
*
Update dependencies.
Dr. Stephen Henson
2006-04-13
1
-0
/
+15
*
Add key derivation support.
Dr. Stephen Henson
2006-04-13
1
-0
/
+2
*
Fix leak.
Dr. Stephen Henson
2006-04-13
1
-0
/
+2
*
Compare parameters when comparing public keys.
Dr. Stephen Henson
2006-04-12
1
-8
/
+10
*
Support for DSA keygen, fix for genpkey.
Dr. Stephen Henson
2006-04-12
3
-1
/
+24
*
Initial DSA EVP_PKEY_METHOD. Fixup some error codes.
Dr. Stephen Henson
2006-04-12
4
-2
/
+245
*
Don't free up key in priv_decode.
Dr. Stephen Henson
2006-03-31
1
-1
/
+0
*
Initialize pval.
Dr. Stephen Henson
2006-03-31
1
-4
/
+1
*
New utility pkeyparam. Enhance and bugfix algorithm specific parameter
Dr. Stephen Henson
2006-03-28
3
-1
/
+21
*
Add support for legacy PEM format private keys in EVP_PKEY_ASN1_METHOD.
Dr. Stephen Henson
2006-03-23
1
-2
/
+22
*
Fix bug in DSA, EC methods.
Dr. Stephen Henson
2006-03-23
1
-1
/
+2
*
Add information and pem strings. Update dependencies.
Dr. Stephen Henson
2006-03-23
2
-0
/
+28
*
Make EVP_PKEY_ASN1_METHOD opaque. Add application level functions to
Dr. Stephen Henson
2006-03-22
1
-0
/
+1
*
Move algorithm specific print code from crypto/asn1/t_pkey.c to separate
Dr. Stephen Henson
2006-03-22
2
-2
/
+122
*
Gather printing routines into EVP_PKEY_ASN1_METHOD.
Dr. Stephen Henson
2006-03-22
1
-3
/
+98
*
Transfer parameter handling and key comparison to algorithm methods.
Dr. Stephen Henson
2006-03-20
1
-2
/
+81
*
Initial support for pluggable public key ASN1 support. Process most public
Dr. Stephen Henson
2006-03-20
4
-2
/
+394
*
remove unnecessary code
Nils Larsch
2006-03-18
1
-1
/
+0
*
fix problems found by coverity: remove useless code
Nils Larsch
2006-03-15
2
-3
/
+2
*
Update filenames in makefiles.
Dr. Stephen Henson
2006-02-04
1
-1
/
+1
*
Extend callback function to support print customization.
Dr. Stephen Henson
2005-09-01
1
-3
/
+5
*
make
Nils Larsch
2005-07-16
2
-0
/
+3
*
Use BN_with_flags() in a cleaner way.
Bodo Möller
2005-05-27
1
-0
/
+1
*
make sure DSA signing exponentiations really are constant-time
Bodo Möller
2005-05-26
1
-3
/
+27
*
Further BUILDENV refinement, further fool-proofing of Makefiles and
Andy Polyakov
2005-05-16
1
-2
/
+1
*
Implement fixed-window exponentiation to mitigate hyper-threading
Bodo Möller
2005-05-16
4
-1
/
+34
*
Fool-proofing Makefiles
Andy Polyakov
2005-05-16
1
-4
/
+1
*
improve comment readability
Bodo Möller
2005-05-09
1
-1
/
+1
*
Change method_mont_p from (char *) to (BN_MONT_CTX *) and remove several
Dr. Stephen Henson
2005-04-27
2
-6
/
+5
*
Port BN_MONT_CTX_set_locked() from stable branch.
Dr. Stephen Henson
2005-04-27
1
-9
/
+12
*
Add debug target, remove cast, note possible bug.
Ben Laurie
2005-04-23
1
-0
/
+2
*
- use BN_set_negative and BN_is_negative instead of BN_set_sign
Nils Larsch
2005-04-22
1
-2
/
+2
*
Rebuild error codes.
Dr. Stephen Henson
2005-04-12
1
-20
/
+23
*
Add emacs cache files to .cvsignore.
Richard Levitte
2005-04-11
1
-0
/
+2
*
Give everything prototypes (well, everything that's actually used).
Ben Laurie
2005-03-31
1
-6
/
+3
*
Blow away Makefile.ssl.
Ben Laurie
2005-03-30
1
-4
/
+3
*
when building with OPENSSL_NO_DEPRECATED defined BN_zero is a macro
Nils Larsch
2005-03-28
1
-1
/
+1
[next]