diff options
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/libcrypto/x509/x509.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/lib/libcrypto/x509/x509.h b/src/lib/libcrypto/x509/x509.h index 5ccaf41114..b47bf99104 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.44 2018/03/17 15:28:27 tb Exp $ */ | 1 | /* $OpenBSD: x509.h,v 1.45 2018/05/01 16:14:54 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 | * |
| @@ -653,8 +653,8 @@ int NETSCAPE_SPKI_set_pubkey(NETSCAPE_SPKI *x, EVP_PKEY *pkey); | |||
| 653 | 653 | ||
| 654 | int NETSCAPE_SPKI_print(BIO *out, NETSCAPE_SPKI *spki); | 654 | int NETSCAPE_SPKI_print(BIO *out, NETSCAPE_SPKI *spki); |
| 655 | 655 | ||
| 656 | int X509_signature_dump(BIO *bp,const ASN1_STRING *sig, int indent); | 656 | int X509_signature_dump(BIO *bp, const ASN1_STRING *sig, int indent); |
| 657 | int X509_signature_print(BIO *bp,X509_ALGOR *alg, ASN1_STRING *sig); | 657 | int X509_signature_print(BIO *bp, X509_ALGOR *alg, ASN1_STRING *sig); |
| 658 | 658 | ||
| 659 | int X509_sign(X509 *x, EVP_PKEY *pkey, const EVP_MD *md); | 659 | int X509_sign(X509 *x, EVP_PKEY *pkey, const EVP_MD *md); |
| 660 | int X509_sign_ctx(X509 *x, EVP_MD_CTX *ctx); | 660 | int X509_sign_ctx(X509 *x, EVP_MD_CTX *ctx); |
| @@ -909,8 +909,8 @@ int X509_get_signature_nid(const X509 *x); | |||
| 909 | 909 | ||
| 910 | int X509_alias_set1(X509 *x, unsigned char *name, int len); | 910 | int X509_alias_set1(X509 *x, unsigned char *name, int len); |
| 911 | int X509_keyid_set1(X509 *x, unsigned char *id, int len); | 911 | int X509_keyid_set1(X509 *x, unsigned char *id, int len); |
| 912 | unsigned char * X509_alias_get0(X509 *x, int *len); | 912 | unsigned char *X509_alias_get0(X509 *x, int *len); |
| 913 | unsigned char * X509_keyid_get0(X509 *x, int *len); | 913 | unsigned char *X509_keyid_get0(X509 *x, int *len); |
| 914 | int (*X509_TRUST_set_default(int (*trust)(int , X509 *, int)))(int, X509 *, int); | 914 | int (*X509_TRUST_set_default(int (*trust)(int , X509 *, int)))(int, X509 *, int); |
| 915 | int X509_TRUST_set(int *t, int trust); | 915 | int X509_TRUST_set(int *t, int trust); |
| 916 | int X509_add1_trust_object(X509 *x, ASN1_OBJECT *obj); | 916 | int X509_add1_trust_object(X509 *x, ASN1_OBJECT *obj); |
