mirror of https://github.com/openssl/openssl.git
Add final(?) set of copyrights.
Add copyright to missing assembler files. Add copyrights to missing test/* files. Add copyrights Various source and misc files. Reviewed-by: Richard Levitte <levitte@openssl.org>
This commit is contained in:
parent
0f91e1dff4
commit
44c8a5e2b9
|
@ -1970,8 +1970,6 @@ my %builders = (
|
||||||
unixmake => sub {
|
unixmake => sub {
|
||||||
build_Makefile();
|
build_Makefile();
|
||||||
|
|
||||||
run_dofile("util/domd", "util/domd.in");
|
|
||||||
chmod 0755, "util/domd";
|
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,11 @@
|
||||||
#!{- $config{perl} -}
|
#!{- $config{perl} -}
|
||||||
# Written by Zoltan Glozik <zglozik@stones.com>.
|
# Copyright (c) 2002 The OpenTSA Project. All rights reserved.
|
||||||
# Copyright (c) 2002 The OpenTSA Project. All rights reserved.
|
# Copyright 2002-2016 The OpenSSL Project Authors. All Rights Reserved.
|
||||||
$::version = '$Id: tsget,v 1.3 2009/09/07 17:57:18 steve Exp $';
|
#
|
||||||
|
# Licensed under the OpenSSL license (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
|
||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
use IO::Handle;
|
use IO::Handle;
|
||||||
|
@ -42,7 +46,8 @@ sub create_curl {
|
||||||
# Error-handling related options.
|
# Error-handling related options.
|
||||||
$curl->setopt(CURLOPT_VERBOSE, 1) if $options{d};
|
$curl->setopt(CURLOPT_VERBOSE, 1) if $options{d};
|
||||||
$curl->setopt(CURLOPT_FAILONERROR, 1);
|
$curl->setopt(CURLOPT_FAILONERROR, 1);
|
||||||
$curl->setopt(CURLOPT_USERAGENT, "OpenTSA tsget.pl/" . (split / /, $::version)[2]);
|
$curl->setopt(CURLOPT_USERAGENT,
|
||||||
|
"OpenTSA tsget.pl/openssl-{- $config{version} -}");
|
||||||
|
|
||||||
# Options for POST method.
|
# Options for POST method.
|
||||||
$curl->setopt(CURLOPT_UPLOAD, 1);
|
$curl->setopt(CURLOPT_UPLOAD, 1);
|
||||||
|
|
26
config
26
config
|
@ -1,25 +1,15 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
# Copyright 1998-2016 The OpenSSL Project Authors. All Rights Reserved.
|
||||||
#
|
#
|
||||||
|
# Licensed under the OpenSSL license (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
|
||||||
|
|
||||||
# OpenSSL config: determine the operating system and run ./Configure
|
# OpenSSL config: determine the operating system and run ./Configure
|
||||||
|
# Derived from minarch and GuessOS from Apache.
|
||||||
#
|
#
|
||||||
# "config -h" for usage information.
|
# Do "config -h" for usage information.
|
||||||
#
|
|
||||||
# this is a merge of minarch and GuessOS from the Apache Group.
|
|
||||||
# Originally written by Tim Hudson <tjh@cryptsoft.com>.
|
|
||||||
|
|
||||||
# Original Apache Group comments on GuessOS
|
|
||||||
|
|
||||||
# Simple OS/Platform guesser. Similar to config.guess but
|
|
||||||
# much, much smaller. Since it was developed for use with
|
|
||||||
# Apache, it follows under Apache's regular licensing
|
|
||||||
# with one specific addition: Any changes or additions
|
|
||||||
# to this script should be Emailed to the Apache
|
|
||||||
# group (apache@apache.org) in general and to
|
|
||||||
# Jim Jagielski (jim@jaguNET.com) in specific.
|
|
||||||
#
|
|
||||||
# Be as similar to the output of config.guess/config.sub
|
|
||||||
# as possible.
|
|
||||||
|
|
||||||
SUFFIX=""
|
SUFFIX=""
|
||||||
TEST="false"
|
TEST="false"
|
||||||
EXE=""
|
EXE=""
|
||||||
|
|
|
@ -1,4 +1,10 @@
|
||||||
$ ! OpenSSL config: determine the architecture and run Configure
|
$ ! OpenSSL config: determine the architecture and run Configure
|
||||||
|
$ ! Copyright 2016 The OpenSSL Project Authors. All Rights Reserved.
|
||||||
|
$ !
|
||||||
|
$ ! Licensed under the OpenSSL license (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
|
||||||
$ !
|
$ !
|
||||||
$ ! Very simple for the moment, it will take the following arguments:
|
$ ! Very simple for the moment, it will take the following arguments:
|
||||||
$ !
|
$ !
|
||||||
|
|
|
@ -1,3 +1,10 @@
|
||||||
|
// Copyright 2004-2016 The OpenSSL Project Authors. All Rights Reserved.
|
||||||
|
//
|
||||||
|
// Licensed under the OpenSSL license (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
|
||||||
|
//
|
||||||
// ====================================================================
|
// ====================================================================
|
||||||
// Written by Andy Polyakov <appro@fy.chalmers.se> for the OpenSSL
|
// Written by Andy Polyakov <appro@fy.chalmers.se> for the OpenSSL
|
||||||
// project. Rights for redistribution and usage in source and binary
|
// project. Rights for redistribution and usage in source and binary
|
||||||
|
|
|
@ -1,3 +1,10 @@
|
||||||
|
;; Copyright 2012-2016 The OpenSSL Project Authors. All Rights Reserved.
|
||||||
|
;;
|
||||||
|
;; Licensed under the OpenSSL license (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
|
||||||
|
;;
|
||||||
;;====================================================================
|
;;====================================================================
|
||||||
;; Written by Andy Polyakov <appro@openssl.org> for the OpenSSL
|
;; Written by Andy Polyakov <appro@openssl.org> for the OpenSSL
|
||||||
;; project.
|
;; project.
|
||||||
|
|
|
@ -3,6 +3,13 @@
|
||||||
.ident "ia64.S, Version 2.1"
|
.ident "ia64.S, Version 2.1"
|
||||||
.ident "IA-64 ISA artwork by Andy Polyakov <appro@fy.chalmers.se>"
|
.ident "IA-64 ISA artwork by Andy Polyakov <appro@fy.chalmers.se>"
|
||||||
|
|
||||||
|
// Copyright 2001-2016 The OpenSSL Project Authors. All Rights Reserved.
|
||||||
|
//
|
||||||
|
// Licensed under the OpenSSL license (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
|
||||||
|
|
||||||
//
|
//
|
||||||
// ====================================================================
|
// ====================================================================
|
||||||
// Written by Andy Polyakov <appro@fy.chalmers.se> for the OpenSSL
|
// Written by Andy Polyakov <appro@fy.chalmers.se> for the OpenSSL
|
||||||
|
|
|
@ -1,3 +1,9 @@
|
||||||
|
; Copyright 1998-2016 The OpenSSL Project Authors. All Rights Reserved.
|
||||||
|
;
|
||||||
|
; Licensed under the OpenSSL license (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
|
||||||
;
|
;
|
||||||
; PA-RISC 2.0 implementation of bn_asm code, based on the
|
; PA-RISC 2.0 implementation of bn_asm code, based on the
|
||||||
; 64-bit version of the code. This code is effectively the
|
; 64-bit version of the code. This code is effectively the
|
||||||
|
|
|
@ -1,3 +1,10 @@
|
||||||
|
; Copyright 2000-2016 The OpenSSL Project Authors. All Rights Reserved.
|
||||||
|
;
|
||||||
|
; Licensed under the OpenSSL license (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
|
||||||
|
|
||||||
;
|
;
|
||||||
; PA-RISC 64-bit implementation of bn_asm code
|
; PA-RISC 64-bit implementation of bn_asm code
|
||||||
;
|
;
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
.ident "s390x.S, version 1.1"
|
.ident "s390x.S, version 1.1"
|
||||||
// ====================================================================
|
// ====================================================================
|
||||||
// Written by Andy Polyakov <appro@fy.chalmers.se> for the OpenSSL
|
// Copyright 2007-2016 The OpenSSL Project Authors. All Rights Reserved.
|
||||||
// project.
|
|
||||||
//
|
//
|
||||||
// Rights for redistribution and usage in source and binary forms are
|
// Licensed under the OpenSSL license (the "License"). You may not use
|
||||||
// granted according to the OpenSSL license. Warranty of any kind is
|
// this file except in compliance with the License. You can obtain a copy
|
||||||
// disclaimed.
|
// in the file LICENSE in the source distribution or at
|
||||||
|
// https://www.openssl.org/source/license.html
|
||||||
// ====================================================================
|
// ====================================================================
|
||||||
|
|
||||||
.text
|
.text
|
||||||
|
|
|
@ -3,12 +3,12 @@
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* ====================================================================
|
* ====================================================================
|
||||||
* Written by Andy Polyakov <appro@fy.chalmers.se> for the OpenSSL
|
* Copyright 1999-2016 The OpenSSL Project Authors. All Rights Reserved.
|
||||||
* project.
|
|
||||||
*
|
*
|
||||||
* Rights for redistribution and usage in source and binary forms are
|
* Licensed under the OpenSSL license (the "License"). You may not use
|
||||||
* granted according to the OpenSSL license. Warranty of any kind is
|
* this file except in compliance with the License. You can obtain a copy
|
||||||
* disclaimed.
|
* in the file LICENSE in the source distribution or at
|
||||||
|
* https://www.openssl.org/source/license.html
|
||||||
* ====================================================================
|
* ====================================================================
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -3,12 +3,12 @@
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* ====================================================================
|
* ====================================================================
|
||||||
* Written by Andy Polyakov <appro@fy.chalmers.se> for the OpenSSL
|
* Copyright 1999-2016 The OpenSSL Project Authors. All Rights Reserved.
|
||||||
* project.
|
|
||||||
*
|
*
|
||||||
* Rights for redistribution and usage in source and binary forms are
|
* Licensed under the OpenSSL license (the "License"). You may not use
|
||||||
* granted according to the OpenSSL license. Warranty of any kind is
|
* this file except in compliance with the License. You can obtain a copy
|
||||||
* disclaimed.
|
* in the file LICENSE in the source distribution or at
|
||||||
|
* https://www.openssl.org/source/license.html
|
||||||
* ====================================================================
|
* ====================================================================
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -1,26 +1,9 @@
|
||||||
! des_enc.m4
|
! Copyright 2000-2016 The OpenSSL Project Authors. All Rights Reserved.
|
||||||
! des_enc.S (generated from des_enc.m4)
|
|
||||||
!
|
!
|
||||||
! UltraSPARC assembler version of the LibDES/SSLeay/OpenSSL des_enc.c file.
|
! Licensed under the OpenSSL license (the "License"). You may not use
|
||||||
!
|
! this file except in compliance with the License. You can obtain a copy
|
||||||
! Version 1.0. 32-bit version.
|
! in the file LICENSE in the source distribution or at
|
||||||
!
|
! https://www.openssl.org/source/license.html
|
||||||
! June 8, 2000.
|
|
||||||
!
|
|
||||||
! Version 2.0. 32/64-bit, PIC-ification, blended CPU adaptation
|
|
||||||
! by Andy Polyakov.
|
|
||||||
!
|
|
||||||
! January 1, 2003.
|
|
||||||
!
|
|
||||||
! Assembler version: Copyright Svend Olaf Mikkelsen.
|
|
||||||
!
|
|
||||||
! Original C code: Copyright Eric A. Young.
|
|
||||||
!
|
|
||||||
! This code can be freely used by LibDES/SSLeay/OpenSSL users.
|
|
||||||
!
|
|
||||||
! The LibDES/SSLeay/OpenSSL copyright notices must be respected.
|
|
||||||
!
|
|
||||||
! This version can be redistributed.
|
|
||||||
!
|
!
|
||||||
! To expand the m4 macros: m4 -B 8192 des_enc.m4 > des_enc.S
|
! To expand the m4 macros: m4 -B 8192 des_enc.m4 > des_enc.S
|
||||||
!
|
!
|
||||||
|
|
|
@ -1,3 +1,9 @@
|
||||||
|
// Copyright 2004-2016 The OpenSSL Project Authors. All Rights Reserved.
|
||||||
|
//
|
||||||
|
// Licensed under the OpenSSL license (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
|
||||||
// Works on all IA-64 platforms: Linux, HP-UX, Win64i...
|
// Works on all IA-64 platforms: Linux, HP-UX, Win64i...
|
||||||
// On Win64i compile with ias.exe.
|
// On Win64i compile with ias.exe.
|
||||||
.text
|
.text
|
||||||
|
|
|
@ -1,3 +1,13 @@
|
||||||
|
/*
|
||||||
|
*
|
||||||
|
* Copyright 2005-2016 The OpenSSL Project Authors. All Rights Reserved.
|
||||||
|
*
|
||||||
|
* Licensed under the OpenSSL license (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
|
||||||
|
*/
|
||||||
|
|
||||||
/* Copyright (c) 2005 Hewlett-Packard Development Company, L.P.
|
/* Copyright (c) 2005 Hewlett-Packard Development Company, L.P.
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining
|
Permission is hereby granted, free of charge, to any person obtaining
|
||||||
|
|
|
@ -1,4 +1,10 @@
|
||||||
.text
|
.text
|
||||||
|
// Copyright 2009-2016 The OpenSSL Project Authors. All Rights Reserved.
|
||||||
|
//
|
||||||
|
// Licensed under the OpenSSL license (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
|
||||||
|
|
||||||
.globl OPENSSL_s390x_facilities
|
.globl OPENSSL_s390x_facilities
|
||||||
.type OPENSSL_s390x_facilities,@function
|
.type OPENSSL_s390x_facilities,@function
|
||||||
|
|
|
@ -1,3 +1,10 @@
|
||||||
|
! Copyright 2005-2016 The OpenSSL Project Authors. All Rights Reserved.
|
||||||
|
!
|
||||||
|
! Licensed under the OpenSSL license (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
|
||||||
|
|
||||||
#ifdef OPENSSL_FIPSCANISTER
|
#ifdef OPENSSL_FIPSCANISTER
|
||||||
#include <openssl/fipssyms.h>
|
#include <openssl/fipssyms.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -1,3 +1,12 @@
|
||||||
|
/*
|
||||||
|
* Copyright 2002-2016 The OpenSSL Project Authors. All Rights Reserved.
|
||||||
|
*
|
||||||
|
* Licensed under the OpenSSL license (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
|
||||||
|
*/
|
||||||
|
|
||||||
/*-
|
/*-
|
||||||
* ModExp / RSA (with/without KM) plugin API
|
* ModExp / RSA (with/without KM) plugin API
|
||||||
*
|
*
|
||||||
|
@ -64,8 +73,6 @@
|
||||||
* library files; if you received the library files without a licence,
|
* library files; if you received the library files without a licence,
|
||||||
* please contact nCipher.
|
* please contact nCipher.
|
||||||
*
|
*
|
||||||
*
|
|
||||||
* $Id: hwcryptohook.h,v 1.1 2002/10/11 17:10:59 levitte Exp $
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef HWCRYPTOHOOK_H
|
#ifndef HWCRYPTOHOOK_H
|
||||||
|
|
|
@ -1,4 +1,11 @@
|
||||||
#!/usr/bin/python
|
#!/usr/bin/python
|
||||||
|
#
|
||||||
|
# Copyright 2016 The OpenSSL Project Authors. All Rights Reserved.
|
||||||
|
#
|
||||||
|
# Licensed under the OpenSSL license (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
|
||||||
|
|
||||||
"""Fuzzing helper, creates and uses corpus/crash directories.
|
"""Fuzzing helper, creates and uses corpus/crash directories.
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,12 @@
|
||||||
|
/*
|
||||||
|
* Copyright 2004-2016 The OpenSSL Project Authors. All Rights Reserved.
|
||||||
|
*
|
||||||
|
* Licensed under the OpenSSL license (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
|
||||||
|
*/
|
||||||
|
|
||||||
#define APPLINK_STDIN 1
|
#define APPLINK_STDIN 1
|
||||||
#define APPLINK_STDOUT 2
|
#define APPLINK_STDOUT 2
|
||||||
#define APPLINK_STDERR 3
|
#define APPLINK_STDERR 3
|
||||||
|
|
|
@ -1,3 +1,12 @@
|
||||||
|
/*
|
||||||
|
* Copyright 2004-2016 The OpenSSL Project Authors. All Rights Reserved.
|
||||||
|
*
|
||||||
|
* Licensed under the OpenSSL license (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
|
||||||
|
*/
|
||||||
|
|
||||||
#if (defined(_WIN64) || defined(_WIN32_WCE)) && !defined(UNICODE)
|
#if (defined(_WIN64) || defined(_WIN32_WCE)) && !defined(UNICODE)
|
||||||
# define UNICODE
|
# define UNICODE
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -1,3 +1,12 @@
|
||||||
|
/*
|
||||||
|
* Copyright 2004-2016 The OpenSSL Project Authors. All Rights Reserved.
|
||||||
|
*
|
||||||
|
* Licensed under the OpenSSL license (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
|
||||||
|
*/
|
||||||
|
|
||||||
#define APPMACROS_ONLY
|
#define APPMACROS_ONLY
|
||||||
#include "applink.c"
|
#include "applink.c"
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,12 @@
|
||||||
|
# Copyright 2016-2016 The OpenSSL Project Authors. All Rights Reserved.
|
||||||
|
#
|
||||||
|
# Licensed under the OpenSSL license (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
|
||||||
|
#
|
||||||
# Blank and comment lines ignored.
|
# Blank and comment lines ignored.
|
||||||
|
#
|
||||||
# The first line in each block takes the form:
|
# The first line in each block takes the form:
|
||||||
#
|
#
|
||||||
# <TLSA-count> <cert-count> <desired-verify-result> <desired-match-depth>
|
# <TLSA-count> <cert-count> <desired-verify-result> <desired-match-depth>
|
||||||
|
|
|
@ -1,3 +1,12 @@
|
||||||
|
#!/bin/sh
|
||||||
|
#
|
||||||
|
# Copyright 2001-2016 The OpenSSL Project Authors. All Rights Reserved.
|
||||||
|
#
|
||||||
|
# Licensed under the OpenSSL license (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
|
||||||
|
|
||||||
#cipher:key:iv:plaintext:ciphertext:0/1(decrypt/encrypt)
|
#cipher:key:iv:plaintext:ciphertext:0/1(decrypt/encrypt)
|
||||||
#aadcipher:key:iv:plaintext:ciphertext:aad:tag:0/1(decrypt/encrypt)
|
#aadcipher:key:iv:plaintext:ciphertext:aad:tag:0/1(decrypt/encrypt)
|
||||||
#digest:::input:output
|
#digest:::input:output
|
||||||
|
|
|
@ -1,4 +1,12 @@
|
||||||
#! /usr/bin/perl
|
#! /usr/bin/perl
|
||||||
|
#
|
||||||
|
# Copyright 2016-2016 The OpenSSL Project Authors. All Rights Reserved.
|
||||||
|
#
|
||||||
|
# Licensed under the OpenSSL license (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
|
||||||
|
|
||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
|
|
|
@ -1,4 +1,11 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
# Copyright 2013-2016 The OpenSSL Project Authors. All Rights Reserved.
|
||||||
|
#
|
||||||
|
# Licensed under the OpenSSL license (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
|
||||||
|
|
||||||
|
|
||||||
# Utility to recreate S/MIME certificates
|
# Utility to recreate S/MIME certificates
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,11 @@
|
||||||
# -*- mode: perl; -*-
|
# -*- mode: perl; -*-
|
||||||
|
# Copyright 2016-2016 The OpenSSL Project Authors. All Rights Reserved.
|
||||||
|
#
|
||||||
|
# Licensed under the OpenSSL license (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
|
||||||
|
|
||||||
|
|
||||||
## SSL test configurations
|
## SSL test configurations
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,11 @@
|
||||||
# -*- mode: perl; -*-
|
# -*- mode: perl; -*-
|
||||||
|
# Copyright 2016-2016 The OpenSSL Project Authors. All Rights Reserved.
|
||||||
|
#
|
||||||
|
# Licensed under the OpenSSL license (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
|
||||||
|
|
||||||
|
|
||||||
## Test version negotiation
|
## Test version negotiation
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,11 @@
|
||||||
# -*- mode: perl; -*-
|
# -*- mode: perl; -*-
|
||||||
|
# Copyright 2016-2016 The OpenSSL Project Authors. All Rights Reserved.
|
||||||
|
#
|
||||||
|
# Licensed under the OpenSSL license (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
|
||||||
|
|
||||||
|
|
||||||
## SSL test configurations
|
## SSL test configurations
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,12 @@
|
||||||
#!{- $config{perl} -}
|
#!{- $config{perl} -}
|
||||||
|
|
||||||
# {- join("\n# ", @autowarntext) -}
|
# {- join("\n# ", @autowarntext) -}
|
||||||
|
# Copyright 1999-2016 The OpenSSL Project Authors. All Rights Reserved.
|
||||||
|
#
|
||||||
|
# Licensed under the OpenSSL license (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
|
||||||
|
|
||||||
# Perl c_rehash script, scan all files in a directory
|
# Perl c_rehash script, scan all files in a directory
|
||||||
# and add symbolic links to their hash values.
|
# and add symbolic links to their hash values.
|
||||||
|
|
|
@ -1,4 +1,12 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
#
|
||||||
|
# Copyright 2015-2016 The OpenSSL Project Authors. All Rights Reserved.
|
||||||
|
#
|
||||||
|
# Licensed under the OpenSSL license (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
|
||||||
|
|
||||||
#
|
#
|
||||||
# openssl-format-source
|
# openssl-format-source
|
||||||
# - format source tree according to OpenSSL coding style using indent
|
# - format source tree according to OpenSSL coding style using indent
|
||||||
|
|
Loading…
Reference in New Issue