diff options
Diffstat (limited to 'src/lib/libcrypto/evp/c_allc.c')
-rw-r--r-- | src/lib/libcrypto/evp/c_allc.c | 30 |
1 files changed, 23 insertions, 7 deletions
diff --git a/src/lib/libcrypto/evp/c_allc.c b/src/lib/libcrypto/evp/c_allc.c index f24d3756c9..37e6ab83a5 100644 --- a/src/lib/libcrypto/evp/c_allc.c +++ b/src/lib/libcrypto/evp/c_allc.c | |||
@@ -64,7 +64,8 @@ | |||
64 | 64 | ||
65 | void OpenSSL_add_all_ciphers(void) | 65 | void OpenSSL_add_all_ciphers(void) |
66 | { | 66 | { |
67 | #ifndef NO_DES | 67 | |
68 | #ifndef OPENSSL_NO_DES | ||
68 | EVP_add_cipher(EVP_des_cfb()); | 69 | EVP_add_cipher(EVP_des_cfb()); |
69 | EVP_add_cipher(EVP_des_ede_cfb()); | 70 | EVP_add_cipher(EVP_des_ede_cfb()); |
70 | EVP_add_cipher(EVP_des_ede3_cfb()); | 71 | EVP_add_cipher(EVP_des_ede3_cfb()); |
@@ -90,12 +91,12 @@ void OpenSSL_add_all_ciphers(void) | |||
90 | EVP_add_cipher(EVP_des_ede3()); | 91 | EVP_add_cipher(EVP_des_ede3()); |
91 | #endif | 92 | #endif |
92 | 93 | ||
93 | #ifndef NO_RC4 | 94 | #ifndef OPENSSL_NO_RC4 |
94 | EVP_add_cipher(EVP_rc4()); | 95 | EVP_add_cipher(EVP_rc4()); |
95 | EVP_add_cipher(EVP_rc4_40()); | 96 | EVP_add_cipher(EVP_rc4_40()); |
96 | #endif | 97 | #endif |
97 | 98 | ||
98 | #ifndef NO_IDEA | 99 | #ifndef OPENSSL_NO_IDEA |
99 | EVP_add_cipher(EVP_idea_ecb()); | 100 | EVP_add_cipher(EVP_idea_ecb()); |
100 | EVP_add_cipher(EVP_idea_cfb()); | 101 | EVP_add_cipher(EVP_idea_cfb()); |
101 | EVP_add_cipher(EVP_idea_ofb()); | 102 | EVP_add_cipher(EVP_idea_ofb()); |
@@ -104,7 +105,7 @@ void OpenSSL_add_all_ciphers(void) | |||
104 | EVP_add_cipher_alias(SN_idea_cbc,"idea"); | 105 | EVP_add_cipher_alias(SN_idea_cbc,"idea"); |
105 | #endif | 106 | #endif |
106 | 107 | ||
107 | #ifndef NO_RC2 | 108 | #ifndef OPENSSL_NO_RC2 |
108 | EVP_add_cipher(EVP_rc2_ecb()); | 109 | EVP_add_cipher(EVP_rc2_ecb()); |
109 | EVP_add_cipher(EVP_rc2_cfb()); | 110 | EVP_add_cipher(EVP_rc2_cfb()); |
110 | EVP_add_cipher(EVP_rc2_ofb()); | 111 | EVP_add_cipher(EVP_rc2_ofb()); |
@@ -115,7 +116,7 @@ void OpenSSL_add_all_ciphers(void) | |||
115 | EVP_add_cipher_alias(SN_rc2_cbc,"rc2"); | 116 | EVP_add_cipher_alias(SN_rc2_cbc,"rc2"); |
116 | #endif | 117 | #endif |
117 | 118 | ||
118 | #ifndef NO_BF | 119 | #ifndef OPENSSL_NO_BF |
119 | EVP_add_cipher(EVP_bf_ecb()); | 120 | EVP_add_cipher(EVP_bf_ecb()); |
120 | EVP_add_cipher(EVP_bf_cfb()); | 121 | EVP_add_cipher(EVP_bf_cfb()); |
121 | EVP_add_cipher(EVP_bf_ofb()); | 122 | EVP_add_cipher(EVP_bf_ofb()); |
@@ -125,7 +126,7 @@ void OpenSSL_add_all_ciphers(void) | |||
125 | EVP_add_cipher_alias(SN_bf_cbc,"blowfish"); | 126 | EVP_add_cipher_alias(SN_bf_cbc,"blowfish"); |
126 | #endif | 127 | #endif |
127 | 128 | ||
128 | #ifndef NO_CAST | 129 | #ifndef OPENSSL_NO_CAST |
129 | EVP_add_cipher(EVP_cast5_ecb()); | 130 | EVP_add_cipher(EVP_cast5_ecb()); |
130 | EVP_add_cipher(EVP_cast5_cfb()); | 131 | EVP_add_cipher(EVP_cast5_cfb()); |
131 | EVP_add_cipher(EVP_cast5_ofb()); | 132 | EVP_add_cipher(EVP_cast5_ofb()); |
@@ -136,7 +137,7 @@ void OpenSSL_add_all_ciphers(void) | |||
136 | EVP_add_cipher_alias(SN_cast5_cbc,"cast-cbc"); | 137 | EVP_add_cipher_alias(SN_cast5_cbc,"cast-cbc"); |
137 | #endif | 138 | #endif |
138 | 139 | ||
139 | #ifndef NO_RC5 | 140 | #ifndef OPENSSL_NO_RC5 |
140 | EVP_add_cipher(EVP_rc5_32_12_16_ecb()); | 141 | EVP_add_cipher(EVP_rc5_32_12_16_ecb()); |
141 | EVP_add_cipher(EVP_rc5_32_12_16_cfb()); | 142 | EVP_add_cipher(EVP_rc5_32_12_16_cfb()); |
142 | EVP_add_cipher(EVP_rc5_32_12_16_ofb()); | 143 | EVP_add_cipher(EVP_rc5_32_12_16_ofb()); |
@@ -144,6 +145,21 @@ void OpenSSL_add_all_ciphers(void) | |||
144 | EVP_add_cipher_alias(SN_rc5_cbc,"rc5"); | 145 | EVP_add_cipher_alias(SN_rc5_cbc,"rc5"); |
145 | EVP_add_cipher_alias(SN_rc5_cbc,"RC5"); | 146 | EVP_add_cipher_alias(SN_rc5_cbc,"RC5"); |
146 | #endif | 147 | #endif |
148 | |||
149 | #ifndef OPENSSL_NO_AES | ||
150 | EVP_add_cipher(EVP_aes_128_ecb()); | ||
151 | EVP_add_cipher(EVP_aes_128_cbc()); | ||
152 | EVP_add_cipher_alias(SN_aes_128_cbc,"AES128"); | ||
153 | EVP_add_cipher_alias(SN_aes_128_cbc,"aes128"); | ||
154 | EVP_add_cipher(EVP_aes_192_ecb()); | ||
155 | EVP_add_cipher(EVP_aes_192_cbc()); | ||
156 | EVP_add_cipher_alias(SN_aes_192_cbc,"AES192"); | ||
157 | EVP_add_cipher_alias(SN_aes_192_cbc,"aes192"); | ||
158 | EVP_add_cipher(EVP_aes_256_ecb()); | ||
159 | EVP_add_cipher(EVP_aes_256_cbc()); | ||
160 | EVP_add_cipher_alias(SN_aes_256_cbc,"AES256"); | ||
161 | EVP_add_cipher_alias(SN_aes_256_cbc,"aes256"); | ||
162 | #endif | ||
147 | PKCS12_PBE_add(); | 163 | PKCS12_PBE_add(); |
148 | PKCS5_PBE_add(); | 164 | PKCS5_PBE_add(); |
149 | } | 165 | } |