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
/
asn1
/
ber_dec.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert the BER/DER coders to use size_t instead of u32bit for small
lloyd
2011-02-09
1
-2
/
+2
*
s/u32bit/size_t/ in asn1
lloyd
2010-10-13
1
-21
/
+21
*
Use size_t in all of math, remove to_u32bit
lloyd
2010-10-12
1
-1
/
+8
*
Update all uses of MemoryRegion::append to use either push_back or operator+=
lloyd
2010-09-15
1
-2
/
+3
*
First set of changes for avoiding use implicit vector->pointer conversions
lloyd
2010-09-13
1
-5
/
+5
*
Rename MemoryRegion::destroy to MemoryRegion::clear to match STL
lloyd
2010-09-08
1
-3
/
+3
*
Big, invasive but mostly automated change, with a further attempt at
lloyd
2010-09-07
1
-2
/
+4
*
Add a couple of new helper functions to BER_Decoder:
lloyd
2010-03-19
1
-0
/
+8
*
Move the get_byte template to its own header, because many files
lloyd
2010-02-02
1
-1
/
+1
*
Un-internal loadstor.h (and its header deps, rotate.h and
lloyd
2009-12-21
1
-1
/
+1
*
Make many more headers internal-only.
lloyd
2009-12-16
1
-1
/
+1
*
Rename/remove some secmem member variables for better matching with STL
lloyd
2009-11-17
1
-2
/
+2
*
Thomas Moschny passed along a request from the Fedora packagers which came
lloyd
2009-03-30
1
-94
/
+96
*
Move almost all of the ASN.1, BER, and DER codec related code into new
lloyd
2008-09-28
1
-0
/
+469