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
*
propagate from branch 'net.randombit.botan' (head 2841fb518e20d2fe0a374e4f6b0...
lloyd
2010-10-28
90
-697
/
+846
|
\
|
*
Use standalone encoder for end of message padding too
lloyd
2010-10-28
2
-27
/
+9
|
*
Consolidate hex and base64 filters into a single sub-module.
lloyd
2010-10-28
7
-66
/
+44
|
*
Simple standalone base64 encoder
lloyd
2010-10-28
3
-0
/
+159
|
*
These are internal headers and do not need public linkage
lloyd
2010-10-28
3
-3
/
+3
|
*
Rename the base64 filter and macro names in prep for adding
lloyd
2010-10-27
6
-8
/
+6
|
*
Move base64 char tables to base64.cpp
lloyd
2010-10-27
2
-48
/
+36
|
*
Make TLS_Client entirely via callbacks, not talking to Socket directly
lloyd
2010-10-19
2
-43
/
+28
|
*
Make Record_Writer call a callback instead of writing directly to the socket
lloyd
2010-10-19
5
-10
/
+20
|
*
Run MAC as standalone object instead of running it through a Pipe at
lloyd
2010-10-19
3
-48
/
+56
|
*
Update AES-NI for SecureVector and BlockCipher changes
lloyd
2010-10-19
1
-9
/
+9
|
*
BigInt::get_substring really shouldn't return size_t. Revert to
lloyd
2010-10-18
5
-10
/
+8
|
*
For const BigInt::operator[], return a const reference instead of a
lloyd
2010-10-18
1
-1
/
+1
|
*
s/u32bit/size_t/
lloyd
2010-10-18
4
-38
/
+38
|
*
s/u32bit/size_t/
lloyd
2010-10-18
7
-51
/
+51
|
*
Prefix vs postfix
lloyd
2010-10-15
2
-4
/
+4
|
*
Last u32bit->size_t for ssl
lloyd
2010-10-15
10
-101
/
+108
|
*
More size_t
lloyd
2010-10-15
3
-28
/
+28
|
*
More size_t
lloyd
2010-10-15
3
-30
/
+30
|
*
Use size_t in ssl
lloyd
2010-10-15
12
-75
/
+75
|
*
Only allocate as much working space as needed in key schedule
lloyd
2010-10-14
1
-4
/
+4
|
*
Remove standalone S function
lloyd
2010-10-14
1
-12
/
+13
|
*
In all cases where the block size of the cipher is fixed, the key
lloyd
2010-10-14
32
-140
/
+176
*
|
propagate from branch 'net.randombit.botan' (head cba32f885eb7889a9711cbee120...
lloyd
2010-10-13
25
-144
/
+148
|
\
|
|
*
More size_t
lloyd
2010-10-13
11
-26
/
+26
|
*
More size_t
lloyd
2010-10-13
3
-18
/
+18
|
*
Implicit rounds based on key variable size
lloyd
2010-10-13
4
-27
/
+44
|
*
Make the rounds implicit with the size of the key values
lloyd
2010-10-13
2
-55
/
+42
|
*
More size_t. Document changes
lloyd
2010-10-13
7
-18
/
+18
*
|
propagate from branch 'net.randombit.botan' (head 0b2a6834cd19e431afc91bd062b...
lloyd
2010-10-13
124
-1484
/
+633
|
\
\
|
|
/
|
/
|
|
*
propagate from branch 'net.randombit.botan' (head 6581b789d58717bc6acee5c6a24...
lloyd
2010-10-13
74
-354
/
+430
|
|
\
|
*
|
Post-merge fixups
lloyd
2010-10-13
4
-11
/
+5
|
*
|
propagate from branch 'net.randombit.botan' (head 2898d79f992f27a328a3e41d34b...
lloyd
2010-10-13
122
-1475
/
+630
|
|
\
\
|
|
*
|
Compile python wrapper as C++0x
lloyd
2010-09-09
1
-1
/
+1
|
|
*
|
Partially fix Python compilation. Looks like Boost.Python doesn't support
lloyd
2010-09-09
1
-1
/
+2
|
|
*
|
propagate from branch 'net.randombit.botan' (head fb78974f57bc3065d8537ebeb52...
lloyd
2010-09-07
7
-32
/
+48
|
|
|
\
\
|
|
*
|
|
Use std::to_string
lloyd
2010-09-03
2
-2
/
+3
|
|
*
|
|
propagate from branch 'net.randombit.botan' (head a29c41b4a949207b1544096c3af...
lloyd
2010-09-03
121
-1569
/
+718
|
|
|
\
\
\
|
|
|
*
|
|
Use gcc 4.5.1
lloyd
2010-08-13
1
-1
/
+1
|
|
|
*
|
|
Post-merge fix
lloyd
2010-08-13
1
-1
/
+1
|
|
|
*
|
|
propagate from branch 'net.randombit.botan' (head 0a3348f52bf558bc2282e1066c2...
lloyd
2010-08-13
121
-1569
/
+718
|
|
|
|
\
\
\
|
|
|
|
*
\
\
propagate from branch 'net.randombit.botan' (head c6dfcb1b2e25290f071169361fb...
lloyd
2010-08-06
6
-67
/
+165
|
|
|
|
|
\
\
\
|
|
|
|
*
|
|
|
~Algorithm_Cache was missing definition
lloyd
2010-08-04
1
-1
/
+1
|
|
|
|
*
|
|
|
propagate from branch 'net.randombit.botan' (head 717a9d103aa80e6d66c04e3a23c...
lloyd
2010-08-04
121
-1571
/
+720
|
|
|
|
|
\
\
\
\
|
|
|
|
|
*
|
|
|
Drop User_Interface; replace with a std::function callback
lloyd
2010-07-09
5
-99
/
+52
|
|
|
|
|
*
|
|
|
propagate from branch 'net.randombit.botan' (head 8761f1c3082e4ce33af57e557f9...
lloyd
2010-07-09
117
-1471
/
+667
|
|
|
|
|
|
\
\
\
\
|
|
|
|
|
|
*
|
|
|
Post merge fixups
lloyd
2010-07-09
3
-5
/
+1
|
|
|
|
|
|
*
|
|
|
propagate from branch 'net.randombit.botan' (head 161b5c0300b72baa746f101fda1...
lloyd
2010-07-09
117
-1466
/
+666
|
|
|
|
|
|
|
\
\
\
\
|
|
|
|
|
|
|
*
\
\
\
propagate from branch 'net.randombit.botan' (head 647eeb4f4cf8fa4cf487cdc463d...
lloyd
2010-06-22
50
-183
/
+923
|
|
|
|
|
|
|
|
\
\
\
\
|
|
|
|
|
|
|
*
|
|
|
|
Post merge fixups
lloyd
2010-06-17
2
-5
/
+0
[next]