summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authortb <>2025-07-06 09:32:08 +0000
committertb <>2025-07-06 09:32:08 +0000
commit2a2dde174dd86c0c72c8e504e1845695911323c0 (patch)
treeba22c2e82b5b9cd8f1615c96782eebd62603c6e9 /src/lib
parentf194c758f2ec4a5058d48b8dd9e8f0466206421c (diff)
downloadopenbsd-2a2dde174dd86c0c72c8e504e1845695911323c0.tar.gz
openbsd-2a2dde174dd86c0c72c8e504e1845695911323c0.tar.bz2
openbsd-2a2dde174dd86c0c72c8e504e1845695911323c0.zip
X509_get0_signature: call out inconsistent argument order in BUGS
These annoying and careless inconsistencies were introduced when const was sprinkled everywhere without rhyme or reason.
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/libcrypto/man/X509_get0_signature.311
1 files changed, 9 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/X509_get0_signature.3 b/src/lib/libcrypto/man/X509_get0_signature.3
index b5cdd2952e..6cebb94e56 100644
--- a/src/lib/libcrypto/man/X509_get0_signature.3
+++ b/src/lib/libcrypto/man/X509_get0_signature.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: X509_get0_signature.3,v 1.11 2025/06/08 22:40:30 schwarze Exp $ 1.\" $OpenBSD: X509_get0_signature.3,v 1.12 2025/07/06 09:32:08 tb Exp $
2.\" selective merge up to: 2.\" selective merge up to:
3.\" OpenSSL man3/X509_get0_signature 2f7a2520 Apr 25 17:28:08 2017 +0100 3.\" OpenSSL man3/X509_get0_signature 2f7a2520 Apr 25 17:28:08 2017 +0100
4.\" 4.\"
@@ -66,7 +66,7 @@
66.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 66.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
67.\" OF THE POSSIBILITY OF SUCH DAMAGE. 67.\" OF THE POSSIBILITY OF SUCH DAMAGE.
68.\" 68.\"
69.Dd $Mdocdate: June 8 2025 $ 69.Dd $Mdocdate: July 6 2025 $
70.Dt X509_GET0_SIGNATURE 3 70.Dt X509_GET0_SIGNATURE 3
71.Os 71.Os
72.Sh NAME 72.Sh NAME
@@ -279,3 +279,10 @@ In some cases the actual security of the signature is smaller
279because the signing key is less secure. 279because the signing key is less secure.
280For example in a certificate signed using SHA-512 280For example in a certificate signed using SHA-512
281and a 1024-bit RSA key. 281and a 1024-bit RSA key.
282.Sh BUGS
283The signatures of
284.Fn X509_get0_signature ,
285.Fn X509_REQ_get0_signature ,
286and
287.Fn X509_CRL_get0_signature
288are inconsistent.