Changeset 2592
- Timestamp:
- 04/29/12 20:46:47 (13 months ago)
- Files:
-
- 1 modified
-
trunk/pdns/pdns/botan110signers.cc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pdns/pdns/botan110signers.cc
r2334 r2592 29 29 ~GOSTDNSCryptoKeyEngine(){} 30 30 void create(unsigned int bits); 31 string getName() const { return "Botan 1. 9GOST"; }31 string getName() const { return "Botan 1.10 GOST"; } 32 32 storvector_t convertToISCVector() const; 33 33 std::string getPubKeyHash() const; … … 257 257 ~ECDSADNSCryptoKeyEngine() {} 258 258 // XXX FIXME NEEDS DEEP COPY CONSTRUCTOR SO WE DON'T SHARE KEYS 259 string getName() const { return "Botan 1. 9ECDSA"; }259 string getName() const { return "Botan 1.10 ECDSA"; } 260 260 void create(unsigned int bits); 261 261 storvector_t convertToISCVector() const;