deps: upgrade openssl sources to openssl-3.5.1 · nodejs/node@1f06ca9

1,607 files changed

lines changed

Original file line numberDiff line numberDiff line change

@@ -0,0 +1,11 @@

1+

#

2+

# Copyright 2023 The OpenSSL Project Authors. All Rights Reserved.

3+

#

4+

# Licensed under the Apache License 2.0 (the "License"). You may not use

5+

# this file except in compliance with the License. You can obtain a copy

6+

# in the file LICENSE in the source distribution or at

7+

# https://www.openssl.org/source/license.html

8+

#

9+
10+

# Allow ctags to load configuration file under the sub directories.

11+

--optlib-dir=+./.ctags.d

Original file line numberDiff line numberDiff line change

@@ -0,0 +1,13 @@

1+

#

2+

# Copyright 2023 The OpenSSL Project Authors. All Rights Reserved.

3+

#

4+

# Licensed under the Apache License 2.0 (the "License"). You may not use

5+

# this file except in compliance with the License. You can obtain a copy

6+

# in the file LICENSE in the source distribution or at

7+

# https://www.openssl.org/source/license.html

8+

#

9+
10+

# List file names or patterns you want ctags to ignore.

11+

--exclude=.ctags.d

12+

--exclude=test

13+

--exclude=check-format-test-positives.c

Original file line numberDiff line numberDiff line change

@@ -0,0 +1,18 @@

1+

#

2+

# Copyright 2023 The OpenSSL Project Authors. All Rights Reserved.

3+

#

4+

# Licensed under the Apache License 2.0 (the "License"). You may not use

5+

# this file except in compliance with the License. You can obtain a copy

6+

# in the file LICENSE in the source distribution or at

7+

# https://www.openssl.org/source/license.html

8+

#

9+
10+

# This file is only for extracting macro definitions.

11+

--langmap=C:+.h

12+

-o -

13+

--sort=no

14+

--languages=C

15+

-R

16+
17+

--fields-C=+{macrodef}

18+

--fields=+{signature}

Original file line numberDiff line numberDiff line change

@@ -0,0 +1,9 @@

1+

#

2+

# Copyright 2023 The OpenSSL Project Authors. All Rights Reserved.

3+

#

4+

# Licensed under the Apache License 2.0 (the "License"). You may not use

5+

# this file except in compliance with the License. You can obtain a copy

6+

# in the file LICENSE in the source distribution or at

7+

# https://www.openssl.org/source/license.html

8+

#

9+

--param-CPreProcessor._expand=1

Original file line numberDiff line numberDiff line change

@@ -1,5 +1,5 @@

1-

Acknowlegements

2-

===============

1+

Acknowledgements

2+

================

33
44

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

55
Original file line numberDiff line numberDiff line change

@@ -12,6 +12,7 @@ Groups

1212
1313

* OpenSSL Software Services, Inc.

1414

* OpenSSL Software Foundation, Inc.

15+

* Google LLC

1516
1617

Individuals

1718

-----------

@@ -48,4 +49,5 @@ Individuals

4849

* Tim Hudson

4950

* Tomáš Mráz

5051

* Ulf Möller

52+

* Valerii Krygin

5153

* Viktor Dukhovni