- Member CODEX_Quorum::RemoteServer::contact (const Message &msg, Response &response, RemoteServerReturn &retval)
- This doesn't really work.
- Member CODEX_Client::Client::readKey (const CODEX_ASN1::ustring &name, const CODEX_Ciphers::Credentials &credentials, const CODEX_Ciphers::RSAPrivateKey &privKey, BIGNUM **returnedKeyValue)
- Have to cast away const for BN_rand_range and unmarshal.
- Member CODEX_KeyService::ClientCreateCallback::operator() (unsigned int server, CODEX_Quorum::Message *msg)
- Have to cast away const for unmarshal.
- Member CODEX_KeyService::ClientMessageVerifier::handler (ClientMessageEvent< SignedCreateKeyMsg > &event)
- Have to cast away const for X509_verify.
- Member CODEX_KeyService::ClientReadCallback::operator() (unsigned int server, CODEX_Quorum::Message *msg)
- Have to cast away const for unmarshal.
- Member CODEX_KeyService::ClientWriteCallback::operator() (unsigned int server, CODEX_Quorum::Message *msg)
- Have to cast away const for unmarshal.
- Member CODEX_ThresholdCrypto::DLProof::DLProof (const BIGNUM *g1, const BIGNUM *g2, const BIGNUM *n, const BIGNUM *max, const BIGNUM *x, const CODEX_Ciphers::HashFunction &H)
- Have to cast away const for BN_rand_range.
- Member CODEX_Ciphers::ElGamalPrivateKey::sign (const BIGNUM *message, const ElGamalPublicKey &publicKey) const
- Have to cast away const for BN_rand_range.
- Member CODEX_Ciphers::ElGamalPublicKey::encrypt (const BIGNUM *message, BIGNUM *k=0) const
- Have to cast away const for BN_rand_range.
- Member CODEX_Quorum::SocketBase::protected_bind (struct sockaddr *my_addr, socklen_t addrlen)
- This may not be the right place to call setsockopt(2), and it may not always be appropriate to call it.
- Member CODEX_VSS::ModExpFunctional::operator() (const CODEX_ASN1::SecureBigNumber &operand, CODEX_ASN1::BigNumber &result) const
- Have to dig into BN structure for sign.
- Member CODEX_Server::QuorumBuilderAct::handler (QuorumBuilderExpectNonceEvent &event)
- Have to cast away const for unmarshal.
- Member CODEX_Quorum::RemoteServerReturn::RemoteServerReturn ()
- Probably not handling error from of gettimeofday optimally.
- Member CODEX_Ciphers::RSAPrivateKey::fromFile (const char *fname)
- Have to cast away const for unmarshal.
- Member CODEX_Ciphers::RSAPublicKey::RSAPublicKey (const X509 *cert)
- Have to cast away const for X509_get_pubkey.
- Member CODEX_Server::ServerState::caKey ()
- Have to cast away const for X509_get_pubkey.
- Member CODEX_Server::ServerState::readPublicEGKey (const char *fname)
- Have to cast away const for unmarshal.
- Member CODEX_KeyService::SignCreateCallback::operator() (unsigned int server, CODEX_Quorum::Message *msg)
- Have to cast away const for unmarshal.
- Member CODEX_KeyService::SignReadCallback::operator() (unsigned int server, CODEX_Quorum::Message *msg)
- Have to cast away const for unmarshal.
- Member CODEX_KeyService::SignWriteCallback::operator() (unsigned int server, CODEX_Quorum::Message *msg)
- Have to cast away const for unmarshal.
- Member CODEX_SSL::SSLSocketBuilder::SSLSocketBuilder (SSL_METHOD *meth, const X509 *cert, const RSA *privKey, const char *ciphers, const char *caCertFile, const char *hostCertFile, int verify, int domain=PF_INET, int type=SOCK_STREAM, int protocol=0, bool blocking=false)
- Have to cast away const for certificate and private key.
- Member CODEX_Quorum::StaticByzantineQuorumSystem::poll (MessageDispatcher &requestDispatcher, QuorumDispatcher &responseDispatcher)
- The wrong exception is thrown after a failed select(2).
- Member CODEX_Quorum::StaticByzantineQuorumSystem::poll (MessageDispatcher &requestDispatcher, QuorumDispatcher &responseDispatcher)
- Something should probably be done when testing error_set returns true.
- Member CODEX_Ciphers::TranslationCertificate::TranslationCertificate (const ElGamalPublicKey &pubKeyRecipient, const ElGamalPrivateKey &privKeyCreator, const CODEX_ASN1::BigNumber &h, const BIGNUM *k, const ElGamalCipherText &cipherTextCreator, const HashFunction &hashFunc)
- Have to cast away const for BN_rand_range.
- Member CODEX_KeyService::VerifyWriteCallback::operator() (unsigned int server, CODEX_Quorum::Message *msg)
- Have to cast away const for unmarshal.
- Member CODEX_Client::Interface::codex_create_key (const unsigned char *name, int length, const X509 *owner_cert, const codex_policy_t *read_policy, const codex_policy_t *write_policy, codex_binding_t *binding)
- Have to cast away const for X509_dup
- Member CODEX_Client::Interface::codex_create_key (const unsigned char *name, int length, const X509 *owner_cert, const codex_policy_t *read_policy, const codex_policy_t *write_policy, codex_binding_t *binding)
- Have to cast away const for unmarshal
- Member CODEX_Client::Interface::codex_parse_binding (codex_binding_t *binding)
- Have to cast away const for X509_dup
- Member CODEX_Client::Interface::codex_read_key (const unsigned char *name, int length, const codex_credentials_t *credentials, const RSA *cred_private_key, BIGNUM **returned_key_value)
- Have to cast away const for unmarshal
- Member CODEX_Client::Interface::codex_set_key_pair (const X509 *cert, const RSA *key)
- Have to cast away const for X509_dup
- Member CODEX_Client::Interface::codex_write_key (const unsigned char *name, int length, const BIGNUM *key_value, const codex_credentials_t *credentials, const RSA *cred_private_key, const codex_binding_t *binding)
- Have to cast away const for unmarshal
Generated on Fri May 6 17:41:31 2005 for COrnell Data EXchange (CODEX) by
1.4.1