]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Updated broken documentation links in various files
authorStacey Zheng <staceyzheng10@gmail.com>
Thu, 19 Mar 2026 22:59:38 +0000 (18:59 -0400)
committerTomas Mraz <tomas@openssl.foundation>
Fri, 3 Apr 2026 15:18:58 +0000 (17:18 +0200)
Reviewed-by: Saša Nedvědický <sashan@openssl.org>
Reviewed-by: Eugene Syromiatnikov <esyr@openssl.org>
MergeDate: Fri Apr  3 15:18:46 2026
(Merged from https://github.com/openssl/openssl/pull/30516)

(cherry picked from commit 6f5b5acd65050d7a5a5534f27911b7b1fddcf754)

crypto/bn/asm/armv4-gf2m.pl
crypto/bn/bn_mont.c
crypto/modes/asm/ghash-armv4.pl
crypto/perlasm/x86_64-xlate.pl
doc/man3/ADMISSIONS.pod
external/perl/Text-Template-1.56/lib/Text/Template.pm
external/perl/Text-Template-1.56/lib/Text/Template/Preprocess.pm

index 7375e3970a2fe543b5c1580bfeec8ff001de29fa..3332eb112a980e9e77670954796b1681a6eb5ba0 100644 (file)
@@ -37,7 +37,7 @@
 # Câmara, D.; Gouvêa, C. P. L.; López, J. & Dahab, R.: Fast Software
 # Polynomial Multiplication on ARM Processors using the NEON Engine.
 #
-# http://conradoplg.cryptoland.net/files/2010/12/mocrysen13.pdf
+# https://conradoplg.modp.net/files/2010/12/mocrysen13.pdf
 
 # $output is the last argument if it looks like a file (it has an extension)
 # $flavour is the first argument if it doesn't look like a file
index 384e64c3f826d174eabbf3c7ad71aa0d5202880f..cf1824c9dffeb4e3ad3acbcc4647253142bd389d 100644 (file)
@@ -8,10 +8,9 @@
  */
 
 /*
- * Details about Montgomery multiplication algorithms can be found at
- * http://security.ece.orst.edu/publications.html, e.g.
- * http://security.ece.orst.edu/koc/papers/j37acmon.pdf and
- * sections 3.8 and 4.2 in http://security.ece.orst.edu/koc/papers/r01rsasw.pdf
+ * Details about Montgomery multiplication algorithms can be found in
+ * https://www.microsoft.com/en-us/research/wp-content/uploads/1996/01/j37acmon.pdf
+ * and https://cetinkayakoc.net/docs/r01.pdf
  */
 
 #include "internal/cryptlib.h"
index f5618168bc7f75aca8a15fd7e1b1c10b552a7223..5a0a406ee3ef6c636da4658723a384b6f89d003c 100644 (file)
@@ -55,7 +55,7 @@
 # Câmara, D.; Gouvêa, C. P. L.; López, J. & Dahab, R.: Fast Software
 # Polynomial Multiplication on ARM Processors using the NEON Engine.
 #
-# http://conradoplg.cryptoland.net/files/2010/12/mocrysen13.pdf
+# https://conradoplg.modp.net/files/2010/12/mocrysen13.pdf
 
 # ====================================================================
 # Note about "528B" variant. In ARM case it makes lesser sense to
index 6ee56b874b79833cdbd47760015f73aa03b6047e..cd8d35ea6795ac28771d51b1682912562f9a74fc 100755 (executable)
@@ -664,8 +664,7 @@ my %globals;
        );
 
     # Following constants are defined in x86_64 ABI supplement, for
-    # example available at https://www.uclibc.org/docs/psABI-x86_64.pdf,
-    # see section 3.7 "Stack Unwind Algorithm".
+    # example available at https://gitlab.com/x86-psABIs/x86-64-ABI.
     my %DW_reg_idx = (
        "%rax"=>0,  "%rdx"=>1,  "%rcx"=>2,  "%rbx"=>3,
        "%rsi"=>4,  "%rdi"=>5,  "%rbp"=>6,  "%rsp"=>7,
index f86aac922aa051bae7366da17907aa4c9caf0b46..d4db385d9b9b7a3a45d133bce6b996081c929691 100644 (file)
@@ -98,7 +98,7 @@ PROFESSION_INFO_set0_registrationNumber
 The B<PROFESSION_INFOS>, B<ADMISSION_SYNTAX>, B<ADMISSIONS>, and
 B<PROFESSION_INFO> types are opaque structures representing the
 analogous types defined in the Common PKI Specification published
-by L<https://www.t7ev.org>.
+by L<T7 & TELETRUST|https://www.bundesnetzagentur.de/EVD/DE/SharedDocuments/Downloads/Anbieter_Infothek/Common_PKI_v2.0_02.pdf?__blob=publicationFile&v=1>.
 Knowledge of those structures and their semantics is assumed.
 
 The conventional routines to convert between DER and the local format
index be38c73ce457f5ebe219b8da74536390b3b7ddb9..dec5b61419d15ef653145f92dc25accbee9a3d55 100644 (file)
@@ -2337,8 +2337,8 @@ There are not quite enough tests in the test suite.
 
 =head1 SOURCE
 
-The development version is on github at L<https://https://github.com/mschout/perl-text-template>
-and may be cloned from L<git://https://github.com/mschout/perl-text-template.git>
+The development version is on github at L<https://github.com/mschout/perl-text-template>
+and may be cloned from L<https://github.com/mschout/perl-text-template.git>
 
 =head1 BUGS
 
index 4fea67b383130da442ff248cdcba920e4aa5594e..b4f7d53ebaad37982271f566a29fdd0f1d822b67 100644 (file)
@@ -122,8 +122,8 @@ L<Text::Template>
 
 =head1 SOURCE
 
-The development version is on github at L<https://https://github.com/mschout/perl-text-template>
-and may be cloned from L<git://https://github.com/mschout/perl-text-template.git>
+The development version is on github at L<https://github.com/mschout/perl-text-template>
+and may be cloned from L<https://github.com/mschout/perl-text-template.git>
 
 =head1 BUGS