代码搜索:OpenSSL
找到约 8,687 项符合「OpenSSL」的源代码
代码结果 8,687
www.eeworm.com/read/112303/6146154
sslbuild
SSL BUILD AND INSTALLATION NOTES FOR UNIX
Last Updated: 16 October 2000
PREREQUISITES BEFORE STARTING:
1) Make sure that you understand how to do a non-SSL build of the IMAP
toolkit. I
www.eeworm.com/read/112192/6149020
sslbuild
SSL BUILD AND INSTALLATION NOTES FOR UNIX
Last Updated: 16 October 2000
PREREQUISITES BEFORE STARTING:
1) Make sure that you understand how to do a non-SSL build of the IMAP
toolkit. I
www.eeworm.com/read/101990/6234956
c hw_pkcs11.c
/* crypto/engine/hw_pkcs11.c */
/* Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL
* project 2000.
* Copied/modified by Kevin Stefanik (kstef@mtppi.org) for the OpenSC
* project 200
www.eeworm.com/read/101990/6234959
c p11_rsa.c
/* p11_rsa.c */
/* Written by Olaf Kirch
*/
/* ====================================================================
* Copyright (c) 1999 The OpenSSL Project. All rights reserved.
*
www.eeworm.com/read/101990/6234960
h engine_pkcs11.h
/*
* Copyright (c) 2002 Juha Yrjölä. All rights reserved.
* Copyright (c) 2001 Markus Friedl.
* Copyright (c) 2003 Kevin Stefanik
*
* Redistribution and use in source and binary forms, with or w
www.eeworm.com/read/101990/6234961
sh test_engine.sh
#!/bin/bash
# command line parameter overrides engine to test, opensc or pkcs11
# Organization name embedded below (e.g, MTPPI) must match ca key for ca signing to work
ENGINE=pkcs11
if [[ -ne $1 ]]
www.eeworm.com/read/101990/6234962
c p11_misc.c
/* p11_misc.c */
/* Written by Olaf Kirch
*/
/* ====================================================================
* Copyright (c) 1999 The OpenSSL Project. All rights reserved.
*
www.eeworm.com/read/101042/6258079
in c_rehash.in
#!/usr/local/bin/perl
# Perl c_rehash script, scan all files in a directory
# and add symbolic links to their hash values.
my $openssl;
my $dir;
if(defined $ENV{OPENSSL}) {
$openssl = $ENV{OPENS
www.eeworm.com/read/101042/6258080
c_rehash
#!/usr/bin/perl
# Perl c_rehash script, scan all files in a directory
# and add symbolic links to their hash values.
my $openssl;
my $dir = "/usr/local/ssl";
if(defined $ENV{OPENSSL}) {
$openssl
www.eeworm.com/read/101042/6258195
c vms-helper.c
/* vms-helper.c */
/* ====================================================================
* Copyright (c) 1999 The OpenSSL Project. All rights reserved.
*
* Redistribution and use in source and b