Hi, I want to make apache to use aes cipher for encryption in ctr mode (by default it is cbc mode). Cipher mode for aes is not specified in the cipher list and can not be customized from config file (through SSLCipherSuit directive). I know the mode is not being chosen in the "hello" process, but do you know when client and the server settle on the cipher mode they are about to use? If I know that I can hard code the settings to make apache use the ctr mode. Thanks Roham