aboutsummaryrefslogtreecommitdiffstats
path: root/src/cert
Commit message (Expand)AuthorAgeFilesLines
* Fix various bugs found by Coverity scanner.lloyd2013-07-252-0/+3
* Fix various typos, and remove an unused macro in checks/bench.cpplloyd2012-04-231-1/+1
* Fix the very basic operations for encoding and decoding alloyd2011-05-171-5/+10
* Add back BigInt::to_u32bitlloyd2011-05-101-1/+1
* ECC private keys had two different constructors, one taking a grouplloyd2011-04-081-1/+1
* In X509_Certificate::to_string, don't print key ids if emptylloyd2011-04-062-3/+7
* Fix variable mask warning in Sun C++.lloyd2011-03-011-4/+4
* Use size_t rather than u32bit for loop variableslloyd2011-02-161-12/+12
* Some dependency fixeslloyd2011-02-112-1/+3
* Remove inclusions of unused headers.lloyd2011-02-102-7/+7
* Pull out variable, causes link problems in amalgamationlloyd2011-02-092-3/+3
* Convert the BER/DER coders to use size_t instead of u32bit for smalllloyd2011-02-0911-22/+26
* Some cleanups, and add an <ios> include for Sun Studio 12lloyd2011-02-092-40/+47
* Fix some VC warnings under 64 bit compileslloyd2010-12-132-6/+6
* Make the random serial numbers 256 bits to ensure they will neverlloyd2010-11-291-1/+1
* Add X509_Certificate::to_stringlloyd2010-11-292-2/+110
* Overflow warning in MSVClloyd2010-11-291-1/+2
* Add a BOTAN_DEPRECATED macro which can provide compile-timelloyd2010-11-021-0/+1
* Doxygen updates.lloyd2010-11-021-0/+3
* s/u32bit/size_t/lloyd2010-10-291-2/+2
* s/u32bit/size_t/lloyd2010-10-184-38/+38
* Split some of the ASN.1 types into their own headerslloyd2010-10-132-0/+2
* Use output_length() instead of OUTPUT_LENGTH pseudo-propertylloyd2010-10-131-1/+1
* Fix CRL reason codes and updating of CRLs. Add tests for both cases.lloyd2010-10-074-42/+7
* Forward port CRL fixes from rev 7bb2001cd554a1acc3d345914ea710ff0e1d3a6blloyd2010-10-071-7/+12
* Add dependencieslloyd2010-09-247-0/+31
* Add info.txt filelloyd2010-09-211-0/+1
* Remove searching with an arbitrary predicate from X509_Storelloyd2010-09-204-197/+0
* Move certificate store to its own dirlloyd2010-09-203-0/+1
* Add missing info fileslloyd2010-09-205-0/+6
* Add CRL storage possibilitieslloyd2010-09-203-17/+93
* Hide X509_Store::check_siglloyd2010-09-201-2/+2
* Add a (clunky) function X509_Object::hash_used_for_signature thatlloyd2010-09-202-0/+26
* Don't use SecureVector to store certificate data; mlock'ed memory inlloyd2010-09-173-8/+8
* Define a simpler Certificate_Store interface which should be muchlloyd2010-09-173-45/+56
* Hide X509_Object constructorlloyd2010-09-171-11/+11
* Remove dependencies on X509_Storelloyd2010-09-174-12/+23
* Split up src/cert/x509 into a set of modules, though mostly mutuallylloyd2010-09-1726-47/+0
* Update all uses of MemoryRegion::append to use either push_back or operator+=lloyd2010-09-156-22/+20
* Remove more uses of vector to pointer implicit conversionslloyd2010-09-131-1/+1
* Anywhere where we use MemoryRegion::begin to get access to the raw pointerlloyd2010-09-131-7/+5
* Make round_up and round_down templates instead of fixed to use u32bitslloyd2010-06-291-1/+1
* Define X509_Object::encode in terms of BER_encode and PEM_encodelloyd2010-06-211-22/+12
* Doxygenlloyd2010-06-211-2/+34
* Replace "@return a blah" and "@return the blah" with just "@return blah"lloyd2010-06-169-48/+48
* More Doxygen updates/fixeslloyd2010-06-156-35/+59
* Fix a few hundred Doxygen warningslloyd2010-06-158-8/+23
* Use X509::BER_encode. Saves 12 lines. Nicelloyd2010-06-151-18/+6
* Remove some C-style castslloyd2010-04-231-2/+2
* Initialize m_pk to null in constructorlloyd2010-03-171-0/+2