aboutsummaryrefslogtreecommitdiffstats
path: root/src/cert/x509
Commit message (Collapse)AuthorAgeFilesLines
* Remove to_string, replacing with std::to_stringlloyd2009-11-183-3/+3
| | | | | Convert to_u32bit to use the new C++0x library func stoul instead of hand-written code.
* propagate from branch 'net.randombit.botan' (head ↵lloyd2009-11-1811-158/+115
|\ | | | | | | | | | | 23f95467137a0531f74574d1e3eb822734f0c5f2) to branch 'net.randombit.botan.c++0x' (head 427be8496e669880b1bf532eb829ebbdbeaf34c9)
| * Use the new support for explicitly deleting functions instead of hidinglloyd2009-11-172-5/+5
| | | | | | | | | | them as private variables for operator= and copy constructors that shouldn't be used.
| * Convert Data_Store::Matcher to using lambdaslloyd2009-11-161-32/+11
| |
| * Use auto for long iterator names, etc.lloyd2009-11-163-18/+7
| | | | | | | | It will be nice to convert to the range-based for loop once that's available.
| * Replace X509_Store::Search_Func with std::function and lambdaslloyd2009-11-164-92/+81
| |
| * Post-merge fixlloyd2009-11-131-1/+1
| |
| * propagate from branch 'net.randombit.botan' (head ↵lloyd2009-11-134-30/+74
| |\ | | | | | | | | | | | | | | | ac888e57b614c623590d79ab615353ad7c76ef68) to branch 'net.randombit.botan.c++0x' (head 9bf78ed7e2521a328f6db7acbc1cd81b07718230)
| * \ propagate from branch 'net.randombit.botan' (head ↵lloyd2009-11-026-11/+11
| |\ \ | | | | | | | | | | | | | | | | | | | | 2773c2310e8c0a51975987a2dd6c5824c8d43882) to branch 'net.randombit.botan.c++0x' (head f13cf5d7e89706c882604299b508f356c20aae3a)
| | * | Attic-ize all of src/timer, except for time_t_to_tm and system_timelloyd2009-10-134-4/+4
| | | | | | | | | | | | | | | | (which will go later) which will live in the new time.h
| | * | propagate from branch 'net.randombit.botan' (head ↵lloyd2009-09-171-1/+0
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | b9ca6596a127964cb9795d22bc2a5642fab5de84) to branch 'net.randombit.botan.c++0x' (head 3c769a81bd357a14f8aca4502b67e8465cee0947)
| | * \ \ propagate from branch 'net.randombit.botan' (head ↵lloyd2009-09-174-5/+5
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 92e05ab242e4b6998d685961c53700534a673bce) to branch 'net.randombit.botan.c++0x' (head 27ce37b971ec5cb1f80a9a95b13d5a951b96653b)
| | * \ \ \ propagate from branch 'net.randombit.botan' (head ↵lloyd2009-07-211-7/+14
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 95eb8083f5884531e5ca0667388f8a6fb6d05c41) to branch 'net.randombit.botan.c++0x' (head 56e105e678540c8bcafa4d0198c19a9489fbf8d1)
| | * | | | | Replace the (deprecated) auto_ptr with unique_ptr.lloyd2009-04-014-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was mostly a s/auto_ptr/unique_ptr/, except in the CVC code and one function in ECDSA, which relied on auto_ptr's move semantics (ugh) and had to be modified in various ways.
* | | | | | | Much cleaning up in ECDSA, though it's still rather a mess (and 50x slowerlloyd2009-11-181-15/+3
| |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | than OpenSSL... that's a problem for another branch though).
* | | | | | In creating X.509 certificates and PKCS #10 requests, let (actually: require)lloyd2009-11-094-31/+75
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the user to specify the hash function to use, instead of always using SHA-1. This was a sensible default a few years ago, when there wasn't a ~2^60 attack on SHA-1 and support for SHA-2 was pretty much nil, but using something else makes a lot more sense these days.
* | | | / Remove the 'realname' attribute on all modules and cc/cpu/os info files.lloyd2009-10-291-2/+0
| |_|_|/ |/| | | | | | | | | | | | | | | Pretty much useless and unused, except for listing the module names in build.h and the short versions totally suffice for that.
* | | | 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
| |/ |/| | | | | | | | | | | - rounding.h (round_up, round_down) - workfactor.h (dl_work_factor) - timer.h (system_time) And update all users of the previous util.h
* | 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
| | | | | | | | | | | | the info.txt files with the right module dependencies. Apply it across the codebase.
* | Move the contents of pubkey/pubkey (which was kind of a catch-all tolloyd2009-07-151-1/+1
|/ | | | | | | just toplevel pubkey). This was a convention I realized made sense sometime on when I was first doing the modularization changes. Move pkcs8.* and x509_key.* to pk_codecs
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-3023-677/+723
| | | | | | | | | | | | | | | up during the Fedora submission review, that each source file include some text about the license. One handy Perl script later and each file now has the line Distributed under the terms of the Botan license after the copyright notices. While I was in there modifying every file anyway, I also stripped out the remainder of the block comments (lots of astericks before and after the text); this is stylistic thing I picked up when I was first learning C++ but in retrospect it is not a good style as the structure makes it harder to modify comments (with the result that comments become fewer, shorter and are less likely to be updated, which are not good things).
* 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
| | | | | the other half was relied upon by pubkey. Move the contents into those two modules. Update deps.
* 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
| | | | Add some missing info.txts
* 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
| | | | | | | on top of BigInt go to src/math. Some prototypes were moved in order to complete the split, in particular random_integer() is now a static member of BigInt instead of being a global function, and divide() is in divide.h instead of numthry.h
* Move x509 into cert/ subdir (in prep for InSiTo adding cert/cvc)lloyd2008-09-2924-0/+4023