diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/libcrypto/Symbols.list | 1 | ||||
| -rw-r--r-- | src/lib/libcrypto/x509/x509.h | 4 |
2 files changed, 2 insertions, 3 deletions
diff --git a/src/lib/libcrypto/Symbols.list b/src/lib/libcrypto/Symbols.list index 44540e3cfb..8459316be1 100644 --- a/src/lib/libcrypto/Symbols.list +++ b/src/lib/libcrypto/Symbols.list | |||
| @@ -2733,6 +2733,7 @@ X509_get_key_usage | |||
| 2733 | X509_get_pubkey | 2733 | X509_get_pubkey |
| 2734 | X509_get_pubkey_parameters | 2734 | X509_get_pubkey_parameters |
| 2735 | X509_get_serialNumber | 2735 | X509_get_serialNumber |
| 2736 | X509_get_signature_info | ||
| 2736 | X509_get_signature_nid | 2737 | X509_get_signature_nid |
| 2737 | X509_get_signature_type | 2738 | X509_get_signature_type |
| 2738 | X509_get_subject_name | 2739 | X509_get_subject_name |
diff --git a/src/lib/libcrypto/x509/x509.h b/src/lib/libcrypto/x509/x509.h index 81c2111d02..d919881f86 100644 --- a/src/lib/libcrypto/x509/x509.h +++ b/src/lib/libcrypto/x509/x509.h | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: x509.h,v 1.118 2024/08/31 10:46:40 tb Exp $ */ | 1 | /* $OpenBSD: x509.h,v 1.119 2024/08/31 10:49:35 tb Exp $ */ |
| 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
| 3 | * All rights reserved. | 3 | * All rights reserved. |
| 4 | * | 4 | * |
| @@ -603,13 +603,11 @@ X509 * d2i_X509_AUX(X509 **a,const unsigned char **pp,long length); | |||
| 603 | 603 | ||
| 604 | int i2d_re_X509_tbs(X509 *x, unsigned char **pp); | 604 | int i2d_re_X509_tbs(X509 *x, unsigned char **pp); |
| 605 | 605 | ||
| 606 | #if defined(LIBRESSL_INTERNAL) || defined(LIBRESSL_NEXT_API) | ||
| 607 | /* Flags returned by X509_get_signature_info(): valid and suitable for TLS. */ | 606 | /* Flags returned by X509_get_signature_info(): valid and suitable for TLS. */ |
| 608 | #define X509_SIG_INFO_VALID 1 | 607 | #define X509_SIG_INFO_VALID 1 |
| 609 | #define X509_SIG_INFO_TLS 2 | 608 | #define X509_SIG_INFO_TLS 2 |
| 610 | int X509_get_signature_info(X509 *x, int *mdnid, int *pknid, int *secbits, | 609 | int X509_get_signature_info(X509 *x, int *mdnid, int *pknid, int *secbits, |
| 611 | uint32_t *flags); | 610 | uint32_t *flags); |
| 612 | #endif | ||
| 613 | 611 | ||
| 614 | void X509_get0_signature(const ASN1_BIT_STRING **psig, | 612 | void X509_get0_signature(const ASN1_BIT_STRING **psig, |
| 615 | const X509_ALGOR **palg, const X509 *x); | 613 | const X509_ALGOR **palg, const X509 *x); |
