[openssl/openssl] 1567a8: crypto: Fix various typos, repeated words, align s...

FdaSilvaYY noreply at github.com
Wed Oct 12 05:57:41 UTC 2022


  Branch: refs/heads/master
  Home:   https://github.com/openssl/openssl
  Commit: 1567a821a4616f59748fa8982724f88e542867d6
      https://github.com/openssl/openssl/commit/1567a821a4616f59748fa8982724f88e542867d6
  Author: FdaSilvaYY <fdasilvayy at gmail.com>
  Date:   2022-10-12 (Wed, 12 Oct 2022)

  Changed paths:
    M crypto/asn1/a_time.c
    M crypto/bf/bf_local.h
    M crypto/bio/bio_addr.c
    M crypto/bio/bio_print.c
    M crypto/bio/bss_fd.c
    M crypto/bio/bss_file.c
    M crypto/bn/bn_mul.c
    M crypto/cast/cast_local.h
    M crypto/cmp/cmp_ctx.c
    M crypto/cmp/cmp_local.h
    M crypto/cms/cms_asn1.c
    M crypto/des/des_local.h
    M crypto/ec/ec2_smpl.c
    M crypto/ec/ecp_mont.c
    M crypto/ec/ecp_smpl.c
    M crypto/engine/eng_init.c
    M crypto/evp/ctrl_params_translate.c
    M crypto/evp/e_aes.c
    M crypto/evp/e_aria.c
    M crypto/o_fopen.c

  Log Message:
  -----------
  crypto: Fix various typos, repeated words, align some spelling to LDP.
partially revamped from #16712
- fall thru -> fall through
- time stamp -> timestamp
- file name -> filename
- host name -> hostname

Reviewed-by: Tomas Mraz <tomas at openssl.org>
Reviewed-by: Paul Dale <pauli at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19059)


  Commit: c7340583097a80a4fe42bacea745b2bbaa6d16db
      https://github.com/openssl/openssl/commit/c7340583097a80a4fe42bacea745b2bbaa6d16db
  Author: FdaSilvaYY <fdasilvayy at gmail.com>
  Date:   2022-10-12 (Wed, 12 Oct 2022)

  Changed paths:
    M crypto/bio/bio_sock2.c
    M crypto/bn/bn_const.c
    M crypto/cmp/cmp_vfy.c
    M crypto/dsa/dsa_local.h
    M crypto/ffc/ffc_params_generate.c
    M crypto/http/http_client.c
    M crypto/http/http_lib.c
    M crypto/idea/idea_local.h
    M crypto/pkcs7/pk7_asn1.c
    M crypto/rc2/rc2_local.h
    M crypto/rc5/rc5_local.h
    M crypto/siphash/siphash.c
    M crypto/store/store_lib.c
    M crypto/ts/ts_local.h
    M crypto/ts/ts_rsp_verify.c
    M crypto/x509/by_store.c
    M crypto/x509/v3_ncons.c
    M crypto/x509/v3_purp.c
    M crypto/x509/x_crl.c
    M crypto/x509/x_req.c
    M crypto/x509/x_x509.c

  Log Message:
  -----------
  crypto/*: Fix various typos, repeated words, align some spelling to LDP.
partially revamped from #16712
- fall thru -> fall through
- time stamp -> timestamp
- host name -> hostname
- ipv6 -> IPv6

Reviewed-by: Tomas Mraz <tomas at openssl.org>
Reviewed-by: Paul Dale <pauli at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19059)


  Commit: d7f3a2cc8691c062ef5bdeef28b66f80c8f7d5c3
      https://github.com/openssl/openssl/commit/d7f3a2cc8691c062ef5bdeef28b66f80c8f7d5c3
  Author: FdaSilvaYY <fdasilvayy at gmail.com>
  Date:   2022-10-12 (Wed, 12 Oct 2022)

  Changed paths:
    M ACKNOWLEDGEMENTS.md
    M CHANGES.md
    M NEWS.md
    M NOTES-PERL.md
    M util/mkdef.pl
    M util/mkerr.pl

  Log Message:
  -----------
  Fix various typos, repeated words, align some spelling to LDP.
Partially revamped from #16712
- fall thru -> fall through
- time stamp -> timestamp
- host name -> hostname
- ipv6 -> IPv6

Reviewed-by: Tomas Mraz <tomas at openssl.org>
Reviewed-by: Paul Dale <pauli at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19059)


  Commit: 9929c81702381bff54f833d6fe0a3304f4e2b635
      https://github.com/openssl/openssl/commit/9929c81702381bff54f833d6fe0a3304f4e2b635
  Author: FdaSilvaYY <fdasilvayy at gmail.com>
  Date:   2022-10-12 (Wed, 12 Oct 2022)

  Changed paths:
    M Configurations/README.md
    M apps/demoSRP/srp_verifier.txt
    M apps/dhparam.c
    M apps/engine.c
    M apps/lib/apps.c
    M apps/lib/s_socket.c
    M apps/verify.c
    M demos/sslecho/main.c
    M doc/internal/man3/ossl_punycode_decode.pod
    M engines/e_loader_attic.c
    M include/openssl/engine.h
    M ssl/ssl_lib.c
    M test/cmp_protect_test.c
    M test/recipes/80-test_cmp_http.t
    M test/x509_time_test.c

  Log Message:
  -----------
  apps & al : Fix various typos, repeated words, align some spelling to LDP.
Mostly revamped from #16712
- fall thru -> fall through
- time stamp -> timestamp
- host name -> hostname
- ipv6 -> IPv6

Reviewed-by: Tomas Mraz <tomas at openssl.org>
Reviewed-by: Paul Dale <pauli at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19059)


  Commit: e1e93f7a07dfc7a8dddd4ddbb79d1d9bc9760d32
      https://github.com/openssl/openssl/commit/e1e93f7a07dfc7a8dddd4ddbb79d1d9bc9760d32
  Author: FdaSilvaYY <fdasilvayy at gmail.com>
  Date:   2022-10-12 (Wed, 12 Oct 2022)

  Changed paths:
    M crypto/ec/ecp_smpl.c

  Log Message:
  -----------
  nit: fix some pointer comparisons

Reviewed-by: Tomas Mraz <tomas at openssl.org>
Reviewed-by: Paul Dale <pauli at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19059)


Compare: https://github.com/openssl/openssl/compare/8b5424eae557...e1e93f7a07df


More information about the openssl-commits mailing list