index
:
botan.git
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
pubkey
/
ecdsa
/
ecdsa.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
ECC private keys had two different constructors, one taking a group
lloyd
2011-04-08
1
-12
/
+10
*
Use size_t instead of u32bit in all of pubkey
lloyd
2010-10-12
1
-12
/
+12
*
More Doxygen updates/fixes
lloyd
2010-06-15
1
-0
/
+6
*
Fix a few hundred Doxygen warnings
lloyd
2010-06-15
1
-2
/
+4
*
KeyPair::check_key's behavior of throwing an exception upon failure was
lloyd
2010-03-21
1
-0
/
+2
*
Use a Modular_Reducer in ECDSA op
lloyd
2010-03-13
1
-0
/
+2
*
Deconstify PK_Ops. It's quite reasonable that some op will want to
lloyd
2010-03-09
1
-2
/
+2
*
Remove the now no-op classes PK_Encrypting_Key,
lloyd
2010-03-08
1
-4
/
+2
*
Constify sign and verify ops
lloyd
2010-03-05
1
-2
/
+2
*
Remove ECDSA_PublicKey::verify
lloyd
2010-03-05
1
-10
/
+0
*
Rename PK_Ops::Signature_Operation to PK_Ops::Signature
lloyd
2010-03-05
1
-1
/
+1
*
Add verification ops for all signature key types
lloyd
2010-03-05
1
-0
/
+19
*
Remove the sign() operation from the public key objects, totally replaced
lloyd
2010-03-05
1
-10
/
+0
*
Add signature generation operation classes. Remove sign() from
lloyd
2010-03-05
1
-0
/
+19
*
Add similar decoding constructors to the private keys
lloyd
2010-03-04
1
-5
/
+4
*
Add a new constructor to each public key algorithm (only the public
lloyd
2010-03-04
1
-14
/
+14
*
Add some simple constructors to the EC_ base key types to simplify
lloyd
2010-03-02
1
-3
/
+7
*
Remove ECDSA_Op and its attendant bits
lloyd
2010-03-02
1
-9
/
+0
*
Remove auto_ptr from ECC key types
lloyd
2010-03-02
1
-30
/
+4
*
Remove a fairly useless member of EC_PublicKey that was only used for
lloyd
2010-03-02
1
-12
/
+0
*
Much cleaning up in ECDSA, though it's still rather a mess (and 50x slower
lloyd
2009-11-18
1
-0
/
+12
*
Make set_all_values in {ECDSA,ECKAEG}_{Public,Private}Key all non-virtual;
lloyd
2009-11-10
1
-3
/
+2
*
Thomas Moschny passed along a request from the Fedora packagers which came
lloyd
2009-03-30
1
-7
/
+9
*
Remove spurious trailing ; after blocks
lloyd
2008-10-13
1
-2
/
+2
*
Move ECDSA_Signature into CVC module. It is not used by ECDSA directly now.
lloyd
2008-10-11
1
-17
/
+19
*
Add BOTAN_DLL macro to public class definitions that were missing it.
lloyd
2008-10-09
1
-5
/
+5
*
Reformatting
lloyd
2008-10-08
1
-4
/
+4
*
Split ecdsa module into ecc_key, ecdsa, eckaeg
lloyd
2008-10-08
1
-0
/
+1
*
Split ECDSA and ECKAEG implementatations apart
lloyd
2008-10-07
1
-69
/
+109
*
Rename pk dir to pubkey, avoids tab-completion collision with pk_pad
lloyd
2008-10-01
1
-0
/
+100