/openssl/crypto/cms/ |
H A D | cms_io.c | 39 CMS_ContentInfo *ci; in d2i_CMS_bio() local 42 ci = ASN1_item_d2i_bio_ex(ASN1_ITEM_rptr(CMS_ContentInfo), bp, cms, in d2i_CMS_bio() 45 if (ci != NULL) { in d2i_CMS_bio() 47 ossl_cms_resolve_libctx(ci); in d2i_CMS_bio() 50 return ci; in d2i_CMS_bio() 103 CMS_ContentInfo *ci; in SMIME_read_CMS_ex() local 106 ci = (CMS_ContentInfo *)SMIME_read_ASN1_ex(bio, flags, bcont, in SMIME_read_CMS_ex() 111 if (ci != NULL) { in SMIME_read_CMS_ex() 113 ossl_cms_resolve_libctx(ci); in SMIME_read_CMS_ex() 116 return ci; in SMIME_read_CMS_ex()
|
H A D | cms_lib.c | 30 CMS_ContentInfo *ci; in IMPLEMENT_ASN1_PRINT_FUNCTION() local 37 if (ci != NULL) { in IMPLEMENT_ASN1_PRINT_FUNCTION() 39 ossl_cms_resolve_libctx(ci); in IMPLEMENT_ASN1_PRINT_FUNCTION() 42 return ci; in IMPLEMENT_ASN1_PRINT_FUNCTION() 52 CMS_ContentInfo *ci; in CMS_ContentInfo_new_ex() local 56 if (ci != NULL) { in CMS_ContentInfo_new_ex() 57 ci->ctx.libctx = libctx; in CMS_ContentInfo_new_ex() 58 ci->ctx.propq = NULL; in CMS_ContentInfo_new_ex() 61 if (ci->ctx.propq == NULL) { in CMS_ContentInfo_new_ex() 63 ci = NULL; in CMS_ContentInfo_new_ex() [all …]
|
H A D | cms_sd.c | 1082 CMS_ContentInfo *ci; in CMS_SignedData_verify() local 1091 if ((ci = CMS_ContentInfo_new_ex(libctx, propq)) == NULL) in CMS_SignedData_verify() 1095 ci->contentType = OBJ_nid2obj(NID_pkcs7_signed); in CMS_SignedData_verify() 1096 ci->d.signedData = sd; in CMS_SignedData_verify() 1099 if (!CMS_add1_cert(ci, sk_X509_value(extra, i))) in CMS_SignedData_verify() 1102 if (!CMS_add1_crl(ci, sk_X509_CRL_value(crls, i))) in CMS_SignedData_verify() 1104 res = CMS_verify(ci, scerts, store, detached_data, bio, flags); in CMS_SignedData_verify() 1107 if (ci != NULL) in CMS_SignedData_verify() 1108 ci->d.signedData = NULL; /* do not indirectly free |sd| */ in CMS_SignedData_verify() 1109 CMS_ContentInfo_free(ci); in CMS_SignedData_verify()
|
H A D | cms_env.c | 260 CMS_ContentInfo *ci; in CMS_EnvelopedData_decrypt() local 269 if ((ci = CMS_ContentInfo_new_ex(libctx, propq)) == NULL in CMS_EnvelopedData_decrypt() 272 ci->contentType = OBJ_nid2obj(NID_pkcs7_enveloped); in CMS_EnvelopedData_decrypt() 273 ci->d.envelopedData = env; in CMS_EnvelopedData_decrypt() 275 && CMS_decrypt_set1_password(ci, (unsigned char *) in CMS_EnvelopedData_decrypt() 279 res = CMS_decrypt(ci, secret == NULL ? pkey : NULL, in CMS_EnvelopedData_decrypt() 283 if (ci != NULL) { in CMS_EnvelopedData_decrypt() 284 ci->d.envelopedData = NULL; /* do not indirectly free |env| */ in CMS_EnvelopedData_decrypt() 285 ci->contentType = NULL; in CMS_EnvelopedData_decrypt() 287 CMS_ContentInfo_free(ci); in CMS_EnvelopedData_decrypt()
|
H A D | cms_local.h | 394 void ossl_cms_resolve_libctx(CMS_ContentInfo *ci);
|
/openssl/.github/workflows/ |
H A D | build_quic_interop_container.yml | 17 docker login -u openssl-ci+machine -p ${{ secrets.QUAY_IO_PASSWORD }} quay.io 21 docker build -t quay.io/openssl-ci/openssl-quic-interop:latest . 24 docker push quay.io/openssl-ci/openssl-quic-interop:latest
|
H A D | ci.yml | 104 name: "ci@basic-gcc" 126 name: "ci@basic-clang" 173 name: "ci@minimal" 195 name: "ci@no-deprecated" 217 name: "ci@no-shared-ubuntu" 269 name: "ci@non-caching" 321 name: "ci@fuzz_tests" 349 name: "ci@memory_sanitizer" 429 name: "ci@full_featured" 451 name: "ci@no-legacy" [all …]
|
H A D | run_quic_interop.yml | 30 jq '.openssl = { image: "quay.io/openssl-ci/openssl-quic-interop"
|
H A D | static-analysis-on-prem.yml | 21 container: quay.io/openssl-ci/coverity-analysis:2024.3.1
|
H A D | interop-tests.yml | 2 # /__w/openssl is the path that github bind-mounts into the container so the ci
|
/openssl/ |
H A D | README.md | 6 [![github actions ci badge]][github actions ci] 7 ![Nightly OS Zoo ci badge](https://github.com/openssl/openssl/actions/workflows/os-zoo.yml/badge.sv… 260 [github actions ci badge]: 264 [github actions ci]: 269 <https://ci.appveyor.com/api/projects/status/8e10o7xfrg73v98f/branch/master?svg=true> 273 <https://ci.appveyor.com/project/openssl/openssl/branch/master>
|
/openssl/crypto/chacha/asm/ |
H A D | chacha-x86.pl | 73 my ($ai,$bi,$ci,$di,$i)=@_; 74 my ($an,$bn,$cn,$dn)=map(($_&~3)+(($_+1)&3),($ai,$bi,$ci,$di)); # next 75 my ($ap,$bp,$cp,$dp)=map(($_&~3)+(($_-1)&3),($ai,$bi,$ci,$di)); # previous 381 my ($ai,$bi,$ci,$di,$i)=@_; 382 my ($an,$bn,$cn,$dn)=map(($_&~3)+(($_+1)&3),($ai,$bi,$ci,$di)); # next 383 my ($ap,$bp,$cp,$dp)=map(($_&~3)+(($_-1)&3),($ai,$bi,$ci,$di)); # previous 795 my ($ai,$bi,$ci,$di,$i)=@_; 796 my ($an,$bn,$cn,$dn)=map(($_&~3)+(($_+1)&3),($ai,$bi,$ci,$di)); # next 797 my ($ap,$bp,$cp,$dp)=map(($_&~3)+(($_-1)&3),($ai,$bi,$ci,$di)); # previous
|
/openssl/test/quic-openssl-docker/ |
H A D | README.md | 19 `docker build -t quay.io/openssl-ci/openssl-quic-interop:latest .`
|
/openssl/apps/ |
H A D | cms.c | 248 CMS_ContentInfo *ret, *ci; in load_content_info() local 257 ci = SMIME_read_CMS_ex(in, flags, indata, &ret); in load_content_info() 260 ci = PEM_read_bio_CMS(in, &ret, NULL, NULL); in load_content_info() 263 ci = d2i_CMS_bio(in, &ret); in load_content_info() 269 if (ci == NULL) { in load_content_info()
|
/openssl/include/openssl/ |
H A D | cms.h.in | 121 CMS_ContentInfo *SMIME_read_CMS_ex(BIO *bio, int flags, BIO **bcont, CMS_ContentInfo **ci);
|