pike.git
/
lib
/
modules
/
SSL.pmod
/
https.pike
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/lib/modules/SSL.pmod/https.pike:1:
#pike __REAL_VERSION__ #require constant(SSL.Cipher) //! Dummy HTTPS server/client #ifndef PORT #define PORT 25678 #endif #ifndef CIPHER_BITS
-
#define CIPHER_BITS
128
+
#define CIPHER_BITS
112
#endif #ifndef RSA_BITS #define RSA_BITS 4096 #endif #ifndef DSA_BITS #define DSA_BITS 2048 #endif