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
/
pubkey.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove global_rng calls for setting up blinding, instead require a RNG
lloyd
2013-12-25
1
-6
/
+11
*
Make error message when key does not support an operation less confusing
lloyd
2013-09-02
1
-11
/
+6
*
Move assert.h from internal to very public (included in types.h)
lloyd
2013-03-13
1
-1
/
+0
*
The messages for assertion checks were done both ways, both "assertion
lloyd
2012-07-09
1
-2
/
+1
*
Replace 0 and NULL pointer constants with nullptr. Also fix an old
lloyd
2012-05-18
1
-5
/
+5
*
Fairly huge update that replaces the old secmem types with std::vector
lloyd
2012-05-18
1
-23
/
+23
*
propagate from branch 'net.randombit.botan' (head 303b2518a80553214b1e5ab4d9b...
lloyd
2010-11-04
1
-2
/
+2
|
\
|
*
propagate from branch 'net.randombit.botan' (head 2898d79f992f27a328a3e41d34b...
lloyd
2010-10-13
1
-2
/
+2
|
|
\
|
|
*
propagate from branch 'net.randombit.botan' (head 96d0a1885774b624812fd143d54...
lloyd
2010-03-21
1
-2
/
+2
|
|
|
\
|
|
|
*
propagate from branch 'net.randombit.botan' (head 5e9c6107cbb15744c2edf2eb0e2...
lloyd
2010-03-13
1
-2
/
+2
|
|
|
|
\
|
|
|
|
*
propagate from branch 'net.randombit.botan' (head 9932d4d63417f7fcc199ada244c...
lloyd
2010-03-09
1
-2
/
+2
|
|
|
|
|
\
|
|
|
|
|
*
propagate from branch 'net.randombit.botan' (head 12382647ef0a28fcb11c824c77b...
lloyd
2010-01-21
1
-2
/
+2
|
|
|
|
|
|
\
|
|
|
|
|
|
*
propagate from branch 'net.randombit.botan' (head 744dccf92270cf16b80b50ee275...
lloyd
2009-12-16
1
-1
/
+1
|
|
|
|
|
|
|
\
|
|
|
|
|
|
*
|
Remove to_string, replacing with std::to_string
lloyd
2009-11-18
1
-2
/
+2
*
|
|
|
|
|
|
|
Make MemoryRegion::set protected, change all callers
lloyd
2010-10-29
1
-8
/
+15
|
/
/
/
/
/
/
/
*
|
|
|
|
|
|
Use size_t instead of u32bit in all of pubkey
lloyd
2010-10-12
1
-17
/
+17
*
|
|
|
|
|
|
Use BOTAN_ASSERT in various places
lloyd
2010-09-26
1
-2
/
+6
*
|
|
|
|
|
|
Update all uses of MemoryRegion::append to use either push_back or operator+=
lloyd
2010-09-15
1
-2
/
+1
*
|
|
|
|
|
|
Remove more uses of vector to pointer implicit conversions
lloyd
2010-09-13
1
-5
/
+5
|
/
/
/
/
/
/
*
/
/
/
/
/
Don't call get_eme or get_kdf with name "Raw" (returns NULL); ideally
lloyd
2010-03-19
1
-3
/
+3
|
/
/
/
/
/
*
/
/
/
/
Give PK_Signer users the option of disabling fault protection
lloyd
2010-03-13
1
-5
/
+6
|
/
/
/
/
*
|
|
|
Have PK_Signer check the validity of all signatures before releasing.
lloyd
2010-03-09
1
-7
/
+47
*
|
|
|
Rename PK_Encryptor_MR_with_EME and PK_Decryptor_MR_with_EME to
lloyd
2010-03-08
1
-16
/
+16
*
|
|
|
Have the constructors in pubkey.h take all arguments look_pk does, and
lloyd
2010-03-08
1
-18
/
+26
*
|
|
|
Add ops for ElGamal encryption and decryption.
lloyd
2010-03-05
1
-45
/
+35
*
|
|
|
Add verification ops for all signature key types
lloyd
2010-03-05
1
-61
/
+32
*
|
|
|
Add signature generation operation classes. Remove sign() from
lloyd
2010-03-05
1
-44
/
+21
*
|
|
|
This checkin represents a pretty major change in how PK operations are
lloyd
2010-03-04
1
-5
/
+20
*
|
|
|
Clean up PK_Key_Agreement slightly
lloyd
2010-03-04
1
-15
/
+0
|
/
/
/
*
|
|
Remove catch clauses made redundant by inheritence changes in exception hiera...
lloyd
2010-01-08
1
-5
/
+0
*
|
|
Clean up exceptions. Remove some unused ones like Config_Error. Make
lloyd
2010-01-05
1
-3
/
+3
|
|
/
|
/
|
*
|
Make many more headers internal-only.
lloyd
2009-12-16
1
-1
/
+1
|
/
*
Move the contents of pubkey/pubkey (which was kind of a catch-all to
lloyd
2009-07-15
1
-0
/
+396