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
*
Fix for bug 209. Required some reworking of the ASN.1 bytestring
lloyd
2012-07-09
1
-37
/
+0
*
Allow arbitrary ciphers and hashes with PKCS #5 v2.0. The only
lloyd
2012-05-31
1
-3
/
+0
*
Add an X509_Certificate::allowed_usage for extended constraints.
lloyd
2012-05-27
1
-0
/
+7
*
Have BER_Deocder::decode_list actually start the SEQUENCE. All callers
lloyd
2012-05-27
1
-1
/
+8
*
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
-7
/
+78
*
propagate from branch 'net.randombit.botan.tls-state-machine' (head 63b88a65b...
lloyd
2012-03-30
1
-1
/
+2
|
\
|
*
Off by one in decode_constrained_integer, broke Session DER decoding
lloyd
2012-03-22
1
-1
/
+2
*
|
Merge fixups. Add locking to default session manager. Use chrono lib
lloyd
2012-02-20
1
-4
/
+4
|
/
*
This should always have reported what it saw and expected
lloyd
2012-01-24
1
-1
/
+5
*
BER decoder extras needed by previous commit
lloyd
2011-12-27
1
-0
/
+22
*
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