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
/
ecdh
/
ecdh.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Shuffle things around. Add NIST X.509 test to build.
lloyd
2014-01-01
1
-107
/
+0
*
Fairly huge update that replaces the old secmem types with std::vector
lloyd
2012-05-18
1
-6
/
+6
*
Whitespace
lloyd
2012-02-02
1
-1
/
+0
*
ECC private keys had two different constructors, one taking a group
lloyd
2011-04-08
1
-3
/
+5
*
Use size_t instead of u32bit in all of pubkey
lloyd
2010-10-12
1
-2
/
+2
*
Replace "@return a blah" and "@return the blah" with just "@return blah"
lloyd
2010-06-16
1
-2
/
+2
*
Fix a few hundred Doxygen warnings
lloyd
2010-06-15
1
-1
/
+2
*
Expose public_value() in ECDH public key
lloyd
2010-04-20
1
-3
/
+10
*
Deconstify PK_Ops. It's quite reasonable that some op will want to
lloyd
2010-03-09
1
-20
/
+1
*
Rename PK_Ops::Signature_Operation to PK_Ops::Signature
lloyd
2010-03-05
1
-1
/
+1
*
The operation can assume the key will continue to exist as long as it does,
lloyd
2010-03-04
1
-2
/
+3
*
This checkin represents a pretty major change in how PK operations are
lloyd
2010-03-04
1
-1
/
+16
*
Add similar decoding constructors to the private keys
lloyd
2010-03-04
1
-5
/
+3
*
Add a new constructor to each public key algorithm (only the public
lloyd
2010-03-04
1
-5
/
+6
*
Add some simple constructors to the EC_ base key types to simplify
lloyd
2010-03-02
1
-14
/
+16
*
Rename ECKAEG to ECDH. As far as I can tell they are the same algorithm,
lloyd
2010-03-02
1
-0
/
+100