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
/
eckaeg
Commit message (
Expand
)
Author
Age
Files
Lines
*
propagate from branch 'net.randombit.botan' (head c1db52e38b60afbc6549af5222d...
lloyd
2010-02-25
2
-3
/
+3
|
\
|
*
propagate from branch 'net.randombit.botan' (head 12382647ef0a28fcb11c824c77b...
lloyd
2010-01-21
2
-3
/
+3
|
|
\
|
|
*
propagate from branch 'net.randombit.botan' (head 22c82e10d78ad0e2cdaa56cb02f...
lloyd
2009-12-16
2
-3
/
+3
|
|
|
\
|
|
|
*
propagate from branch 'net.randombit.botan' (head 744dccf92270cf16b80b50ee275...
lloyd
2009-12-16
1
-11
/
+0
|
|
|
|
\
|
|
|
*
\
propagate from branch 'net.randombit.botan' (head ac888e57b614c623590d79ab615...
lloyd
2009-11-13
1
-3
/
+4
|
|
|
|
\
\
|
|
|
*
\
\
propagate from branch 'net.randombit.botan' (head 2773c2310e8c0a51975987a2dd6...
lloyd
2009-11-02
2
-3
/
+3
|
|
|
|
\
\
\
|
|
|
|
*
\
\
propagate from branch 'net.randombit.botan' (head 92e05ab242e4b6998d685961c53...
lloyd
2009-09-17
1
-1
/
+0
|
|
|
|
|
\
\
\
|
|
|
|
*
\
\
\
propagate from branch 'net.randombit.botan' (head 5cadcc57872bef55226579df573...
lloyd
2009-09-08
2
-3
/
+3
|
|
|
|
|
\
\
\
\
|
|
|
|
|
*
\
\
\
propagate from branch 'net.randombit.botan' (head 95eb8083f5884531e5ca0667388...
lloyd
2009-07-21
1
-10
/
+10
|
|
|
|
|
|
\
\
\
\
|
|
|
|
|
*
\
\
\
\
propagate from branch 'net.randombit.botan' (head 6a746ccf1e957dba703e6537205...
lloyd
2009-06-04
2
-3
/
+3
|
|
|
|
|
|
\
\
\
\
\
|
|
|
|
|
|
*
|
|
|
|
Replace the (deprecated) auto_ptr with unique_ptr.
lloyd
2009-04-01
2
-3
/
+3
*
|
|
|
|
|
|
|
|
|
|
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
-6
/
+8
*
|
|
|
|
|
|
|
|
|
|
Remove PointGFp::mult_this_secure
lloyd
2010-02-24
1
-2
/
+3
|
/
/
/
/
/
/
/
/
/
/
*
/
/
/
/
/
/
/
/
/
Add copyright and license notes to pretty much every file that didn't have them,
lloyd
2009-12-31
1
-4
/
+4
|
/
/
/
/
/
/
/
/
/
*
|
|
|
|
|
|
|
/
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
|
|
_
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
|
*
|
|
|
|
|
|
Make set_all_values in {ECDSA,ECKAEG}_{Public,Private}Key all non-virtual;
lloyd
2009-11-10
1
-3
/
+4
|
/
/
/
/
/
/
*
|
|
|
|
/
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
|
/
/
/
/
*
|
|
/
Replace 'XXX' and other such notes with FIXME for easy grepping
lloyd
2009-07-22
1
-2
/
+3
|
|
_
|
/
|
/
|
|
*
|
|
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
/
+9
*
|
|
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
-56
/
+68
*
Remove dependency on Default_Engine from pubkey code
lloyd
2008-11-08
1
-11
/
+0
*
Add ECKAEG benchmark. Fix several problems found in ECKAEG key (had pure virt...
lloyd
2008-10-13
2
-36
/
+59
*
Remove spurious trailing ; after blocks
lloyd
2008-10-13
1
-3
/
+3
*
Move ECDSA_Signature into CVC module. It is not used by ECDSA directly now.
lloyd
2008-10-11
1
-1
/
+1
*
Add BOTAN_DLL macro to public class definitions that were missing it.
lloyd
2008-10-09
3
-6
/
+6
*
Needed include of numthry.h
lloyd
2008-10-08
1
-0
/
+1
*
Reformatting
lloyd
2008-10-08
1
-20
/
+24
*
Split ecdsa module into ecc_key, ecdsa, eckaeg
lloyd
2008-10-08
7
-0
/
+471