aboutsummaryrefslogtreecommitdiffstats
path: root/src/pubkey/ec_dompar/ec_dompar.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use size_t instead of u32bit in all of pubkeylloyd2010-10-121-2/+2
* Use BOTAN_ASSERT in various placeslloyd2010-09-261-2/+2
* In the string constructor of EC_Domain_Params, check if the PEM decodinglloyd2010-04-191-3/+12
* Replace PointGFp::check_invaraints, which would either return silentlylloyd2010-03-191-1/+0
* Add a couple of new helper functions to BER_Decoder:lloyd2010-03-191-20/+7
* For PEM encoding ECC domain parameters I had been using the identifierlloyd2010-03-021-2/+2
* Set PEM constructor (taking a string) to default to "". In this case,lloyd2010-03-021-5/+11
* Move all of the ECC domain parameter sets to policy.cpp, encoded as PEM,lloyd2010-03-021-431/+9
* Add EC domain contructor eating PEM. Set OID in OID constructorlloyd2010-03-011-3/+11
* Add EC_Domain_Params::PEM_encodelloyd2010-03-011-31/+38
* Kill get_EC_Dom_Pars_by_oidlloyd2010-03-011-49/+41
* Clean up EC_Domain_Paramslloyd2010-03-011-122/+79
* CurveGFp: Inline, deleting source file. Store only a,b,p aslloyd2010-02-251-38/+41
* propagate from branch 'net.randombit.botan' (head 84baf58b29f3aaaee34e2b873d0...lloyd2010-02-241-5/+3
|\
| * Remove unused variable in ec_dompar. Add missing include to ecc_keylloyd2010-02-231-5/+3
* | Bizarrely, there are two different OIDs for the same GOST 34.10 param set.lloyd2009-12-121-1/+1
* | Add an implementation of GOST 34.10-2001 as described inlloyd2009-11-191-0/+12
|/
* Add 'Distributed under...' text to files missing it. Some format cleanupslloyd2009-10-071-0/+8
* Move engine to libstate/ directory, since there is a mutual dependencylloyd2008-11-091-1/+0
* Split the last parts of the 'core' modulelloyd2008-11-081-1/+1
* Add more ECC domain parameter sets from InSiTolloyd2008-10-111-10/+295
* Add BSI variant of EMSA1, from InSiTolloyd2008-10-081-1/+1
* Rename pk dir to pubkey, avoids tab-completion collision with pk_padlloyd2008-10-011-0/+289