X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=providers%2Fdefault%2Fdefltprov.c;fp=providers%2Fdefault%2Fdefltprov.c;h=3ea0698d1a89e1ee52f4a9d664f4551c2550e3e1;hb=3837c202b5e91f009d1508a8f3608c94515ca776;hp=845f0c11c0fd232369b8776ec9e373f57b0a79d3;hpb=105dde2528d64b4af25c241288a985fdfc27afbc;p=thirdparty%2Fopenssl.git diff --git a/providers/default/defltprov.c b/providers/default/defltprov.c index 845f0c11c0..3ea0698d1a 100644 --- a/providers/default/defltprov.c +++ b/providers/default/defltprov.c @@ -116,6 +116,11 @@ static const OSSL_ALGORITHM deflt_ciphers[] = { { "AES-128-CTR", "default=yes", aes128ctr_functions }, { "AES-256-XTS", "default=yes", aes256xts_functions }, { "AES-128-XTS", "default=yes", aes128xts_functions }, +#ifndef OPENSSL_NO_OCB + { "AES-256-OCB", "default=yes", aes256ocb_functions }, + { "AES-192-OCB", "default=yes", aes192ocb_functions }, + { "AES-128-OCB", "default=yes", aes128ocb_functions }, +#endif /* OPENSSL_NO_OCB */ /* TODO(3.0) Add aliases when they are supported */ { "id-aes256-GCM", "default=yes", aes256gcm_functions }, { "id-aes192-GCM", "default=yes", aes192gcm_functions },