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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
2
-36
/
+7
*
Kill ECKAEG_Op
lloyd
2010-03-02
1
-2
/
+0
*
Remove ECDSA_Op and its attendant bits
lloyd
2010-03-02
6
-281
/
+45
*
Remove auto_ptr from ECC key types
lloyd
2010-03-02
3
-154
/
+40
*
Remove a fairly useless member of EC_PublicKey that was only used for
lloyd
2010-03-02
2
-46
/
+0
*
Clean up EC_Domain_Params
lloyd
2010-03-01
1
-1
/
+1
*
Use a Modular_Reducer in ECDSA op for reductions mod the order of the group
lloyd
2010-02-25
2
-18
/
+9
*
Move contents of gfpmath to numbertheory. Adjust dependencies.
lloyd
2010-02-25
1
-1
/
+0
*
Convert PointGFp::get_affine_{x,y} to return just the BigInt value
lloyd
2010-02-25
1
-3
/
+3
*
Remove PointGFp::mult_this_secure
lloyd
2010-02-24
2
-5
/
+3
*
Add copyright and license notes to pretty much every file that didn't have them,
lloyd
2009-12-31
1
-2
/
+2
*
Remove unneeded iostream/stdio includes
lloyd
2009-12-21
1
-3
/
+0
*
Add missing BOTAN_DLL exports.
lloyd
2009-12-16
1
-1
/
+1
*
Full working amalgamation build, plus internal-only headers concept.
lloyd
2009-12-16
1
-11
/
+0
*
Much cleaning up in ECDSA, though it's still rather a mess (and 50x slower
lloyd
2009-11-18
6
-151
/
+109
*
Make set_all_values in {ECDSA,ECKAEG}_{Public,Private}Key all non-virtual;
lloyd
2009-11-10
1
-3
/
+2
*
Remove the 'realname' attribute on all modules and cc/cpu/os info files.
lloyd
2009-10-29
1
-2
/
+0
*
Split up util.h into 3 files
lloyd
2009-09-17
1
-1
/
+0
*
Move some files around to break up dependencies between directories
lloyd
2009-07-16
1
-0
/
+1
*
Add a script that reads the output of print_deps.py and rewrites
lloyd
2009-07-15
1
-9
/
+10
*
Move the contents of pubkey/pubkey (which was kind of a catch-all to
lloyd
2009-07-15
1
-1
/
+0
*
engine.h had copies of some declarations from pk_engine.h that had not
lloyd
2009-05-13
1
-1
/
+1
*
Thomas Moschny passed along a request from the Fedora packagers which came
lloyd
2009-03-30
6
-49
/
+61
*
Macro cleanup
lloyd
2008-11-09
1
-1
/
+1
*
Remove dependency on Default_Engine from pubkey code
lloyd
2008-11-08
1
-11
/
+1
*
Remove spurious trailing ; after blocks
lloyd
2008-10-13
1
-2
/
+2
*
Decruft
lloyd
2008-10-12
1
-36
/
+27
*
Move ECDSA_Signature into CVC module. It is not used by ECDSA directly now.
lloyd
2008-10-11
5
-202
/
+57
*
Add BOTAN_DLL macro to public class definitions that were missing it.
lloyd
2008-10-09
3
-11
/
+11
*
Needed include of numthry.h
lloyd
2008-10-08
1
-0
/
+1
*
Fix problems with disabling ECDSA
lloyd
2008-10-08
1
-56
/
+0
*
Reformatting
lloyd
2008-10-08
2
-5
/
+5
*
Split ecdsa module into ecc_key, ecdsa, eckaeg
lloyd
2008-10-08
13
-803
/
+292
*
Fix lookup for ECDSA keys. Fix ecdsa info.txt
lloyd
2008-10-07
1
-1
/
+1
*
Fix that
lloyd
2008-10-07
4
-289
/
+289
*
Split ECDSA and ECKAEG implementatations apart
lloyd
2008-10-07
11
-1046
/
+1124
*
Move last pieces of algorithm-specific code from general 'pubkey' module
lloyd
2008-10-01
3
-11
/
+55
*
Rename pk dir to pubkey, avoids tab-completion collision with pk_pad
lloyd
2008-10-01
7
-0
/
+1290