From 8b543e804375a788ae71d461c0f8cf5d4193fc25 Mon Sep 17 00:00:00 2001 From: lloyd Date: Fri, 8 Apr 2011 18:13:41 +0000 Subject: ECC private keys had two different constructors, one taking a group and a random number generator, and the other taking a group and a preset private key value. The DL private keys instead have on constructor for this; if the x value is zero, then a new random key is created. For consistency, do this with ECC as well. ECDH actually didn't have one of these constructors, forcing you to either load from PKCS #8 or else use a random key. Rename EC_Domain_Params to EC_Group, with a typedef for compatability. More doc updates. Update mtn ignores for Sphinx output --- .mtn-ignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.mtn-ignore') diff --git a/.mtn-ignore b/.mtn-ignore index 8be5a95a8..0c89431f5 100644 --- a/.mtn-ignore +++ b/.mtn-ignore @@ -9,9 +9,10 @@ callgrind.out.* ^checks/ecc_testdata/rsa_private.pkcs8.pem$ ^checks/ecc_testdata/wo_dompar_private.pkcs8.pem$ ^checks/nist_tests/x509test$ +^doc/_build$ +^doc/_static$ ^doc/botan.doxy$ ^doc/doxygen$ -^doc/[a-z]+\.(pdf|log|toc)$ ^doc/examples/.*\.pem$ ^doc/examples/[a-z0-9_]+$ ^src/wrap/perl-xs/Botan.(bs|c)$ @@ -19,3 +20,4 @@ callgrind.out.* ^src/wrap/perl-xs/.*blib$ ^[a-z]+\.(exe|dll)(\.manifest)?$ ^[a-z]+\.(exp|lib)$ +^libbotan\.so\..* -- cgit v1.2.3