代码搜索:SSL

找到约 10,000 项符合「SSL」的源代码

代码结果 10,000
www.eeworm.com/read/382594/2633338

mpb ssl.mpb

// -*- MPC -*- // ssl.mpb,v 1.5 2005/11/26 03:13:13 ossama Exp // In the future, other ssl libraries could be supported // by creating a new xyzssl.mpb similar to openssl.mpb. // You would then
www.eeworm.com/read/375190/2731669

qbk ssl.qbk

[/ / Copyright (c) 2003-2008 Christopher M. Kohlhoff (chris at kohlhoff dot com) / / Distributed under the Boost Software License, Version 1.0. (See accompanying / file LICENSE_1_0.txt or copy at
www.eeworm.com/read/372380/2772948

c ssl.c

/* Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyr
www.eeworm.com/read/372380/2774194

java ssl.java

/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regardin
www.eeworm.com/read/360437/2963019

h ssl.h

/* Copyright (C) 2000-2007 MySQL AB This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Soft
www.eeworm.com/read/360437/2963036

cpp ssl.cpp

/* Copyright (C) 2000-2007 MySQL AB This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Soft
www.eeworm.com/read/358714/2984267

pod ssl.pod

=pod =head1 NAME SSL - OpenSSL SSL/TLS library =head1 SYNOPSIS =head1 DESCRIPTION The OpenSSL B library implements the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1)
www.eeworm.com/read/358237/2998845

xtp ssl.xtp

www.eeworm.com/read/358128/3003641

result ssl.result

SHOW STATUS LIKE 'Ssl_cipher'; Variable_name Value Ssl_cipher DHE-RSA-AES256-SHA drop table if exists t1,t2,t3,t4; CREATE TABLE t1 ( Period smallint(4) unsigned zerofill DEFAULT '0000' NOT NULL, Varor
www.eeworm.com/read/358128/3004987

test ssl.test

# Turn on ssl between the client and server # and run a number of tests -- source include/have_ssl.inc connect (ssl_con,localhost,root,,,,,SSL); # Check ssl turned on SHOW STATUS LIKE 'Ssl_cipher';