Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37718674
en ru br
ALT Linux repositórios
S:1.1.1u-alt3

Group :: Sistema/Base
RPM: openssl1.1

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Patch: openssl-alt-disable-idea-test.patch
Download


--- a/test/sslcorrupttest.c
+++ b/test/sslcorrupttest.c
@@ -160,7 +160,8 @@ static int setup_cipher_list()
     for (numciphers = 0, i = 0; i < sk_SSL_CIPHER_num(sk_ciphers); i++) {
         const SSL_CIPHER *cipher = sk_SSL_CIPHER_value(sk_ciphers, i);
 
-        if (SSL_CIPHER_get_auth_nid(cipher) == NID_auth_rsa)
+        if (SSL_CIPHER_get_auth_nid(cipher) == NID_auth_rsa &&
+		SSL_CIPHER_get_cipher_nid(cipher) != NID_idea_cbc)
             cipher_list[numciphers++] = SSL_CIPHER_get_name(cipher);
     }
     TEST_check(numciphers != 0);
 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009