aboutsummaryrefslogtreecommitdiffstats
path: root/src/cert/x509
Commit message (Expand)AuthorAgeFilesLines
* Modify pubkey classes to take names instead of object pointers.lloyd2010-03-084-12/+8
* Remove the now no-op classes PK_Encrypting_Key,lloyd2010-03-084-42/+6
* The code in pk_codecs was actually entirely tied to the code inlloyd2010-03-041-1/+0
* Add a new function to Public_Key, algorithm_identifier(), which justlloyd2010-03-041-7/+1
* Clean up exceptions. Remove some unused ones like Config_Error. Makelloyd2010-01-051-1/+1
* 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
* Make many more headers internal-only.lloyd2009-12-163-3/+3
* Full working amalgamation build, plus internal-only headers concept.lloyd2009-12-161-12/+15
* Consolidate the non-canonical epoch timers, like cpuid and Win32'slloyd2009-12-014-4/+4
* Much cleaning up in ECDSA, though it's still rather a mess (and 50x slowerlloyd2009-11-181-15/+3
* 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-291-2/+0
* The get_tm function was duplicated. Move single version to timer.{h,cpp}lloyd2009-09-171-1/+0
* Split up util.h into 3 fileslloyd2009-09-174-5/+5
* 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-151-7/+13
* 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-3023-677/+723
* Add Doxygen comment for Timer::clock. Fix @return in benchmark.h and x509_ca.hlloyd2008-11-251-1/+1
* Make X509_Store::CRL_Info public for IBM XLC 0.9 for Celllloyd2008-11-241-10/+14
* Remove pk_lookup - half of it (look_pk.{cpp,h}) depended on libstate directly,lloyd2008-11-111-1/+0
* Remove lookup.h use from DLIES, PK key agreement, DSA param gen, get_enc.cpplloyd2008-11-112-4/+3
* Split the last parts of the 'core' modulelloyd2008-11-083-3/+3
* Wrap lines to 80 columnslloyd2008-10-281-2/+2
* Add some Doxygen comments from InSiTo written for config.h (now gone/split up)lloyd2008-10-131-5/+9
* Add Doxygen comments from InSiTo to x509self.hlloyd2008-10-131-27/+148
* Doxygen comments for X509_Certificate, from InSiTolloyd2008-10-131-12/+123
* Another batch of InSiTo Doxygen commentslloyd2008-10-131-7/+41
* More Doxygen comments from InSiTolloyd2008-10-131-5/+58
* More Doxygen comments from InSiTolloyd2008-10-133-17/+97
* Default to using SHA-1 with ECDSA in X.509 signatureslloyd2008-10-111-0/+5
* Move oids.h to oid_lookup. Allows for much smaller build by disabling asn1lloyd2008-10-011-7/+8
* Move look_pk and pk_algs to new module pubkey/pk_lookuplloyd2008-10-011-0/+1
* x509 module requires pubkey base module to compilelloyd2008-10-011-0/+1
* Put only the implementation of BigInt in src/bigint, mathematical functionslloyd2008-09-291-1/+1
* Move x509 into cert/ subdir (in prep for InSiTo adding cert/cvc)lloyd2008-09-2924-0/+4023