forked from cory/tildefriends
mingw64 OpenSSL => 3.2.0.
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4644 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
deps/openssl/mingw64/usr/local/include
crypto
aes_platform.hasn1.hbioerr.hbn.hcmserr.hcontext.hdecoder.hdherr.hdsa.hec.hecx.hencoder.hevp.hevperr.hmd32_common.hmodes.hpkcs12err.hpunycode.hrand.hriscv_arch.hrsa.hsha.hsm4_platform.hstore.hx509.hx509err.h
internal
asn1.hbio.hbio_addr.hbio_tfo.hcommon.hcomp.hcryptlib.hder.hdeterministic_nonce.he_os.hendian.hevent_queue.hffc.hhpke_util.hktls.hlist.hnamemap.hnumbers.hpacket.hpacket_quic.hparam_build_set.hparam_names.hparam_names.h.inparams.hpriority_queue.hproperty.hprovider.hquic_ackm.hquic_cc.hquic_cfq.hquic_channel.hquic_demux.hquic_error.hquic_fc.hquic_fifd.hquic_reactor.hquic_record_rx.hquic_record_tx.hquic_record_util.hquic_rx_depack.hquic_sf_list.hquic_ssl.hquic_statm.hquic_stream.hquic_stream_map.hquic_thread_assist.hquic_tls.hquic_tserver.hquic_txp.hquic_txpim.hquic_types.hquic_vlint.hquic_wire.hquic_wire_pkt.hrecordmethod.hrefcount.hring_buf.hsafe_math.hsockets.hssl.hssl3_cbc.hstatem.hthread.hthread_arch.htime.htlsgroups.htsan_assist.huint_set.h
openssl
asn1.hasn1.h.inasync.hbio.hbio.h.inbioerr.hbn.hcmp.hcmp.h.incmperr.hcms.hcms.h.incmserr.hcomp.hcomperr.hconf.hconf.h.inconfiguration.hconfiguration.h.incore.hcore_dispatch.hcore_names.hcore_names.h.incrmf.hcrmf.h.incrypto.hcrypto.h.inct.hct.h.indh.hdherr.hdsa.he_os2.he_ostime.hec.herr.herr.h.inevp.hevperr.hhpke.hhttp.hlhash.hlhash.h.inmacros.hobj_mac.hopensslv.hpem.hpkcs12.hpkcs12.h.inpkcs12err.hpkcs7.hpkcs7.h.inprov_ssl.hproverr.hprovider.hquic.hrand.hrsa.hsha.hsrtp.hssl.hssl.h.inssl3.hsslerr.hstore.hthread.htls1.htrace.hts.htypes.hx509.hx509.h.inx509_vfy.hx509_vfy.h.inx509err.hx509v3.hx509v3.h.inx509v3err.h
tools
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2019-2022 The OpenSSL Project Authors. All Rights Reserved.
|
||||
* Copyright 2019-2023 The OpenSSL Project Authors. All Rights Reserved.
|
||||
*
|
||||
* Licensed under the Apache License 2.0 (the "License"). You may not use
|
||||
* this file except in compliance with the License. You can obtain a copy
|
||||
@ -34,8 +34,6 @@ int ossl_rsa_pss_params_30_copy(RSA_PSS_PARAMS_30 *to,
|
||||
int ossl_rsa_pss_params_30_is_unrestricted(const RSA_PSS_PARAMS_30 *rsa_pss_params);
|
||||
int ossl_rsa_pss_params_30_set_hashalg(RSA_PSS_PARAMS_30 *rsa_pss_params,
|
||||
int hashalg_nid);
|
||||
int ossl_rsa_pss_params_30_set_maskgenalg(RSA_PSS_PARAMS_30 *rsa_pss_params,
|
||||
int maskgenalg_nid);
|
||||
int ossl_rsa_pss_params_30_set_maskgenhashalg(RSA_PSS_PARAMS_30 *rsa_pss_params,
|
||||
int maskgenhashalg_nid);
|
||||
int ossl_rsa_pss_params_30_set_saltlen(RSA_PSS_PARAMS_30 *rsa_pss_params,
|
||||
@ -83,6 +81,10 @@ int ossl_rsa_param_decode(RSA *rsa, const X509_ALGOR *alg);
|
||||
RSA *ossl_rsa_key_from_pkcs8(const PKCS8_PRIV_KEY_INFO *p8inf,
|
||||
OSSL_LIB_CTX *libctx, const char *propq);
|
||||
|
||||
int ossl_rsa_padding_check_PKCS1_type_2(OSSL_LIB_CTX *ctx,
|
||||
unsigned char *to, int tlen,
|
||||
const unsigned char *from, int flen,
|
||||
int num, unsigned char *kdk);
|
||||
int ossl_rsa_padding_check_PKCS1_type_2_TLS(OSSL_LIB_CTX *ctx, unsigned char *to,
|
||||
size_t tlen,
|
||||
const unsigned char *from,
|
||||
|
Reference in New Issue
Block a user