码迷,mamicode.com
首页 >  
搜索关键字:openssl ca    ( 7805个结果
Codeforces Helpful Maths
Xenia the beginner mathematician is a third year student at elementary school. She is now learning the addition operation. The teacher has written down the sum of multiple numbers. Pupils should ca...
分类:其他好文   时间:2014-07-22 23:05:53    阅读次数:382
安全协议系列(四)----SSL与TLS
当今社会,电子商务大行其道,作为网络安全 infrastructure之一的 -- SSL/TLS 协议的重要性已不用多说。OpenSSL 则是基于该协议的目前应用最广泛的开源实现,其影响之大,以至于四月初爆出的 OpenSSL Heartbleed 安全漏洞(CVE-2014-0160) 到现在还...
分类:其他好文   时间:2014-05-06 08:54:58    阅读次数:359
类属性不能写在try{}catch(){}里面
public class cal{public static void main(String[] args){calculator ca=new calculator();byte[] first=new byte[4];byte[] second=new byte[4];System.out.p...
分类:其他好文   时间:2014-05-02 15:23:23    阅读次数:395
MariaDB 10 基于OpenSSL的主从复制
需求架构准备工作主从服务器时间同步# 主从服务器同时配置crontab任务,与NTP服务器同步时间即可*/5 * * * * ntpdate 172.16.0.1 &>/dev/null部署配置主库配置vi /etc/my.cnf server-id = 1 # 在复制架构中,需保持全局唯一 ...
分类:数据库   时间:2014-05-01 22:27:40    阅读次数:699
indy openssl lazarus 编程linux下出现不能装载动态库的问题原因!
版本不对的原因。具体在10.5.9下修改此参数即可解决问题。LoadFunction() has an ACritical parameter. It is set to True by default, but can be set to False for individual function...
分类:系统相关   时间:2014-05-01 20:14:57    阅读次数:594
循环查询sql带逗号(,)分隔的数据
select * from sys_role_list where id in (select c from (with test as (select roleid c from sys_role_info where id=1) select substr(t.ca,instr(t.ca,...
分类:数据库   时间:2014-05-01 02:34:49    阅读次数:670
Android Camera子系统之源代码View
本文基于Android 4.2.2+Linux3.6.9+SAMA5D3 SoC从源代码的角度审视Android Camera子系统。     应用层 Androd原生Camera应用 /system/app/LegacyCamera.apk  http://androidxref.com/4.2.2_r1/xref/packages/apps/LegacyCamera/   Ca...
分类:移动开发   时间:2014-04-30 22:32:38    阅读次数:431
ubuntu的sudo不能用
状况:suntus@suntus-virtual-machine:~$ sudo apt-get install openssl-servicesudo: /etc/sudoers is mode 0777, should be 0440sudo: no valid sudoers sources ...
分类:其他好文   时间:2014-04-29 11:42:47    阅读次数:552
彻底解决CHECK_NRPE: Error - Could not complete SSL handshake.
出现“CHECK_NRPE: Error - Could not complete SSL handshake.”的错误。       问题解决的步骤:    1. 确保openssh , openssl, openssl-devel版本一致。 在centOS 上,可以运行: yum install openssl openssl-devel     2. nagios监控端的允许地址和...
分类:其他好文   时间:2014-04-27 22:18:19    阅读次数:988
checking for SSL headers... configure: error: Cannot find ssl headers
" checking for SSL headers... configure: error: Cannot find ssl headers"        原因是缺少openssl-devel,安装这个库就可以解决问题。 yum -y install openssl-devel...
分类:其他好文   时间:2014-04-27 21:32:05    阅读次数:283
7805条   上一页 1 ... 778 779 780 781 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!