| Commit message (Expand) | Author | Age | Files | Lines |
* | Add Public_Key::estimated_strength which gives an approximation of how | lloyd | 2012-07-27 | 2 | -13/+33 |
* | Fix X509_Certificate::operator<. It was comparing by calling to_string | lloyd | 2012-06-14 | 2 | -6/+28 |
* | Add support (decoding only) for the CRL Distribution Point extension. | lloyd | 2012-06-13 | 4 | -30/+98 |
* | Update what() signature on exception types | lloyd | 2012-06-12 | 1 | -1/+1 |
* | Drop some deprecated functions | lloyd | 2012-06-01 | 2 | -20/+0 |
* | Support for the authority information access extension, limited to | lloyd | 2012-05-27 | 4 | -1/+84 |
* | Add an X509_Certificate::allowed_usage for extended constraints. | lloyd | 2012-05-27 | 2 | -3/+19 |
* | Derive X509_Object from ASN1_Object. | lloyd | 2012-05-27 | 6 | -24/+46 |
* | Have BER_Deocder::decode_list actually start the SEQUENCE. All callers | lloyd | 2012-05-27 | 1 | -8/+2 |
* | Remove the PRIVATE ASN.1 tag. Not being used outside of the pretty | lloyd | 2012-05-27 | 1 | -1/+1 |
* | Several new hooks in X509_Certificate to get raw (from the cert | lloyd | 2012-05-27 | 2 | -9/+39 |
* | Some post merge fixups. | lloyd | 2012-05-25 | 5 | -15/+9 |
* | propagate from branch 'net.randombit.botan.x509-path-validation' (head 63b5a2... | lloyd | 2012-05-25 | 20 | -219/+320 |
|\ |
|
* | | Kill off the quite vestigal pubkey_enums header. Move most of the code | lloyd | 2012-03-28 | 7 | -8/+136 |
* | | Pass a class to the validation function that represents any | lloyd | 2012-03-28 | 2 | -73/+170 |
* | | All of the X509 modules were actually mutually dependent. Ideally this | lloyd | 2012-02-06 | 22 | -0/+4104 |
|/ |
|
* | Split up src/cert/x509 into a set of modules, though mostly mutually | lloyd | 2010-09-17 | 24 | -4514/+0 |
* | Update all uses of MemoryRegion::append to use either push_back or operator+= | lloyd | 2010-09-15 | 1 | -5/+5 |
* | Remove more uses of vector to pointer implicit conversions | lloyd | 2010-09-13 | 1 | -1/+1 |
* | Define X509_Object::encode in terms of BER_encode and PEM_encode | lloyd | 2010-06-21 | 1 | -22/+12 |
* | Doxygen | lloyd | 2010-06-21 | 1 | -2/+34 |
* | Replace "@return a blah" and "@return the blah" with just "@return blah" | lloyd | 2010-06-16 | 7 | -37/+37 |
* | More Doxygen updates/fixes | lloyd | 2010-06-15 | 4 | -34/+55 |
* | Fix a few hundred Doxygen warnings | lloyd | 2010-06-15 | 3 | -2/+9 |
* | Use X509::BER_encode. Saves 12 lines. Nice | lloyd | 2010-06-15 | 1 | -18/+6 |
* | Remove config options to toggle if X.509 extensions are critical or | lloyd | 2010-03-10 | 4 | -48/+47 |
* | Make cert decoding errors more verbose | lloyd | 2010-03-10 | 1 | -2/+2 |
* | Modify pubkey classes to take names instead of object pointers. | lloyd | 2010-03-08 | 4 | -12/+8 |
* | Remove the now no-op classes PK_Encrypting_Key, | lloyd | 2010-03-08 | 4 | -42/+6 |
* | The code in pk_codecs was actually entirely tied to the code in | lloyd | 2010-03-04 | 1 | -1/+0 |
* | Add a new function to Public_Key, algorithm_identifier(), which just | lloyd | 2010-03-04 | 1 | -7/+1 |
* | Clean up exceptions. Remove some unused ones like Config_Error. Make | lloyd | 2010-01-05 | 1 | -1/+1 |
* | Time was saved to a u32bit. Would really bite me in 2106 :) | lloyd | 2009-12-23 | 1 | -1/+1 |
* | Avoid MSVC warning 4800 about implicit conversion from T to bool. Mostly | lloyd | 2009-12-23 | 1 | -1/+1 |
* | Add FIXME note to Certificate_Policies::encode_inner | lloyd | 2009-12-23 | 1 | -1/+4 |
* | Make many more headers internal-only. | lloyd | 2009-12-16 | 3 | -3/+3 |
* | Full working amalgamation build, plus internal-only headers concept. | lloyd | 2009-12-16 | 1 | -12/+15 |
* | Consolidate the non-canonical epoch timers, like cpuid and Win32's | lloyd | 2009-12-01 | 4 | -4/+4 |
* | Much cleaning up in ECDSA, though it's still rather a mess (and 50x slower | lloyd | 2009-11-18 | 1 | -15/+3 |
* | In creating X.509 certificates and PKCS #10 requests, let (actually: require) | lloyd | 2009-11-09 | 4 | -31/+75 |
* | Remove the 'realname' attribute on all modules and cc/cpu/os info files. | lloyd | 2009-10-29 | 1 | -2/+0 |
* | The get_tm function was duplicated. Move single version to timer.{h,cpp} | lloyd | 2009-09-17 | 1 | -1/+0 |
* | Split up util.h into 3 files | lloyd | 2009-09-17 | 4 | -5/+5 |
* | Move some files around to break up dependencies between directories | lloyd | 2009-07-16 | 1 | -0/+1 |
* | Add a script that reads the output of print_deps.py and rewrites | lloyd | 2009-07-15 | 1 | -7/+13 |
* | Move the contents of pubkey/pubkey (which was kind of a catch-all to | lloyd | 2009-07-15 | 1 | -1/+1 |
* | Thomas Moschny passed along a request from the Fedora packagers which came | lloyd | 2009-03-30 | 23 | -677/+723 |
* | Add Doxygen comment for Timer::clock. Fix @return in benchmark.h and x509_ca.h | lloyd | 2008-11-25 | 1 | -1/+1 |
* | Make X509_Store::CRL_Info public for IBM XLC 0.9 for Cell | lloyd | 2008-11-24 | 1 | -10/+14 |
* | Remove pk_lookup - half of it (look_pk.{cpp,h}) depended on libstate directly, | lloyd | 2008-11-11 | 1 | -1/+0 |