aboutsummaryrefslogtreecommitdiffstats
path: root/src/cert/x509
Commit message (Expand)AuthorAgeFilesLines
* Add Public_Key::estimated_strength which gives an approximation of howlloyd2012-07-272-13/+33
* Fix X509_Certificate::operator<. It was comparing by calling to_stringlloyd2012-06-142-6/+28
* Add support (decoding only) for the CRL Distribution Point extension.lloyd2012-06-134-30/+98
* Update what() signature on exception typeslloyd2012-06-121-1/+1
* Drop some deprecated functionslloyd2012-06-012-20/+0
* Support for the authority information access extension, limited tolloyd2012-05-274-1/+84
* Add an X509_Certificate::allowed_usage for extended constraints.lloyd2012-05-272-3/+19
* Derive X509_Object from ASN1_Object.lloyd2012-05-276-24/+46
* Have BER_Deocder::decode_list actually start the SEQUENCE. All callerslloyd2012-05-271-8/+2
* Remove the PRIVATE ASN.1 tag. Not being used outside of the prettylloyd2012-05-271-1/+1
* Several new hooks in X509_Certificate to get raw (from the certlloyd2012-05-272-9/+39
* Some post merge fixups.lloyd2012-05-255-15/+9
* propagate from branch 'net.randombit.botan.x509-path-validation' (head 63b5a2...lloyd2012-05-2520-219/+320
|\
* | Kill off the quite vestigal pubkey_enums header. Move most of the codelloyd2012-03-287-8/+136
* | Pass a class to the validation function that represents anylloyd2012-03-282-73/+170
* | All of the X509 modules were actually mutually dependent. Ideally thislloyd2012-02-0622-0/+4104
|/
* Split up src/cert/x509 into a set of modules, though mostly mutuallylloyd2010-09-1724-4514/+0
* Update all uses of MemoryRegion::append to use either push_back or operator+=lloyd2010-09-151-5/+5
* Remove more uses of vector to pointer implicit conversionslloyd2010-09-131-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-167-37/+37
* More Doxygen updates/fixeslloyd2010-06-154-34/+55
* Fix a few hundred Doxygen warningslloyd2010-06-153-2/+9
* Use X509::BER_encode. Saves 12 lines. Nicelloyd2010-06-151-18/+6
* 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-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