aboutsummaryrefslogtreecommitdiffstats
path: root/src/cert
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove config options to toggle if X.509 extensions are critical orlloyd2010-03-104-48/+47
* Make cert decoding errors more verboselloyd2010-03-101-2/+2
* Modify pubkey classes to take names instead of object pointers.lloyd2010-03-086-29/+23
* Remove the now no-op classes PK_Encrypting_Key,lloyd2010-03-085-47/+7
* Changes to CVC to deal with the fact that you can't create an uninitializedlloyd2010-03-043-8/+10
* The code in pk_codecs was actually entirely tied to the code inlloyd2010-03-042-2/+0
* Add a new function to Public_Key, algorithm_identifier(), which justlloyd2010-03-041-7/+1
* Remove BOTAN_DLL from templates, VC++ doesn't like itlloyd2010-03-032-2/+2
* Reorganize where some CVC code goes to avoid template bloat + VC problemslloyd2010-03-037-95/+66
* CVC assumed sigs were DER encoded by default. Not truelloyd2010-03-024-25/+7
* Remove ECDSA_Signature encoding/decoding cruftlloyd2010-03-023-83/+39
* Cleanups, remove dead codelloyd2010-03-028-96/+27
* Port in the code for forming the EAC encoding of an ECDSA key, so nowlloyd2010-03-021-19/+47
* Lots of internal CVC cleanupslloyd2010-03-0213-192/+121
* Remove some needless usages of auto_ptr in CVClloyd2010-03-027-22/+33
* Remove a fairly useless member of EC_PublicKey that was only used forlloyd2010-03-021-1/+1
* Clean up EC_Domain_Paramslloyd2010-03-011-3/+3
* Small cleanups in CVC. Reduce use of assert. Remove UTF-8 charslloyd2010-02-245-28/+25
* Remove TR1 dependency in CVC codelloyd2010-02-2412-111/+25
* Remove global variablelloyd2010-01-222-4/+2
* Clean up exceptions. Remove some unused ones like Config_Error. Makelloyd2010-01-051-1/+1
* Add copyright and license notes to pretty much every file that didn't have them,lloyd2009-12-312-4/+4
* Replace time_t_to_tm with calendar_value which returns a struct representinglloyd2009-12-241-6/+5
* Time was saved to a u32bit. Would really bite me in 2106 :)lloyd2009-12-231-1/+1
* Avoid MSVC warning 4800 about implicit conversion from T to bool. Mostlylloyd2009-12-231-1/+1