diff options
author | Rich Salz <rsalz@akamai.com> | 2016-01-28 00:43:25 +0100 |
---|---|---|
committer | Rich Salz <rsalz@openssl.org> | 2016-01-28 01:05:50 +0100 |
commit | 3e9e810f2e047effb1056211794d2d12ec2b04e7 (patch) | |
tree | 26c730915e8c56590fa8fc148da2651dab7f7c8c /apps/openssl-vms.cnf | |
parent | Fix check of what makedepprog should be (diff) | |
download | openssl-3e9e810f2e047effb1056211794d2d12ec2b04e7.tar.xz openssl-3e9e810f2e047effb1056211794d2d12ec2b04e7.zip |
Remove outdated legacy crypto options
Many options for supporting optimizations for legacy crypto on legacy
platforms have been removed. This simplifies the source code and
does not really penalize anyone.
DES_PTR (always on)
DES_RISC1, DES_RISC2 (always off)
DES_INT (always 'unsigned int')
DES_UNROLL (always on)
BF_PTR (always on) BF_PTR2 (removed)
MD2_CHAR, MD2_LONG (always 'unsigned char')
IDEA_SHORT, IDEA_LONG (always 'unsigned int')
RC2_SHORT, RC2_LONG (always 'unsigned int')
RC4_LONG (only int and char (for assembler) are supported)
RC4_CHUNK (always long), RC_CHUNK_LL (removed)
RC4_INDEX (always on)
And also make D_ENCRYPT macro more clear (@appro)
This is done in consultation with Andy.
Reviewed-by: Andy Polyakov <appro@openssl.org>
Diffstat (limited to 'apps/openssl-vms.cnf')
-rw-r--r-- | apps/openssl-vms.cnf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/openssl-vms.cnf b/apps/openssl-vms.cnf index 94caf45abb..5b3a27fc4b 100644 --- a/apps/openssl-vms.cnf +++ b/apps/openssl-vms.cnf @@ -336,7 +336,6 @@ certs = $dir.cacert.pem] # Certificate chain to include in reply # (optional) signer_key = $dir/private/tsakey.pem # The TSA private key (optional) signer_digest = sha256 # Signing digest to use. (Optional) - default_policy = tsa_policy1 # Policy if request did not specify it # (optional) other_policies = tsa_policy2, tsa_policy3 # acceptable policies (optional) |