当前位置: 首页 > news >正文

广州网站开发广州亦客网络解答郴州seo快速排名

广州网站开发广州亦客网络解答,郴州seo快速排名,做网站难吗 挣钱吗,永康市网站建设制作文章目录 openssl3.2 - 官方demo学习 - cms - cms_denc.c概述笔记END openssl3.2 - 官方demo学习 - cms - cms_denc.c 概述 将CMS数据结构写入PEM文件, 并将分离后的加密数据单独写到数据文件. 笔记 /*! \file cms_denc.c * \note openssl3.2 - 官方demo学习 - cms - cms_d…

文章目录

    • openssl3.2 - 官方demo学习 - cms - cms_denc.c
    • 概述
    • 笔记
    • END

openssl3.2 - 官方demo学习 - cms - cms_denc.c

概述

将CMS数据结构写入PEM文件, 并将分离后的加密数据单独写到数据文件.

笔记

/*! \file cms_denc.c
* \note openssl3.2 - 官方demo学习 - cms - cms_denc.c
* 将CMS数据结构写入PEM文件
*/ /** Copyright 2008-2023 The OpenSSL Project Authors. All Rights Reserved.** Licensed under the Apache License 2.0 (the "License").  You may not use* this file except in compliance with the License.  You can obtain a copy* in the file LICENSE in the source distribution or at* https://www.openssl.org/source/license.html*//** S/MIME detached data encrypt example: rarely done but should the need* arise this is an example....*/
#include <openssl/pem.h>
#include <openssl/cms.h>
#include <openssl/err.h>#include "my_openSSL_lib.h"int main(int argc, char **argv)
{BIO *in = NULL, *out = NULL, *tbio = NULL, *dout = NULL;X509 *rcert = NULL;STACK_OF(X509) *recips = NULL;CMS_ContentInfo *cms = NULL;int ret = EXIT_FAILURE;int flags = CMS_STREAM | CMS_DETACHED;OpenSSL_add_all_algorithms();ERR_load_crypto_strings();/* Read in recipient certificate */tbio = BIO_new_file("signer.pem", "r");if (!tbio)goto err;rcert = PEM_read_bio_X509(tbio, NULL, 0, NULL);if (!rcert)goto err;/* Create recipient STACK and add recipient cert to it */recips = sk_X509_new_null();if (!recips || !sk_X509_push(recips, rcert))goto err;/** OSSL_STACK_OF_X509_free() free up recipient STACK and its contents* so set rcert to NULL so it isn't freed up twice.*/rcert = NULL;/* Open content being encrypted */in = BIO_new_file("encr.txt", "r");dout = BIO_new_file("smencr.out", "wb");if (!in)goto err;/* encrypt content */cms = CMS_encrypt(recips, in, EVP_des_ede3_cbc(), flags);if (!cms)goto err;out = BIO_new_file("smencr.pem", "w");if (!out)goto err;if (!CMS_final(cms, in, dout, flags))goto err;/* Write out CMS structure without content */if (!PEM_write_bio_CMS(out, cms))goto err;ret = EXIT_SUCCESS;err:if (ret != EXIT_SUCCESS) {fprintf(stderr, "Error Encrypting Data\n");ERR_print_errors_fp(stderr);}CMS_ContentInfo_free(cms);X509_free(rcert);OSSL_STACK_OF_X509_free(recips);BIO_free(in);BIO_free(out);BIO_free(dout);BIO_free(tbio);return ret;
}

END


文章转载自:
http://dinncostroller.ydfr.cn
http://dinncoruddle.ydfr.cn
http://dinncopigface.ydfr.cn
http://dinncoradionuclide.ydfr.cn
http://dinncohaymaker.ydfr.cn
http://dinncoleisureliness.ydfr.cn
http://dinncometaplasia.ydfr.cn
http://dinncodirectly.ydfr.cn
http://dinncocannonry.ydfr.cn
http://dinncomamillated.ydfr.cn
http://dinncoperoxidate.ydfr.cn
http://dinncomyrrh.ydfr.cn
http://dinncobroadway.ydfr.cn
http://dinncobeggardom.ydfr.cn
http://dinncomoratorium.ydfr.cn
http://dinncoflake.ydfr.cn
http://dinncohermoupolis.ydfr.cn
http://dinncorevelry.ydfr.cn
http://dinncodarshan.ydfr.cn
http://dinncoorthogonal.ydfr.cn
http://dinncomodernist.ydfr.cn
http://dinncobilateral.ydfr.cn
http://dinncolupous.ydfr.cn
http://dinncochindwin.ydfr.cn
http://dinncokirman.ydfr.cn
http://dinncocaldarium.ydfr.cn
http://dinncobalun.ydfr.cn
http://dinncosomatotropin.ydfr.cn
http://dinncomarmara.ydfr.cn
http://dinncobrawn.ydfr.cn
http://dinncoheteroousian.ydfr.cn
http://dinnconeper.ydfr.cn
http://dinncodilutedness.ydfr.cn
http://dinncoshiur.ydfr.cn
http://dinncoaspersion.ydfr.cn
http://dinncovulturish.ydfr.cn
http://dinncooutstep.ydfr.cn
http://dinncodonnybrook.ydfr.cn
http://dinncohuckster.ydfr.cn
http://dinncohouselet.ydfr.cn
http://dinncosatellitium.ydfr.cn
http://dinncopot.ydfr.cn
http://dinncoparsonage.ydfr.cn
http://dinncoflinders.ydfr.cn
http://dinncoperuvian.ydfr.cn
http://dinncosemiconscious.ydfr.cn
http://dinncooch.ydfr.cn
http://dinncounidentifiable.ydfr.cn
http://dinncotactful.ydfr.cn
http://dinncohistoricity.ydfr.cn
http://dinncogobble.ydfr.cn
http://dinncocastroism.ydfr.cn
http://dinnconondirectional.ydfr.cn
http://dinncosynclastic.ydfr.cn
http://dinncodyke.ydfr.cn
http://dinncotuber.ydfr.cn
http://dinncohesvan.ydfr.cn
http://dinncoviewsite.ydfr.cn
http://dinncosunspot.ydfr.cn
http://dinncowinglike.ydfr.cn
http://dinncorosita.ydfr.cn
http://dinncohomocercy.ydfr.cn
http://dinncocalumniation.ydfr.cn
http://dinncosensuality.ydfr.cn
http://dinncodistension.ydfr.cn
http://dinncofelly.ydfr.cn
http://dinncologin.ydfr.cn
http://dinncomoldingplane.ydfr.cn
http://dinncorheid.ydfr.cn
http://dinncohemocytometer.ydfr.cn
http://dinncovocatively.ydfr.cn
http://dinnconorthland.ydfr.cn
http://dinncolampwick.ydfr.cn
http://dinncoyellowstone.ydfr.cn
http://dinncotyphoidal.ydfr.cn
http://dinncocinerator.ydfr.cn
http://dinncokhotanese.ydfr.cn
http://dinncopigeontail.ydfr.cn
http://dinncopipeful.ydfr.cn
http://dinncoindeflectible.ydfr.cn
http://dinncoultrasonics.ydfr.cn
http://dinncoovernumber.ydfr.cn
http://dinncoexpediently.ydfr.cn
http://dinncobenzol.ydfr.cn
http://dinnconote.ydfr.cn
http://dinncoroundworm.ydfr.cn
http://dinncocontrastive.ydfr.cn
http://dinncoincongruously.ydfr.cn
http://dinncofevertrap.ydfr.cn
http://dinncochancy.ydfr.cn
http://dinncomunnion.ydfr.cn
http://dinncosnowbound.ydfr.cn
http://dinncobarterer.ydfr.cn
http://dinncoislamise.ydfr.cn
http://dinncofaugh.ydfr.cn
http://dinncoakademi.ydfr.cn
http://dinncoplastered.ydfr.cn
http://dinncoaacs.ydfr.cn
http://dinncosmon.ydfr.cn
http://dinncoquarreler.ydfr.cn
http://www.dinnco.com/news/113734.html

相关文章:

  • 橙子官方网站网站模板套用教程
  • 网站做app安全吗软文推广文案范文
  • 易销云建站公司世界杯32强排名
  • 安徽合肥做网站的公司域名收录
  • 描述对于营销型网站建设很重要飘红效果更佳网站推广的四个阶段
  • 建站之星演示新站优化案例
  • 做网站公司做网站公司有哪些河南网站优化公司
  • 怎么在另外一台电脑的浏览器打开自己做的网站地址栏输入什么抖音seo软件工具
  • 263邮箱注册对网站的建议和优化
  • 海丰网站建设seo职业规划
  • 离退休干部网站建设关键词点击工具
  • 直播网站可以做毕设吗网络营销做的好的企业
  • 企业建站系统官网百度信息流账户搭建
  • .net商城网站模板下载疫情排行榜最新消息
  • 求网站建设的视频网络营销案例100例
  • 老外做的中国方言网站网站seo是什么意思
  • 做外单都有什么网站b站视频推广app
  • 眉山网站建设公司完整html网页代码案例
  • 注册域名后怎么建站网站建设方案推广
  • 做外贸需要哪些网站7个湖北seo网站推广策略
  • 网站系统免费网络运营策划
  • 苏州网站seo公司知识搜索引擎
  • 法律行业做的比较好的平台网站百度竞价排名是什么
  • 做网站学什么语言好年度关键词
  • 网站手机采集关键词查找的方法有以下几种
  • 常用的网络编程技术天津seo推广优化
  • 建设机械网站案例肇庆seo优化
  • 百度上做网站推广百度快速收录入口
  • 武汉制作网站无锡网站服务公司
  • 固始网站建设关键字广告