From d8d9b1672c286023c5d38ee7ec25c000b452b66c Mon Sep 17 00:00:00 2001 From: lloyd Date: Wed, 22 Jul 2009 14:06:01 +0000 Subject: Replace 'XXX' and other such notes with FIXME for easy grepping --- src/cert/cvc/cvc_cert.cpp | 2 +- src/cert/cvc/cvc_req.cpp | 2 +- src/cert/cvc/cvc_self.cpp | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'src/cert/cvc') diff --git a/src/cert/cvc/cvc_cert.cpp b/src/cert/cvc/cvc_cert.cpp index 71ca0cf16..d2be12df8 100644 --- a/src/cert/cvc/cvc_cert.cpp +++ b/src/cert/cvc/cvc_cert.cpp @@ -58,7 +58,7 @@ void EAC1_1_CVC::force_decode() if(cpi != 0) throw Decoding_Error("EAC1_1 certificate´s cpi was not 0"); - // XXX: PK algos have no notion of EAC encoder/decoder currently + // FIXME: PK algos have no notion of EAC encoder/decoder currently #if 0 ECDSA_PublicKey tmp_pk; std::auto_ptr dec = tmp_pk.cvc_eac1_1_decoder(); diff --git a/src/cert/cvc/cvc_req.cpp b/src/cert/cvc/cvc_req.cpp index a9a94827c..70a44bacd 100644 --- a/src/cert/cvc/cvc_req.cpp +++ b/src/cert/cvc/cvc_req.cpp @@ -41,7 +41,7 @@ void EAC1_1_Req::force_decode() throw Decoding_Error("EAC1_1 request´s cpi was not 0"); } - // XXX: No EAC support in ECDSA + // FIXME: No EAC support in ECDSA #if 0 ECDSA_PublicKey tmp_pk; std::auto_ptr dec = tmp_pk.cvc_eac1_1_decoder(); diff --git a/src/cert/cvc/cvc_self.cpp b/src/cert/cvc/cvc_self.cpp index 45a584cb3..91ea38724 100644 --- a/src/cert/cvc/cvc_self.cpp +++ b/src/cert/cvc/cvc_self.cpp @@ -86,7 +86,7 @@ EAC1_1_CVC create_self_signed_cert(Private_Key const& key, std::auto_ptr signer(get_pk_signer(*priv_key, padding_and_hash)); -#if 0 +#if 0 // FIXME std::auto_ptr enc(priv_key->cvc_eac1_1_encoder()); MemoryVector enc_public_key = enc->public_key(sig_algo); #else @@ -115,7 +115,7 @@ EAC1_1_Req create_cvc_req(Private_Key const& key, std::auto_ptr signer(get_pk_signer(*priv_key, padding_and_hash)); -#if 0 +#if 0 // FIXME std::auto_ptr enc(priv_key->cvc_eac1_1_encoder()); MemoryVector enc_public_key = enc->public_key(sig_algo); #else @@ -215,7 +215,7 @@ EAC1_1_CVC link_cvca(EAC1_1_CVC const& signer, ECDSA_PublicKey* subj_pk = dynamic_cast(pk.get()); subj_pk->set_parameter_encoding(ENC_EXPLICIT); -#if 0 +#if 0 // FIXME std::auto_ptr enc(subj_pk->cvc_eac1_1_encoder()); MemoryVector enc_public_key = enc->public_key(sig_algo); #else @@ -261,7 +261,7 @@ EAC1_1_CVC sign_request(EAC1_1_CVC const& signer_cert, subj_pk->set_parameter_encoding(ENC_IMPLICITCA); -#if 0 +#if 0 // FIXME std::auto_ptr enc(subj_pk->cvc_eac1_1_encoder()); MemoryVector enc_public_key = enc->public_key(sig_algo); #else -- cgit v1.2.3