代码搜索:OpenSSL
找到约 8,687 项符合「OpenSSL」的源代码
代码结果 8,687
www.eeworm.com/read/276339/10746442
h ck_ssl.h
/*
C K _ S S L . H -- OpenSSL Interface Header for C-Kermit
Copyright (C) 1985, 2004,
Trustees of Columbia University in the City of New York.
All rights reserved. See the C-Kermit COPY
www.eeworm.com/read/276213/10753272
defconfig
# Example wpa_supplicant build time configuration
#
# This file lists the configuration options that are used when building the
# hostapd binary. All lines starting with # are ignored. Configuratio
www.eeworm.com/read/275831/10794358
rb 01 - making an https web request.rb
require 'net/https' # => true
#---
require 'net/http'
uri = URI.parse("https://www.donotcall.gov/")
request = Net::HTTP.new(uri.host, uri.port)
response = request.get("/"
www.eeworm.com/read/416677/11018105
c nossl.c
#include "openssl/ssl.h"
#include "openssl/bio.h"
#include "openssl/err.h"
#include "stdio.h"
#include "string.h"
int main()
{
BIO * bio;
int p;
char * request = "GET / HTTP
www.eeworm.com/read/391899/7107889
eng makefile_qte.eng
#
# qterdesktop makefile
# qt should be installed in /opt/Qtopia/
#
CC = arm-linux-g++
CXX = arm-linux-g++
CFLAGS = -I/home/jun/zaurus/openssl-0.9.8a/include -DQWS -fno-exceptions -fno-rtti -Wall -O3