]> git.ipfire.org Git - thirdparty/openssl.git/commit - Configure
Fix typos
authorDimitris Apostolou <dimitris.apostolou@icloud.com>
Sun, 2 Jan 2022 23:00:27 +0000 (01:00 +0200)
committerTomas Mraz <tomas@openssl.org>
Wed, 5 Jan 2022 11:37:20 +0000 (12:37 +0100)
commite304aa87b35fac5ea97c405dd3c21549faa45e78
tree3a9330f9259ddf98984e63db297583b5ef9dcd7b
parente66c41725f03dae2b295df048312fe6d28729e98
Fix typos

Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/17392)
97 files changed:
Configure
INSTALL.md
README-ENGINES.md
apps/cmp.c
apps/include/http_server.h
configdata.pm.in
crypto/aes/asm/aesv8-armx.pl
crypto/bn/asm/rsaz-2k-avx512.pl
crypto/bn/asm/rsaz-3k-avx512.pl
crypto/bn/asm/rsaz-4k-avx512.pl
crypto/cmp/cmp_vfy.c
crypto/context.c
crypto/ec/ec2_oct.c
crypto/encode_decode/encoder_lib.c
crypto/evp/ctrl_params_translate.c
crypto/evp/m_sigver.c
crypto/ffc/ffc_params_generate.c
crypto/rand/rand_egd.c
crypto/rsa/rsa_lib.c
crypto/x509/v3_ist.c
crypto/x509/v3_utf8.c
crypto/x509/v3_utl.c
crypto/x509/x_pubkey.c
demos/mac/gmac.c
dev/release-aux/README.md
dev/release.sh
doc/internal/man3/OPTIONS.pod
doc/internal/man3/ossl_random_add_conf_module.pod
doc/internal/man7/EVP_PKEY.pod
doc/man1/openssl-genpkey.pod.in
doc/man1/openssl-s_client.pod.in
doc/man1/openssl-verification-options.pod
doc/man3/ASN1_aux_cb.pod
doc/man3/ASN1_item_sign.pod
doc/man3/BIO_s_core.pod
doc/man3/BN_rand.pod
doc/man3/CONF_modules_load_file.pod
doc/man3/DH_get0_pqg.pod
doc/man3/EVP_EncryptInit.pod
doc/man3/EVP_KEYMGMT.pod
doc/man3/EVP_PKEY2PKCS8.pod
doc/man3/EVP_PKEY_derive.pod
doc/man3/EVP_PKEY_gettable_params.pod
doc/man3/EVP_PKEY_new.pod
doc/man3/EVP_PKEY_todata.pod
doc/man3/OCSP_resp_find_status.pod
doc/man3/OCSP_sendreq_new.pod
doc/man3/OSSL_CMP_log_open.pod
doc/man3/OSSL_DECODER.pod
doc/man3/OSSL_DECODER_CTX_new_for_pkey.pod
doc/man3/OSSL_ENCODER.pod
doc/man3/OSSL_ENCODER_CTX.pod
doc/man3/OSSL_ENCODER_CTX_new_for_pkey.pod
doc/man3/OSSL_ESS_check_signing_certs.pod
doc/man3/OSSL_HTTP_REQ_CTX.pod
doc/man3/OSSL_HTTP_parse_url.pod
doc/man3/OSSL_PARAM.pod
doc/man3/OSSL_PARAM_int.pod
doc/man3/OSSL_STORE_LOADER.pod
doc/man3/OSSL_trace_set_channel.pod
doc/man3/PKCS12_decrypt_skey.pod
doc/man3/PKCS12_gen_mac.pod
doc/man3/RAND_bytes.pod
doc/man3/RSA_get0_key.pod
doc/man3/SSL_CTX_set_tmp_dh_callback.pod
doc/man3/X509_VERIFY_PARAM_set_flags.pod
doc/man3/X509_add_cert.pod
doc/man3/X509_digest.pod
doc/man3/X509_dup.pod
doc/man5/config.pod
doc/man7/EVP_PKEY-EC.pod
doc/man7/crypto.pod
doc/man7/fips_module.pod
doc/man7/life_cycle-pkey.pod
doc/man7/migration_guide.pod
doc/man7/openssl-glossary.pod
doc/man7/provider-kdf.pod
doc/man7/provider-object.pod
include/openssl/core_dispatch.h
providers/implementations/ciphers/cipher_aes_gcm_hw_armv8.inc
providers/implementations/encode_decode/encode_key2any.c
providers/implementations/keymgmt/kdf_legacy_kmgmt.c
providers/implementations/keymgmt/mac_legacy_kmgmt.c
providers/implementations/signature/sm2_sig.c
ssl/statem/statem_srvr.c
test/cmp_vfy_test.c
test/evp_extra_test.c
test/param_build_test.c
test/params_api_test.c
test/params_test.c
test/recipes/70-test_sslrecords.t
test/recipes/90-test_threads.t
test/ssl-tests/28-seclevel.cnf.in
test/sslapitest.c
test/tls-provider.c
util/add-depends.pl
util/check-format.pl