diff options
author | Tim Rühsen <tim.ruehsen@gmx.de> | 2019-02-05 17:00:41 +0100 |
---|---|---|
committer | Tim Rühsen <tim.ruehsen@gmx.de> | 2019-03-13 10:59:34 +0100 |
commit | 8c734df4b5b1496fa44586d3490693b35fb04d9a (patch) | |
tree | 73572c89934b6635f662be7f08fbc37aee97ee86 /lib/accelerated | |
parent | 699cd8bd5a8e6d7eea28842e2011a25e1963daf6 (diff) | |
download | gnutls-8c734df4b5b1496fa44586d3490693b35fb04d9a.tar.gz |
Use https:// in lib/, src/, and m4/
Signed-off-by: Tim Rühsen <tim.ruehsen@gmx.de>
Diffstat (limited to 'lib/accelerated')
-rw-r--r-- | lib/accelerated/x86/coff/aes-ssse3-x86.s | 4 | ||||
-rw-r--r-- | lib/accelerated/x86/coff/aes-ssse3-x86_64.s | 4 | ||||
-rw-r--r-- | lib/accelerated/x86/elf/aes-ssse3-x86.s | 4 | ||||
-rw-r--r-- | lib/accelerated/x86/elf/aes-ssse3-x86_64.s | 4 | ||||
-rwxr-xr-x | lib/accelerated/x86/license.txt | 6 | ||||
-rw-r--r-- | lib/accelerated/x86/macosx/aes-ssse3-x86.s | 4 | ||||
-rw-r--r-- | lib/accelerated/x86/macosx/aes-ssse3-x86_64.s | 4 |
7 files changed, 15 insertions, 15 deletions
diff --git a/lib/accelerated/x86/coff/aes-ssse3-x86.s b/lib/accelerated/x86/coff/aes-ssse3-x86.s index 063f6b157e..6e6ea90973 100644 --- a/lib/accelerated/x86/coff/aes-ssse3-x86.s +++ b/lib/accelerated/x86/coff/aes-ssse3-x86.s @@ -5,8 +5,8 @@ ## By Mike Hamburg (Stanford University), 2009 ## Public domain. ## -## For details see http://shiftleft.org/papers/vector_aes/ and -## http://crypto.stanford.edu/vpaes/. +## For details see https://shiftleft.org/papers/vector_aes/ and +## https://crypto.stanford.edu/vpaes/. # # *** This file is auto-generated *** # diff --git a/lib/accelerated/x86/coff/aes-ssse3-x86_64.s b/lib/accelerated/x86/coff/aes-ssse3-x86_64.s index 7d5defdbb1..8c4a7d709d 100644 --- a/lib/accelerated/x86/coff/aes-ssse3-x86_64.s +++ b/lib/accelerated/x86/coff/aes-ssse3-x86_64.s @@ -5,8 +5,8 @@ ## By Mike Hamburg (Stanford University), 2009 ## Public domain. ## -## For details see http://shiftleft.org/papers/vector_aes/ and -## http://crypto.stanford.edu/vpaes/. +## For details see https://shiftleft.org/papers/vector_aes/ and +## https://crypto.stanford.edu/vpaes/. # # *** This file is auto-generated *** # diff --git a/lib/accelerated/x86/elf/aes-ssse3-x86.s b/lib/accelerated/x86/elf/aes-ssse3-x86.s index 3aa221267a..2b677952d1 100644 --- a/lib/accelerated/x86/elf/aes-ssse3-x86.s +++ b/lib/accelerated/x86/elf/aes-ssse3-x86.s @@ -5,8 +5,8 @@ ## By Mike Hamburg (Stanford University), 2009 ## Public domain. ## -## For details see http://shiftleft.org/papers/vector_aes/ and -## http://crypto.stanford.edu/vpaes/. +## For details see https://shiftleft.org/papers/vector_aes/ and +## https://crypto.stanford.edu/vpaes/. # # *** This file is auto-generated *** # diff --git a/lib/accelerated/x86/elf/aes-ssse3-x86_64.s b/lib/accelerated/x86/elf/aes-ssse3-x86_64.s index 31a6161c58..d086050e37 100644 --- a/lib/accelerated/x86/elf/aes-ssse3-x86_64.s +++ b/lib/accelerated/x86/elf/aes-ssse3-x86_64.s @@ -5,8 +5,8 @@ ## By Mike Hamburg (Stanford University), 2009 ## Public domain. ## -## For details see http://shiftleft.org/papers/vector_aes/ and -## http://crypto.stanford.edu/vpaes/. +## For details see https://shiftleft.org/papers/vector_aes/ and +## https://crypto.stanford.edu/vpaes/. # # *** This file is auto-generated *** # diff --git a/lib/accelerated/x86/license.txt b/lib/accelerated/x86/license.txt index a50b3a0b9d..7f7caab1cc 100755 --- a/lib/accelerated/x86/license.txt +++ b/lib/accelerated/x86/license.txt @@ -2,7 +2,7 @@ Written by Andy Polyakov <appro@fy.chalmers.se> for the OpenSSL project. The module is, however, dual licensed under OpenSSL and CRYPTOGAMS licenses depending on where you obtain it. For further -details see http://www.openssl.org/~appro/cryptogams/. +details see https://www.openssl.org/~appro/cryptogams/. ==================================================================== Copyright (c) 2006-2012, CRYPTOGAMS by <appro@openssl.org> @@ -50,5 +50,5 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ## By Mike Hamburg (Stanford University), 2009 ## Public domain. ## -## For details see http://shiftleft.org/papers/vector_aes/ and -## http://crypto.stanford.edu/vpaes/. +## For details see https://shiftleft.org/papers/vector_aes/ and +## https://crypto.stanford.edu/vpaes/. diff --git a/lib/accelerated/x86/macosx/aes-ssse3-x86.s b/lib/accelerated/x86/macosx/aes-ssse3-x86.s index 3c12cbf20e..c881a3d888 100644 --- a/lib/accelerated/x86/macosx/aes-ssse3-x86.s +++ b/lib/accelerated/x86/macosx/aes-ssse3-x86.s @@ -5,8 +5,8 @@ ## By Mike Hamburg (Stanford University), 2009 ## Public domain. ## -## For details see http://shiftleft.org/papers/vector_aes/ and -## http://crypto.stanford.edu/vpaes/. +## For details see https://shiftleft.org/papers/vector_aes/ and +## https://crypto.stanford.edu/vpaes/. # # *** This file is auto-generated *** # diff --git a/lib/accelerated/x86/macosx/aes-ssse3-x86_64.s b/lib/accelerated/x86/macosx/aes-ssse3-x86_64.s index 6014d41ba0..414bb483e0 100644 --- a/lib/accelerated/x86/macosx/aes-ssse3-x86_64.s +++ b/lib/accelerated/x86/macosx/aes-ssse3-x86_64.s @@ -5,8 +5,8 @@ ## By Mike Hamburg (Stanford University), 2009 ## Public domain. ## -## For details see http://shiftleft.org/papers/vector_aes/ and -## http://crypto.stanford.edu/vpaes/. +## For details see https://shiftleft.org/papers/vector_aes/ and +## https://crypto.stanford.edu/vpaes/. # # *** This file is auto-generated *** # |