代码搜索:OpenSSL
找到约 8,687 项符合「OpenSSL」的源代码
代码结果 8,687
www.eeworm.com/read/408009/2255360
h htssl.h
/*
W3C Sample Code Library libwww SSL Transport Wrapper
!
SSL Transport Wrapper
!
This module declares a SSL (using the OpenSSL
library) transport wrapper so that libwww can use SSL as a
www.eeworm.com/read/359526/2975277
c tls_gnutls.c
/*
* WPA Supplicant / SSL/TLS interface functions for openssl
* Copyright (c) 2004-2007, Jouni Malinen
*
* This program is free software; you can redistribute it and/or modify
* it unde
www.eeworm.com/read/359525/2975562
c tls_gnutls.c
/*
* WPA Supplicant / SSL/TLS interface functions for openssl
* Copyright (c) 2004-2007, Jouni Malinen
*
* This program is free software; you can redistribute it and/or modify
* it unde
www.eeworm.com/read/358714/2983526
makefile
#
# OpenSSL/crypto/ripemd/Makefile
#
DIR= ripemd
TOP= ../..
CC= cc
CPP= $(CC) -E
INCLUDES=
CFLAG=-g
MAKEFILE= Makefile
AR= ar r
RIP_ASM_OBJ=
CFLAGS= $(INCLUDES) $(CFL
www.eeworm.com/read/355697/3048988
makefile
#
# OpenSSL/crypto/lhash/Makefile
#
DIR= lhash
TOP= ../..
CC= cc
INCLUDES=
CFLAG=-g
INSTALL_PREFIX=
OPENSSLDIR= /usr/local/ssl
INSTALLTOP=/usr/local/ssl
MAKEDEPPROG= makedepend
MAKEDEPEND= $(TOP)
www.eeworm.com/read/355697/3049109
makefile
#
# OpenSSL/crypto/ripemd/Makefile
#
DIR= ripemd
TOP= ../..
CC= cc
CPP= $(CC) -E
INCLUDES=
CFLAG=-g
INSTALL_PREFIX=
OPENSSLDIR= /usr/local/ssl
INSTALLTOP=/usr/local/ssl
MAKEDEPPROG=
www.eeworm.com/read/355697/3049657
makefile
#
# OpenSSL/crypto/stack/Makefile
#
DIR= stack
TOP= ../..
CC= cc
INCLUDES=
CFLAG=-g
INSTALL_PREFIX=
OPENSSLDIR= /usr/local/ssl
INSTALLTOP=/usr/local/ssl
MAKEDEPPROG= makedepend
MAKEDEPEND= $(TOP)
www.eeworm.com/read/389731/8506441
makefile
# Building Open Source Network Security Tools
# Roil Makefile - OpenSSL component sample code
#
# Copyright (c) 2002 Mike D. Schiffman
# All rights reserved.
srcdir = .
www.eeworm.com/read/417938/10970743
c client.c
#include "clienthead.h"
#include "clientfunc.h"
void creatconnect(const char *hostname)
{
struct hostent *host;
struct sockaddr_in serv_addr;
/*to openssl init*/
SSL_library_init();
www.eeworm.com/read/271509/10991853
c aes.c
/* Note: rewritten a little bit to provide error control and an OpenSSL-
compatible API */
#ifndef AES_DEBUG
# ifndef NDEBUG
# define NDEBUG
# endif
#endif
#include
//#include