代码搜索:OpenSSL
找到约 8,687 项符合「OpenSSL」的源代码
代码结果 8,687
www.eeworm.com/read/349752/3140307
whichopensslcnf
#!/bin/sh
if [ "$OPENSSL" ]; then
if $OPENSSL version | grep 0.9.6 > /dev/null; then
echo "$1/openssl-0.9.6.cnf"
else
echo "$1/openssl.cnf"
fi
else
echo "$1/openssl.cnf"
fi
exit 0
www.eeworm.com/read/325387/3484313
make
# Copyright (C) Igor Sysoev
if test -n "$OPENSSL_OPT"; then
NGX_OPENSSL_CONFIG="./Configure \"$OPENSSL_OPT\""
else
NGX_OPENSSL_CONFIG="./config"
fi
case $USE_THREADS in
NO) NGX_OPENSSL
www.eeworm.com/read/292685/3950355
make
# Copyright (C) Igor Sysoev
if test -n "$OPENSSL_OPT"; then
NGX_OPENSSL_CONFIG="./Configure \"$OPENSSL_OPT\""
else
NGX_OPENSSL_CONFIG="./config"
fi
case $USE_THREADS in
NO) NGX_OPENSSL
www.eeworm.com/read/434168/1874534
make
# Copyright (C) Igor Sysoev
if test -n "$OPENSSL_OPT"; then
NGX_OPENSSL_CONFIG="./Configure \"$OPENSSL_OPT\""
else
NGX_OPENSSL_CONFIG="./config"
fi
case $USE_THREADS in
NO) NGX_OPENSSL
www.eeworm.com/read/365796/2895078
whichopensslcnf
#!/bin/sh
if [ "$OPENSSL" ]; then
if $OPENSSL version | grep 0.9.6 > /dev/null; then
echo "$1/openssl-0.9.6.cnf"
else
echo "$1/openssl.cnf"
fi
else
echo "$1/openssl.cnf"
fi
exit 0
www.eeworm.com/read/296979/8068075
c verify.c
#include
#include "openssl/rsa.h"
#include
#include
#include
#include
#include
#include "ldap.h"
#include
www.eeworm.com/read/177696/5322697
h caservice.h
#ifndef __CASERVICE_H_
#define __CASERVICE_H_
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/388823/8573429
h des_old.h
/* crypto/des/des_old.h -*- mode:C; c-file-style: "eay" -*- */
/* WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
*
* The function names in here are deprecated and are only pres
www.eeworm.com/read/181751/9238767
cpp oid.cpp
/* here we have the possibility to add our own OIDS */
#include
char *our_oids[] = {
"1.3.6.1.4.1.311.20.2", "dom", "Domain Controller",
"1.3.6.1.4.1.311.21.1", "MsCaV", "Microso
www.eeworm.com/read/198867/7905884
h des_old.h
/* crypto/des/des_old.h -*- mode:C; c-file-style: "eay" -*- */
/* WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
*
* The function names in here are deprecated and are only present