Searched refs:SSLeay (Results 1 – 25 of 29) sorted by relevance
12
19 for (qw(HTTP::Tiny Net::SSLeay IO::Socket::SSL)) {69 # | HTTP::Tiny | Net::SSLeay+IO::Socket::SSL | curl | wget | proto |94 ok delete $CPAN::HAS_USABLE->{"Net::SSLeay"}, "delete Net::SSLeay from %HAS_USABLE";95 ok delete $INC{"Net/SSLeay.pm"}, "delete Net::SSLeay from %INC";96 like collect_output ( o => conf => dontload_list => "Net::SSLeay" ),97 qr(Please use), "'Please use' on Net::SSLeay OFF";
2 # This is a test configuration file for use in SSLeay etc...12 SSLeay::version = 0.5.044 # SSLeay example configuration file.
419 SSLeay(void) in SSLeay() function423 LCRYPTO_ALIAS(SSLeay);449 return SSLeay(); in OpenSSL_version_num()
292 unsigned long SSLeay(void);
8 which is the SSLeay ssl protocol testing program. It is a single process that83 - The library being used is SSLeay 0.8.x.87 SSLeay.91 SSLeay 0.8.2a 04-Sep-1997
2 # SSLeay example configuration file.
4 # SSLeay example configuration file.
231 if (SSLeay() == SSLEAY_VERSION_NUMBER) { in version_main()
563 unless (eval {require Net::SSLeay; Net::SSLeay->VERSION(1.49)}) {1167 Net::SSLeay::CTX_set_mode($ctx, Net::SSLeay::MODE_AUTO_RETRY());1693 if ( Net::SSLeay::OPENSSL_VERSION_NUMBER() >= 0x01000000 ) {
59 printf("SSLeay: %#08lx\n", SSLeay()); in print_version()
10 First version of SSLeay with rc2. This has been written from the spec
13 the OpenSSL License and the original SSLeay license apply to the toolkit.74 Original SSLeay License
21 - You need the SSLeay/OpenSSL library if you compile with crypto
427 require Net::SSLeay;
1131 require Net::SSLeay;1132 unless (CPAN::Version->vge(Net::SSLeay::->VERSION,1.49)) {