ssl_local.h (openssl-1.1.1o) | : | ssl_local.h (openssl-1.1.1p) | ||
---|---|---|---|---|
/* | /* | |||
* Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved. | * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved. | |||
* Copyright (c) 2002, Oracle and/or its affiliates. All rights reserved | * Copyright (c) 2002, Oracle and/or its affiliates. All rights reserved | |||
* Copyright 2005 Nokia. All rights reserved. | * Copyright 2005 Nokia. All rights reserved. | |||
* | * | |||
* Licensed under the OpenSSL license (the "License"). You may not use | * Licensed under the OpenSSL license (the "License"). You may not use | |||
* this file except in compliance with the License. You can obtain a copy | * this file except in compliance with the License. You can obtain a copy | |||
* in the file LICENSE in the source distribution or at | * in the file LICENSE in the source distribution or at | |||
* https://www.openssl.org/source/license.html | * https://www.openssl.org/source/license.html | |||
*/ | */ | |||
#ifndef OSSL_SSL_LOCAL_H | #ifndef OSSL_SSL_LOCAL_H | |||
skipping to change at line 2301 | skipping to change at line 2301 | |||
__owur int ssl_cert_add0_chain_cert(SSL *s, SSL_CTX *ctx, X509 *x); | __owur int ssl_cert_add0_chain_cert(SSL *s, SSL_CTX *ctx, X509 *x); | |||
__owur int ssl_cert_add1_chain_cert(SSL *s, SSL_CTX *ctx, X509 *x); | __owur int ssl_cert_add1_chain_cert(SSL *s, SSL_CTX *ctx, X509 *x); | |||
__owur int ssl_cert_select_current(CERT *c, X509 *x); | __owur int ssl_cert_select_current(CERT *c, X509 *x); | |||
__owur int ssl_cert_set_current(CERT *c, long arg); | __owur int ssl_cert_set_current(CERT *c, long arg); | |||
void ssl_cert_set_cert_cb(CERT *c, int (*cb) (SSL *ssl, void *arg), void *arg); | void ssl_cert_set_cert_cb(CERT *c, int (*cb) (SSL *ssl, void *arg), void *arg); | |||
__owur int ssl_verify_cert_chain(SSL *s, STACK_OF(X509) *sk); | __owur int ssl_verify_cert_chain(SSL *s, STACK_OF(X509) *sk); | |||
__owur int ssl_build_cert_chain(SSL *s, SSL_CTX *ctx, int flags); | __owur int ssl_build_cert_chain(SSL *s, SSL_CTX *ctx, int flags); | |||
__owur int ssl_cert_set_cert_store(CERT *c, X509_STORE *store, int chain, | __owur int ssl_cert_set_cert_store(CERT *c, X509_STORE *store, int chain, | |||
int ref); | int ref); | |||
__owur int ssl_cert_get_cert_store(CERT *c, X509_STORE **pstore, int chain); | ||||
__owur int ssl_security(const SSL *s, int op, int bits, int nid, void *other); | __owur int ssl_security(const SSL *s, int op, int bits, int nid, void *other); | |||
__owur int ssl_ctx_security(const SSL_CTX *ctx, int op, int bits, int nid, | __owur int ssl_ctx_security(const SSL_CTX *ctx, int op, int bits, int nid, | |||
void *other); | void *other); | |||
int ssl_get_security_level_bits(const SSL *s, const SSL_CTX *ctx, int *levelp); | int ssl_get_security_level_bits(const SSL *s, const SSL_CTX *ctx, int *levelp); | |||
__owur int ssl_cert_lookup_by_nid(int nid, size_t *pidx); | __owur int ssl_cert_lookup_by_nid(int nid, size_t *pidx); | |||
__owur const SSL_CERT_LOOKUP *ssl_cert_lookup_by_pkey(const EVP_PKEY *pk, | __owur const SSL_CERT_LOOKUP *ssl_cert_lookup_by_pkey(const EVP_PKEY *pk, | |||
size_t *pidx); | size_t *pidx); | |||
__owur const SSL_CERT_LOOKUP *ssl_cert_lookup_by_idx(size_t idx); | __owur const SSL_CERT_LOOKUP *ssl_cert_lookup_by_idx(size_t idx); | |||
End of changes. 2 change blocks. | ||||
1 lines changed or deleted | 2 lines changed or added |