Loading ssl/ssl.h +2 −2 Original line number Original line Diff line number Diff line Loading @@ -56,7 +56,7 @@ * [including the GNU Public Licence.] * [including the GNU Public Licence.] */ */ /* ==================================================================== /* ==================================================================== * Copyright (c) 1998-2001 The OpenSSL Project. All rights reserved. * Copyright (c) 1998-2006 The OpenSSL Project. All rights reserved. * * * Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * modification, are permitted provided that the following conditions Loading Loading @@ -345,7 +345,7 @@ extern "C" { /* The following cipher list is used by default. /* The following cipher list is used by default. * It also is substituted when an application-defined cipher list string * It also is substituted when an application-defined cipher list string * starts with 'DEFAULT'. */ * starts with 'DEFAULT'. */ #define SSL_DEFAULT_CIPHER_LIST "ALL:!ADH:+RC4:@STRENGTH" /* low priority for RC4 */ #define SSL_DEFAULT_CIPHER_LIST "AES:CAMELLIA:ALL:!ADH:+RC4:@STRENGTH" /* low priority for RC4 */ /* Used in SSL_set_shutdown()/SSL_get_shutdown(); */ /* Used in SSL_set_shutdown()/SSL_get_shutdown(); */ #define SSL_SENT_SHUTDOWN 1 #define SSL_SENT_SHUTDOWN 1 Loading Loading
ssl/ssl.h +2 −2 Original line number Original line Diff line number Diff line Loading @@ -56,7 +56,7 @@ * [including the GNU Public Licence.] * [including the GNU Public Licence.] */ */ /* ==================================================================== /* ==================================================================== * Copyright (c) 1998-2001 The OpenSSL Project. All rights reserved. * Copyright (c) 1998-2006 The OpenSSL Project. All rights reserved. * * * Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * modification, are permitted provided that the following conditions Loading Loading @@ -345,7 +345,7 @@ extern "C" { /* The following cipher list is used by default. /* The following cipher list is used by default. * It also is substituted when an application-defined cipher list string * It also is substituted when an application-defined cipher list string * starts with 'DEFAULT'. */ * starts with 'DEFAULT'. */ #define SSL_DEFAULT_CIPHER_LIST "ALL:!ADH:+RC4:@STRENGTH" /* low priority for RC4 */ #define SSL_DEFAULT_CIPHER_LIST "AES:CAMELLIA:ALL:!ADH:+RC4:@STRENGTH" /* low priority for RC4 */ /* Used in SSL_set_shutdown()/SSL_get_shutdown(); */ /* Used in SSL_set_shutdown()/SSL_get_shutdown(); */ #define SSL_SENT_SHUTDOWN 1 #define SSL_SENT_SHUTDOWN 1 Loading