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 OpenSSL engine WRT memory vector changes, append is no more
lloyd
2010-09-23
1
-1
/
+3
*
Add a convenience overload of hex_encode taking a MemoryRegion<byte>&
lloyd
2010-09-23
2
-0
/
+17
*
In RSA and RW key generation, if we generate a key that isn't exactly
lloyd
2010-09-22
2
-11
/
+12
*
Deal with loss of store search
lloyd
2010-09-21
2
-2
/
+3
*
Add info.txt file
lloyd
2010-09-21
1
-0
/
+1
*
Do the prep/unroll phase 4 rounds before it is needed instead of 3;
lloyd
2010-09-21
1
-97
/
+92
*
Clean up, hide union accesses with a macro to make it easier to test
lloyd
2010-09-21
1
-40
/
+92
*
Remove searching with an arbitrary predicate from X509_Store
lloyd
2010-09-20
4
-197
/
+0
*
Move certificate store to its own dir
lloyd
2010-09-20
3
-0
/
+1
*
Add missing info files
lloyd
2010-09-20
5
-0
/
+6
*
Add CRL storage possibilities
lloyd
2010-09-20
3
-17
/
+93
*
Hide X509_Store::check_sig
lloyd
2010-09-20
1
-2
/
+2
*
Add a (clunky) function X509_Object::hash_used_for_signature that
lloyd
2010-09-20
2
-0
/
+26
*
Don't use SecureVector to store certificate data; mlock'ed memory in
lloyd
2010-09-17
3
-8
/
+8
*
Add strict comparisons for X509_Time
lloyd
2010-09-17
2
-0
/
+8
*
Define a simpler Certificate_Store interface which should be much
lloyd
2010-09-17
3
-45
/
+56
*
Hide X509_Object constructor
lloyd
2010-09-17
1
-11
/
+11
*
Remove dependencies on X509_Store
lloyd
2010-09-17
4
-12
/
+23
*
Split up src/cert/x509 into a set of modules, though mostly mutually
lloyd
2010-09-17
28
-49
/
+2
*
Require a TLS_Policy
lloyd
2010-09-17
9
-64
/
+60
*
I had this older version of algorithm_benchmark included for
lloyd
2010-09-16
1
-18
/
+0
*
Add a helper function for encoding TLS values with length tagging
lloyd
2010-09-15
6
-47
/
+60
*
Use push_back for the single value += operator
lloyd
2010-09-15
1
-3
/
+1
*
Update/fix SSL deps
lloyd
2010-09-15
1
-6
/
+5
*
Hide a number of the internal SSL headers from the user, you can still
lloyd
2010-09-15
18
-28
/
+32
*
Update all uses of MemoryRegion::append to use either push_back or operator+=
lloyd
2010-09-15
31
-147
/
+142
*
Remove all versions of MemoryRegion::append.
lloyd
2010-09-15
1
-19
/
+43
*
Implicit conversions
lloyd
2010-09-14
5
-21
/
+25
*
Remove more implicit vector to pointer conversions
lloyd
2010-09-14
12
-48
/
+49
*
More changes to avoid vector to pointer implicit conversions
lloyd
2010-09-14
21
-54
/
+55
*
Handle the case that container size() returns something other than u32bit
lloyd
2010-09-14
15
-23
/
+22
*
Completely remove the second parameter to SecureVector which specifies
lloyd
2010-09-14
68
-272
/
+313
*
Avoid 3-argument copy
lloyd
2010-09-13
1
-1
/
+1
*
Split up definitions so it is easer to remove functions I want to remove.
lloyd
2010-09-13
1
-19
/
+21
*
Don't expose init (protected) with a using directive
lloyd
2010-09-13
1
-8
/
+6
*
Remove constructors of MemoryVector and SecureVector that took two
lloyd
2010-09-13
4
-23
/
+16
*
Remove more uses of vector to pointer implicit conversions
lloyd
2010-09-13
29
-101
/
+134
*
More vector->pointer conversion removals.
lloyd
2010-09-13
18
-42
/
+49
*
First set of changes for avoiding use implicit vector->pointer conversions
lloyd
2010-09-13
28
-131
/
+163
*
Anywhere where we use MemoryRegion::begin to get access to the raw pointer
lloyd
2010-09-13
60
-151
/
+160
*
Use a true lexicographic ordering in MemoryRegion::operator<
lloyd
2010-09-09
1
-8
/
+11
*
Update the dynamic engine protocol. The initial version had an engine
lloyd
2010-09-08
1
-30
/
+15
*
Dynamic loading confirmed to work on Windows (tested Windows 7 x64)
lloyd
2010-09-08
1
-0
/
+1
*
Under certain compilation modules, HMODULE isn't a void* but rather a
lloyd
2010-09-08
1
-2
/
+2
*
In the nmake clean target, delete additional stuff that VC++ drops into
lloyd
2010-09-08
1
-0
/
+1
*
Fix binary input in DataSource_Stream - the conditional was backwards.
lloyd
2010-09-08
2
-11
/
+10
*
Really fix RC4 suites - it was set to use a key of 128 bytes == 1024 bits!
lloyd
2010-09-08
1
-1
/
+1
*
Rename MemoryRegion::destroy to MemoryRegion::clear to match STL
lloyd
2010-09-08
11
-21
/
+20
*
Fix RC4 suites
lloyd
2010-09-08
1
-1
/
+1
*
Big, invasive but mostly automated change, with a further attempt at
lloyd
2010-09-07
71
-157
/
+165
[next]