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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix two bugs reported by Zack Weinberg in Base64_Decoder
lloyd
2007-01-08
1
-2
/
+4
*
Work around some strange Visual Studio bugs that popped up when compiling
lloyd
2007-01-08
1
-22
/
+14
*
The copy constructor of BER_Decoder was not copying other.parent; this
lloyd
2006-12-27
1
-1
/
+1
*
Rename the mp_muladd source files to mp_mulop
lloyd
2006-12-15
1
-0
/
+0
*
Rename certstore.cpp to certstor.cpp, both to match the header and to put
lloyd
2006-12-15
1
-0
/
+0
*
Move the UI pulse functions into the global library state. That is (as best
lloyd
2006-12-14
5
-44
/
+37
*
Use set_option in policy.cpp
lloyd
2006-12-14
1
-40
/
+40
*
Add a new set_option member function to Config
lloyd
2006-12-14
1
-0
/
+8
*
Remove needless try/catch block
lloyd
2006-12-14
1
-10
/
+2
*
Remove a dependency on x509cert.h from x509_ext.cpp by moving the definition
lloyd
2006-12-12
1
-1
/
+0
*
Allow the creation of 48 bit primes
lloyd
2006-12-08
1
-1
/
+1
*
Catch Encoding_Error in the keypair consistency check when we generate the
lloyd
2006-09-30
1
-1
/
+9
*
Throw Encoding_Error instead of Invalid_Argument if a signature encoding
lloyd
2006-09-30
4
-8
/
+8
*
In the keypair consistency check for encryption/decryption keys, a key
lloyd
2006-09-30
1
-0
/
+3
*
Move the KDF base class code into kdf.cpp; this prevents the pk_util.cpp
lloyd
2006-09-26
2
-54
/
+54
*
Simplify the initial RNG seeding operation
lloyd
2006-09-21
2
-19
/
+7
*
Do not allocate a block of memory in Pooling_Allocator::init(); this was
lloyd
2006-09-20
1
-10
/
+0
*
Make the initialization/deinitialization functions static members of
lloyd
2006-09-20
1
-21
/
+17
*
The public add_engine API now always places the new engine at the front
lloyd
2006-09-20
1
-9
/
+8
*
Make the implementation of the round function a bit easier to read.
lloyd
2006-09-20
1
-6
/
+12
*
When searching the block list, first try the last block we had a good
lloyd
2006-09-11
1
-4
/
+4
*
Correctly deal with allocators added post-initialization. In particular,
lloyd
2006-09-11
4
-48
/
+40
*
Remove a useless wrapper function.
lloyd
2006-09-10
1
-17
/
+6
*
Completely rewrite how the default X509_Store searches are performed,
lloyd
2006-09-10
1
-86
/
+41
*
Hack around some Visual Studio bugs that I can't seem to find good solutions
lloyd
2006-09-10
4
-16
/
+35
*
Add parenthesis to make the order of evaluation in an expression more obvious
lloyd
2006-09-09
1
-1
/
+1
*
Add a couple of static_casts to make it clear where a type conversion is
lloyd
2006-09-08
4
-13
/
+15
*
Return the correct type from Basic_Constraints::get_path_limit (was coercing
lloyd
2006-09-08
1
-1
/
+1
*
Rename instances of X509_PublicKey and PKCS8_PrivateKey
lloyd
2006-09-06
9
-34
/
+34
*
Split PK_Key into Public_Key and Private_Key; these new classes merge in
lloyd
2006-09-06
10
-81
/
+53
*
Implement codec objects for private keys as well.
lloyd
2006-09-06
5
-125
/
+155
*
Remove some old commented out test code.
lloyd
2006-09-06
1
-54
/
+0
*
First step in a major rewrite of the high level public key code. The
lloyd
2006-09-06
3
-65
/
+205
*
Merge a formerly duplicate function (one in an anonymous namespace in
lloyd
2006-09-06
2
-28
/
+19
*
Move the declaration of AlgorithmIdentifier into its own header file.
lloyd
2006-09-06
1
-1
/
+1
*
PK_Verifier no longer keeps a reference to the key being used; it only
lloyd
2006-09-06
1
-7
/
+15
*
Change Engine to not rely on the existence of an Algorithm base class for
lloyd
2006-09-06
1
-123
/
+83
*
Add a new version of the StreamCipher_Filter constructor that takes a key
lloyd
2006-08-23
1
-0
/
+11
*
Put the definitions of Pipe::LAST_MESSAGE and Pipe::DEFAULT_MESSAGE into
lloyd
2006-08-23
1
-0
/
+6
*
Fix a bug that caused subject alternative name information to be saved
lloyd
2006-08-23
1
-2
/
+5
*
X509_Certificate::ex_constraints and ::policies now return (if possible)
lloyd
2006-08-22
1
-2
/
+22
*
Have OIDS::lookup do the right thing when given an OID that isn't
lloyd
2006-08-22
1
-2
/
+8
*
Add "OrgUnit" as an additional synonym for X520.OrganizationalUnit,
lloyd
2006-08-22
1
-1
/
+2
*
Let SHA_160::W be resized dynamically; potentially the asm version could
lloyd
2006-08-21
1
-0
/
+8
*
Remove an oddly placed newline
lloyd
2006-08-21
1
-1
/
+0
*
Move bigint_simple_mul into mp_mul.cpp, since that is the only place it
lloyd
2006-08-19
3
-15
/
+26
*
Move Montgomery reduction algorithm into mp_asm.cpp
lloyd
2006-08-19
5
-65
/
+66
*
Don't test Skipjack at startup - it's really not that important, and
lloyd
2006-08-19
1
-8
/
+0
*
Remove trailing whitespace
lloyd
2006-08-19
2
-2
/
+2
*
Simplify the implementation of bigint_divop
lloyd
2006-08-18
1
-6
/
+8
[next]