Changeset 2592

Show
Ignore:
Timestamp:
04/29/12 20:46:47 (13 months ago)
Author:
peter
Message:

make botan110signers report 1.10 instead of 1.9

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/pdns/pdns/botan110signers.cc

    r2334 r2592  
    2929  ~GOSTDNSCryptoKeyEngine(){} 
    3030  void create(unsigned int bits); 
    31   string getName() const { return "Botan 1.9 GOST"; } 
     31  string getName() const { return "Botan 1.10 GOST"; } 
    3232  storvector_t convertToISCVector() const; 
    3333  std::string getPubKeyHash() const; 
     
    257257  ~ECDSADNSCryptoKeyEngine() {} 
    258258  // XXX FIXME NEEDS DEEP COPY CONSTRUCTOR SO WE DON'T SHARE KEYS 
    259   string getName() const { return "Botan 1.9 ECDSA"; } 
     259  string getName() const { return "Botan 1.10 ECDSA"; } 
    260260  void create(unsigned int bits); 
    261261  storvector_t convertToISCVector() const;