PCI Compliance - TLS 1.1, smtpd_tls_mandatory_protocols

I have virtualmin running under Centos 6.x with apache 2.2 ( std ) and openssl 1.0.1e-fips ( std ). According to all googling, opnessl 1.0.1e should support tls v1.2 but from an ssllabs/symantec scan, my setup is still only showing tls1.0 as being available and 1.1/1.2 as being off. My settings are:

SSLProtocol all -SSLv2 -SSLv3
SSLCipherSuite EECDH+AESGCM:EDH+AESGCM:AES256+EECDH:AES256+EDH:+HIGH:-MEDIUM:-LOW

Any suggestions are welcome.