Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Next Next commit
deps: upgrade openssl sources to openssl-3.5.1
  • Loading branch information
nodejs-github-bot committed Jul 27, 2025
commit 41d4844cdf17933f895ecfc5f5cc6bc587f2a6c0
11 changes: 11 additions & 0 deletions deps/openssl/openssl/.ctags.d/add-dir.ctags
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#
# Copyright 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
# in the file LICENSE in the source distribution or at
# https://www.openssl.org/source/license.html
#

# Allow ctags to load configuration file under the sub directories.
--optlib-dir=+./.ctags.d
13 changes: 13 additions & 0 deletions deps/openssl/openssl/.ctags.d/exclude.ctags
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#
# Copyright 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
# in the file LICENSE in the source distribution or at
# https://www.openssl.org/source/license.html
#

# List file names or patterns you want ctags to ignore.
--exclude=.ctags.d
--exclude=test
--exclude=check-format-test-positives.c
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
#
# Copyright 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
# in the file LICENSE in the source distribution or at
# https://www.openssl.org/source/license.html
#

# This file is only for extracting macro definitions.
--langmap=C:+.h
-o -
--sort=no
--languages=C
-R

--fields-C=+{macrodef}
--fields=+{signature}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#
# Copyright 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
# in the file LICENSE in the source distribution or at
# https://www.openssl.org/source/license.html
#
--param-CPreProcessor._expand=1
4 changes: 2 additions & 2 deletions deps/openssl/openssl/ACKNOWLEDGEMENTS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Acknowlegements
===============
Acknowledgements
================

Please see our [Thanks!][] page for the current acknowledgements.

Expand Down
2 changes: 2 additions & 0 deletions deps/openssl/openssl/AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Groups

* OpenSSL Software Services, Inc.
* OpenSSL Software Foundation, Inc.
* Google LLC

Individuals
-----------
Expand Down Expand Up @@ -48,4 +49,5 @@ Individuals
* Tim Hudson
* Tomáš Mráz
* Ulf Möller
* Valerii Krygin
* Viktor Dukhovni
Loading
Loading