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