aboutsummaryrefslogtreecommitdiffstats
path: root/src/cert
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add FIXME note to Certificate_Policies::encode_innerlloyd2009-12-231-1/+4
* Add missing BOTAN_DLL exports.lloyd2009-12-162-1/+1
* Make many more headers internal-only.lloyd2009-12-166-49/+50
* Full working amalgamation build, plus internal-only headers concept.lloyd2009-12-163-25/+32
* Consolidate the non-canonical epoch timers, like cpuid and Win32'slloyd2009-12-016-6/+6
* Much cleaning up in ECDSA, though it's still rather a mess (and 50x slowerlloyd2009-11-181-15/+3
* Cleanups - remove emails from source files, they should only live inlloyd2009-11-105-9/+4
* In creating X.509 certificates and PKCS #10 requests, let (actually: require)lloyd2009-11-094-31/+75
* Remove the 'realname' attribute on all modules and cc/cpu/os info files.lloyd2009-10-292-4/+0
* The get_tm function was duplicated. Move single version to timer.{h,cpp}lloyd2009-09-172-44/+16
* Split up util.h into 3 fileslloyd2009-09-176-7/+6
* Replace 'XXX' and other such notes with FIXME for easy greppinglloyd2009-07-223-6/+6
* Move some files around to break up dependencies between directorieslloyd2009-07-161-0/+1
* Add a script that reads the output of print_deps.py and rewriteslloyd2009-07-152-12/+26
* Move the contents of pubkey/pubkey (which was kind of a catch-all tolloyd2009-07-151-1/+1
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-3042-849/+933