aboutsummaryrefslogtreecommitdiffstats
path: root/src/policy.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add IETF MODP 8192 DH grouplloyd2008-09-121-0/+47
* Reindentlloyd2008-09-071-172/+172
* Add the IKE 6144-bit MODP group, from RFC 3526lloyd2008-09-051-0/+37
* Add DSS groups with 2048 and 3072 bit p values (and 256 bit q subgroups).lloyd2008-08-311-105/+141
* Remove the default_pbe option. Instead hardcode the default intolloyd2008-06-301-2/+0
* Remove option v1_assume_ca, no longer usedlloyd2008-06-301-2/+0
* Previously X509_Store took two configuration values from the librarylloyd2008-06-301-2/+0
* Remove the Config class.lloyd2008-06-301-8/+8
* Remove setting of unused blinder_size config varlloyd2008-04-121-1/+0
* Remove Config::option_as_u32bit - the only advantage it had over callinglloyd2008-04-121-1/+0
* Make the memory allocator's chunk size a compile time constant, via alloyd2008-04-121-1/+0
* Remove severa global configuration variables related to entropy gathering,lloyd2008-04-101-7/+0
* Remove the config option rng/ms_capi_prov_type - the CryptoAPI entropylloyd2008-04-101-1/+0
* Remove the pem/ config arguments. Replace with arguments to the individuallloyd2008-04-101-4/+0
* Add a second argument to X509_Cert_Options, which replaceslloyd2008-04-101-2/+0
* Change the copyrights in all files in the Botan tree to directly reflectlloyd2008-04-101-1/+1
* Mostly revert 2f4fd18182d5a75c40cd831e7ee3c314be5c57d6, only keep thelloyd2008-03-101-1/+1
* Mass update of the copyright date. Honestly I don't know why I bother,lloyd2008-02-141-1/+1
* Change the default list of PRNG devices fromlloyd2007-11-171-1/+1
* Don't hard code any directories to search for programs into es_unix.lloyd2007-10-191-1/+1
* Add OIDs for SHA-224, SHA-256, SHA-384, SHA-512, and DSA with SHA-224 andlloyd2007-10-031-1/+9
* Add new OIDs for Rabin-Williams and Nyberg-Rueppel keys and signatures.lloyd2007-03-101-0/+23
* Bump copyright year to 2007lloyd2007-01-201-1/+1
* Use set_option in policy.cpplloyd2006-12-141-40/+40
* Simplify the initial RNG seeding operationlloyd2006-09-211-1/+0
* Fix definition of OID 2.5.4.8; was accidentally changed by search-replacelloyd2006-07-311-1/+1
* Remove a declaration for add_alias, which was removed at some pointlloyd2006-07-161-37/+37
* Fix config handling (stupid mismatch was causing the getter for thelloyd2006-07-011-6/+5
* Access the global configuration through an object reference insteadlloyd2006-07-011-206/+207
* Syntax changes to the BER and DER APIs to improve readability of codelloyd2006-05-191-1/+0
* Initial checkin1.5.6lloyd2006-05-181-0/+374