代码搜索:OpenSSL
找到约 8,687 项符合「OpenSSL」的源代码
代码结果 8,687
www.eeworm.com/read/489717/1211851
pod bio.pod
=pod
=head1 NAME
bio - I/O abstraction
=head1 SYNOPSIS
#include
TBA
=head1 DESCRIPTION
A BIO is an I/O abstraction, it hides many of the underlying I/O
details from an applica
www.eeworm.com/read/489717/1211942
pod enc.pod
=pod
=head1 NAME
enc - symmetric cipher routines
=head1 SYNOPSIS
B
[B]
[B]
[B]
[B]
[B]
[B]
[B]
[B]
[B
www.eeworm.com/read/462984/1540610
readme
Gisle Vanem made curl build fine on DOS (and MingW) with djgpp, OpenSSL and his
Watt-32 stack.
'make djgpp' in the root curl dir should build it fine.
Note 1: djgpp 2.04 beta has a sscanf() bug so t
www.eeworm.com/read/462807/1542922
h comp.h
#ifndef HEADER_COMP_H
#define HEADER_COMP_H
#include
#ifdef __cplusplus
extern "C" {
#endif
typedef struct comp_ctx_st COMP_CTX;
typedef struct comp_method_st
{
www.eeworm.com/read/241780/4558185
c asn1types.c
/* Copyright 2003-2006, Voltage Security, all rights reserved.
*/
#include "vibe.h"
#include "environment.h"
#include "base.h"
#include "libctx.h"
#include "derhelp.h"
#include
www.eeworm.com/read/238768/4609041
makefile
#
# OpenSSL/crypto/md/Makefile
#
DIR= md2
TOP= ../..
CC= cc
INCLUDES=
CFLAG=-g
MAKEFILE= Makefile
AR= ar r
CFLAGS= $(INCLUDES) $(CFLAG)
GENERAL=Makefile
TEST=md2test.c
APPS=
LIB=$(TOP)/libcrypto.
www.eeworm.com/read/238768/4609230
makefile
#
# OpenSSL/crypto/x509/Makefile
#
DIR= x509
TOP= ../..
CC= cc
INCLUDES= -I.. -I$(TOP) -I../../include
CFLAG=-g
MAKEFILE= Makefile
AR= ar r
CFLAGS= $(INCLUDES) $(CFLAG)
GENERAL=Makefile README
TES
www.eeworm.com/read/238768/4609288
makefile
#
# OpenSSL/crypto/asn1/Makefile
#
DIR= asn1
TOP= ../..
CC= cc
INCLUDES= -I.. -I$(TOP) -I../../include
CFLAG=-g
MAKEFILE= Makefile
AR= ar r
CFLAGS= $(INCLUDES) $(CFLAG)
GENERAL=Makefile README
TES
www.eeworm.com/read/238768/4609531
makefile
#
# OpenSSL/krb5/Makefile
#
DIR= krb5
TOP= ../..
CC= cc
INCLUDES= -I.. -I$(TOP) -I../../include
CFLAG=-g
MAKEFILE= Makefile
AR= ar r
CFLAGS= $(INCLUDES) $(CFLAG)
GENERAL=Makefile README
TEST=
APPS
www.eeworm.com/read/238768/4609719
pod bio.pod
=pod
=head1 NAME
bio - I/O abstraction
=head1 SYNOPSIS
#include
TBA
=head1 DESCRIPTION
A BIO is an I/O abstraction, it hides many of the underlying I/O
details from an applica