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
/
dh
Commit message (
Expand
)
Author
Age
Files
Lines
*
Check for DH inputs out of range, was removed in the pk_op
lloyd
2012-07-17
1
-0
/
+3
*
Use size_t instead of u32bit in all of pubkey
lloyd
2010-10-12
2
-3
/
+3
*
Fix a few hundred Doxygen warnings
lloyd
2010-06-15
1
-1
/
+1
*
There are some nasty API problems that are caused by having to pass a
lloyd
2010-03-19
1
-1
/
+2
*
Oops. Secret nonce/seed for blinding for DH and ElGamal was 2^x mod p.
lloyd
2010-03-09
1
-1
/
+1
*
Deconstify PK_Ops. It's quite reasonable that some op will want to
lloyd
2010-03-09
2
-3
/
+3
*
Use preexisting powermod precomputations for setting up blinders
lloyd
2010-03-09
1
-1
/
+1
*
Add back in blinding to RSA, RW, ElGamal, and DH.
lloyd
2010-03-08
2
-13
/
+22
*
Rename PK_Ops::Signature_Operation to PK_Ops::Signature
lloyd
2010-03-05
1
-1
/
+1
*
This checkin represents a pretty major change in how PK operations are
lloyd
2010-03-04
6
-198
/
+26
*
Remove no-op DH_Public_Key::X509_load_hook
lloyd
2010-03-04
2
-12
/
+1
*
Remove DH_PrivateKey::PKCS8_load_hook
lloyd
2010-03-04
2
-15
/
+23
*
Add similar decoding constructors to the private keys
lloyd
2010-03-04
1
-5
/
+7
*
Add a new constructor to each public key algorithm (only the public
lloyd
2010-03-04
1
-5
/
+6
*
Add missing BOTAN_DLL exports.
lloyd
2009-12-16
2
-2
/
+2
*
Full working amalgamation build, plus internal-only headers concept.
lloyd
2009-12-16
2
-12
/
+9
*
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
/
+1
*
Add a script that reads the output of print_deps.py and rewrites
lloyd
2009-07-15
1
-2
/
+2
*
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
5
-71
/
+81
*
Remove pk_lookup - half of it (look_pk.{cpp,h}) depended on libstate directly,
lloyd
2008-11-11
1
-1
/
+0
*
Remove dependency on Default_Engine from pubkey code
lloyd
2008-11-08
2
-21
/
+0
*
Add Doxygen comments to dh.h (from InSiTo)
lloyd
2008-10-13
1
-13
/
+34
*
Move look_pk and pk_algs to new module pubkey/pk_lookup
lloyd
2008-10-01
1
-0
/
+1
*
Handle building Botan with almost all public key code disabled (though only
lloyd
2008-10-01
1
-2
/
+2
*
Move last pieces of algorithm-specific code from general 'pubkey' module
lloyd
2008-10-01
1
-1
/
+1
*
Split Diffie-Hellman off almost completely, such that nearly none of
lloyd
2008-10-01
4
-3
/
+66
*
Rename pk dir to pubkey, avoids tab-completion collision with pk_pad
lloyd
2008-10-01
5
-0
/
+299