File tree 13 files changed +13
-47
lines changed
95-test_external_pyca_data
13 files changed +13
-47
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
2
* Copyright 2017 The OpenSSL Project Authors. All Rights Reserved.
3
+ * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
3
4
*
4
5
* Licensed under the OpenSSL license (the "License"). You may not use
5
6
* this file except in compliance with the License. You can obtain a copy
17
18
* Public domain version is distributed above.
18
19
*/
19
20
20
- /* ====================================================================
21
- * Copyright (c) 2017 Oracle and/or its affiliates. All rights reserved.
22
- */
23
-
24
21
#include <openssl/e_os2.h>
25
22
#include "internal/aria.h"
26
23
Original file line number Diff line number Diff line change 1
1
/*
2
2
* Copyright 2006-2017 The OpenSSL Project Authors. All Rights Reserved.
3
+ * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
3
4
*
4
5
* Licensed under the OpenSSL license (the "License"). You may not use
5
6
* this file except in compliance with the License. You can obtain a copy
6
7
* in the file LICENSE in the source distribution or at
7
8
* https://www.openssl.org/source/license.html
8
9
*/
9
10
10
- /* ====================================================================
11
- * Copyright (c) 2017 Oracle and/or its affiliates. All rights reserved.
12
- */
13
-
14
11
#include "internal/cryptlib.h"
15
12
#ifndef OPENSSL_NO_ARIA
16
13
# include <openssl/evp.h>
Original file line number Diff line number Diff line change 1
1
/*
2
2
* Copyright 2006-2017 The OpenSSL Project Authors. All Rights Reserved.
3
+ * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
3
4
*
4
5
* Licensed under the OpenSSL license (the "License"). You may not use
5
6
* this file except in compliance with the License. You can obtain a copy
6
7
* in the file LICENSE in the source distribution or at
7
8
* https://www.openssl.org/source/license.html
8
9
*/
9
10
10
- /* ====================================================================
11
- * Copyright (c) 2017 Oracle and/or its affiliates. All rights reserved.
12
- */
13
-
14
11
/* Copyright (c) 2017 National Security Resarch Institute. All rights reserved. */
15
12
16
13
#ifndef HEADER_ARIA_H
Original file line number Diff line number Diff line change 1
1
/*
2
2
* Copyright 2017 The OpenSSL Project Authors. All Rights Reserved.
3
+ * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
3
4
*
4
5
* Licensed under the OpenSSL license (the "License"). You may not use
5
6
* this file except in compliance with the License. You can obtain a copy
6
7
* in the file LICENSE in the source distribution or at
7
8
* https://www.openssl.org/source/license.html
8
9
*/
9
10
10
- /*
11
- * Copyright (c) 2017 Oracle and/or its affiliates. All rights reserved.
12
- */
13
-
14
11
#include <stdio.h>
15
12
#include <string.h>
16
13
Original file line number Diff line number Diff line change 1
1
# ! /usr/bin/env perl
2
2
# Copyright 2017 The OpenSSL Project Authors. All Rights Reserved.
3
+ # Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
3
4
#
4
5
# Licensed under the OpenSSL license (the "License"). You may not use
5
6
# this file except in compliance with the License. You can obtain a copy
6
7
# in the file LICENSE in the source distribution or at
7
8
# https://www.openssl.org/source/license.html
8
- #
9
- # ======================================================================
10
- # Copyright (c) 2017 Oracle and/or its affiliates. All rights reserved.
11
9
12
10
use OpenSSL::Test::Simple;
13
11
Original file line number Diff line number Diff line change 1
1
# ! /usr/bin/env perl
2
2
# Copyright 2017 The OpenSSL Project Authors. All Rights Reserved.
3
+ # Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
3
4
#
4
5
# Licensed under the OpenSSL license (the "License"). You may not use
5
6
# this file except in compliance with the License. You can obtain a copy
6
7
# in the file LICENSE in the source distribution or at
7
8
# https://www.openssl.org/source/license.html
8
- #
9
- # ======================================================================
10
- # Copyright (c) 2017 Oracle and/or its affiliates. All rights reserved.
11
9
12
10
use OpenSSL::Test::Simple;
13
11
Original file line number Diff line number Diff line change 1
1
# ! /usr/bin/env perl
2
2
# Copyright 2017 The OpenSSL Project Authors. All Rights Reserved.
3
+ # Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
3
4
#
4
5
# Licensed under the OpenSSL license (the "License"). You may not use
5
6
# this file except in compliance with the License. You can obtain a copy
6
7
# in the file LICENSE in the source distribution or at
7
8
# https://www.openssl.org/source/license.html
8
- #
9
- # ======================================================================
10
- # Copyright (c) 2017 Oracle and/or its affiliates. All rights reserved.
11
9
12
10
use OpenSSL::Test::Simple;
13
11
Original file line number Diff line number Diff line change 1
1
# ! /usr/bin/env perl
2
2
# Copyright 2017 The OpenSSL Project Authors. All Rights Reserved.
3
+ # Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
3
4
#
4
5
# Licensed under the OpenSSL license (the "License"). You may not use
5
6
# this file except in compliance with the License. You can obtain a copy
6
7
# in the file LICENSE in the source distribution or at
7
8
# https://www.openssl.org/source/license.html
8
- #
9
- # ======================================================================
10
- # Copyright (c) 2017 Oracle and/or its affiliates. All rights reserved.
11
9
12
10
13
11
use strict;
Original file line number Diff line number Diff line change 1
1
# ! /usr/bin/env perl
2
2
# Copyright 2017 The OpenSSL Project Authors. All Rights Reserved.
3
+ # Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
3
4
#
4
5
# Licensed under the OpenSSL license (the "License"). You may not use
5
6
# this file except in compliance with the License. You can obtain a copy
6
7
# in the file LICENSE in the source distribution or at
7
8
# https://www.openssl.org/source/license.html
8
- #
9
- # ======================================================================
10
- # Copyright (c) 2017 Oracle and/or its affiliates. All rights reserved.
11
9
12
10
13
11
use OpenSSL::Test qw/ :DEFAULT srctop_file/ ;
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
#
3
3
# Copyright 2017 The OpenSSL Project Authors. All Rights Reserved.
4
+ # Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
4
5
#
5
6
# Licensed under the OpenSSL license (the "License"). You may not use
6
7
# this file except in compliance with the License. You can obtain a copy
7
8
# in the file LICENSE in the source distribution or at
8
9
# https://www.openssl.org/source/license.html
9
- #
10
- # ====================================================================
11
- # Copyright (c) 2017 Oracle and/or its affiliates. All rights reserved.
12
- #
13
10
14
11
#
15
12
# OpenSSL external testing using the Python Cryptography module
Original file line number Diff line number Diff line change 1
1
/*
2
2
* Copyright 2017 The OpenSSL Project Authors. All Rights Reserved.
3
+ * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
3
4
*
4
5
* Licensed under the OpenSSL license (the "License"). You may not use
5
6
* this file except in compliance with the License. You can obtain a copy
6
7
* in the file LICENSE in the source distribution or at
7
8
* https://www.openssl.org/source/license.html
8
9
*/
9
10
10
- /* ====================================================================
11
- * Copyright (c) 2017 Oracle and/or its affiliates. All rights reserved.
12
- */
13
-
14
11
#include <stdio.h>
15
12
#include <string.h>
16
13
Original file line number Diff line number Diff line change 1
1
/*
2
2
* Copyright 2017 The OpenSSL Project Authors. All Rights Reserved.
3
+ * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
3
4
*
4
5
* Licensed under the OpenSSL license (the "License"). You may not use
5
6
* this file except in compliance with the License. You can obtain a copy
6
7
* in the file LICENSE in the source distribution or at
7
8
* https://www.openssl.org/source/license.html
8
9
*/
9
10
10
- /*
11
- * Copyright (c) 2017 Oracle and/or its affiliates. All rights reserved.
12
- */
13
-
14
11
#include <stdio.h>
15
12
#include <string.h>
16
13
Original file line number Diff line number Diff line change 1
1
/*
2
2
* Copyright 2017 The OpenSSL Project Authors. All Rights Reserved.
3
+ * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
3
4
*
4
5
* Licensed under the OpenSSL license (the "License"). You may not use
5
6
* this file except in compliance with the License. You can obtain a copy
6
7
* in the file LICENSE in the source distribution or at
7
8
* https://www.openssl.org/source/license.html
8
9
*/
9
10
10
- /* ====================================================================
11
- * Copyright (c) 2017 Oracle and/or its affiliates. All rights reserved.
12
- */
13
-
14
11
#include <stdio.h>
15
12
#include <openssl/err.h>
16
13
#include <openssl/x509_vfy.h>
You can’t perform that action at this time.
0 commit comments