openssl/openssl

X509_set0_signature API is missing

Open

#5,916 建立於 2018年4月10日

在 GitHub 查看
 (17 留言) (2 反應) (0 負責人)C (11,262 fork)batch import
backlog fixhelp wantedtriaged: feature

倉庫指標

Star
 (30,157 star)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

https://www.openssl.org/docs/man1.1.1/man3/X509_get0_signature.html

This documentation states:

These functions provide lower level access to signatures in certificates where an application wishes to analyse or generate a signature in a form where X509_sign() et al is not appropriate (for example a non standard or unsupported format).

The implication here is that these functions intentionally allow modifying the signature of an x509 structure. These shouldn't be const. Otherwise, there should be a X509_set_signature().

貢獻者指南