diff options
author | 2014-06-12 15:49:27 +0000 | |
---|---|---|
committer | 2014-06-12 15:49:27 +0000 | |
commit | c3d6a26af7455bccce87985ff78ef0efc39b65e1 (patch) | |
tree | e33a1578f7baa601a43c5042bc97fea75fedf2f4 /lib/libssl/src/crypto/engine | |
parent | update to 1.6.0 with official syslog support backported from the 1.7 branch (diff) | |
download | wireguard-openbsd-c3d6a26af7455bccce87985ff78ef0efc39b65e1.tar.xz wireguard-openbsd-c3d6a26af7455bccce87985ff78ef0efc39b65e1.zip |
tags as requested by miod and tedu
Diffstat (limited to 'lib/libssl/src/crypto/engine')
28 files changed, 28 insertions, 15 deletions
diff --git a/lib/libssl/src/crypto/engine/eng_aesni.c b/lib/libssl/src/crypto/engine/eng_aesni.c index b1eade2d638..d1b2d613b93 100644 --- a/lib/libssl/src/crypto/engine/eng_aesni.c +++ b/lib/libssl/src/crypto/engine/eng_aesni.c @@ -1,3 +1,4 @@ +/* $OpenBSD: eng_aesni.c,v 1.5 2014/06/12 15:49:29 deraadt Exp $ */ /* * Support for Intel AES-NI intruction set * Author: Huang Ying <ying.huang@intel.com> diff --git a/lib/libssl/src/crypto/engine/eng_all.c b/lib/libssl/src/crypto/engine/eng_all.c index e1616f92a59..086c903675c 100644 --- a/lib/libssl/src/crypto/engine/eng_all.c +++ b/lib/libssl/src/crypto/engine/eng_all.c @@ -1,4 +1,4 @@ -/* crypto/engine/eng_all.c */ +/* $OpenBSD: eng_all.c,v 1.25 2014/06/12 15:49:29 deraadt Exp $ */ /* Written by Richard Levitte <richard@levitte.org> for the OpenSSL * project 2000. */ diff --git a/lib/libssl/src/crypto/engine/eng_cnf.c b/lib/libssl/src/crypto/engine/eng_cnf.c index c0c6b3fdc4b..f334971fe63 100644 --- a/lib/libssl/src/crypto/engine/eng_cnf.c +++ b/lib/libssl/src/crypto/engine/eng_cnf.c @@ -1,4 +1,4 @@ -/* eng_cnf.c */ +/* $OpenBSD: eng_cnf.c,v 1.10 2014/06/12 15:49:29 deraadt Exp $ */ /* Written by Stephen Henson (steve@openssl.org) for the OpenSSL * project 2001. */ diff --git a/lib/libssl/src/crypto/engine/eng_ctrl.c b/lib/libssl/src/crypto/engine/eng_ctrl.c index 67a724202bc..d1f43e19491 100644 --- a/lib/libssl/src/crypto/engine/eng_ctrl.c +++ b/lib/libssl/src/crypto/engine/eng_ctrl.c @@ -1,4 +1,4 @@ -/* crypto/engine/eng_ctrl.c */ +/* $OpenBSD: eng_ctrl.c,v 1.8 2014/06/12 15:49:29 deraadt Exp $ */ /* ==================================================================== * Copyright (c) 1999-2001 The OpenSSL Project. All rights reserved. * diff --git a/lib/libssl/src/crypto/engine/eng_dyn.c b/lib/libssl/src/crypto/engine/eng_dyn.c index 0abb390b535..e02a3d79ad2 100644 --- a/lib/libssl/src/crypto/engine/eng_dyn.c +++ b/lib/libssl/src/crypto/engine/eng_dyn.c @@ -1,4 +1,4 @@ -/* crypto/engine/eng_dyn.c */ +/* $OpenBSD: eng_dyn.c,v 1.9 2014/06/12 15:49:29 deraadt Exp $ */ /* Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL * project 2001. */ diff --git a/lib/libssl/src/crypto/engine/eng_err.c b/lib/libssl/src/crypto/engine/eng_err.c index baf2b3d92d7..9b1e51e5ed4 100644 --- a/lib/libssl/src/crypto/engine/eng_err.c +++ b/lib/libssl/src/crypto/engine/eng_err.c @@ -1,4 +1,4 @@ -/* crypto/engine/eng_err.c */ +/* $OpenBSD: eng_err.c,v 1.8 2014/06/12 15:49:29 deraadt Exp $ */ /* ==================================================================== * Copyright (c) 1999-2010 The OpenSSL Project. All rights reserved. * diff --git a/lib/libssl/src/crypto/engine/eng_fat.c b/lib/libssl/src/crypto/engine/eng_fat.c index f5ad01b80e1..112f797ba44 100644 --- a/lib/libssl/src/crypto/engine/eng_fat.c +++ b/lib/libssl/src/crypto/engine/eng_fat.c @@ -1,4 +1,4 @@ -/* crypto/engine/eng_fat.c */ +/* $OpenBSD: eng_fat.c,v 1.11 2014/06/12 15:49:29 deraadt Exp $ */ /* ==================================================================== * Copyright (c) 1999-2001 The OpenSSL Project. All rights reserved. * diff --git a/lib/libssl/src/crypto/engine/eng_init.c b/lib/libssl/src/crypto/engine/eng_init.c index 540f8957ca8..caebf5d8228 100644 --- a/lib/libssl/src/crypto/engine/eng_init.c +++ b/lib/libssl/src/crypto/engine/eng_init.c @@ -1,4 +1,4 @@ -/* crypto/engine/eng_init.c */ +/* $OpenBSD: eng_init.c,v 1.6 2014/06/12 15:49:29 deraadt Exp $ */ /* ==================================================================== * Copyright (c) 1999-2001 The OpenSSL Project. All rights reserved. * diff --git a/lib/libssl/src/crypto/engine/eng_int.h b/lib/libssl/src/crypto/engine/eng_int.h index 451ef8feb82..992cba676bd 100644 --- a/lib/libssl/src/crypto/engine/eng_int.h +++ b/lib/libssl/src/crypto/engine/eng_int.h @@ -1,4 +1,4 @@ -/* crypto/engine/eng_int.h */ +/* $OpenBSD: eng_int.h,v 1.5 2014/06/12 15:49:29 deraadt Exp $ */ /* Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL * project 2000. */ diff --git a/lib/libssl/src/crypto/engine/eng_lib.c b/lib/libssl/src/crypto/engine/eng_lib.c index ce8d7b30189..4288535d72f 100644 --- a/lib/libssl/src/crypto/engine/eng_lib.c +++ b/lib/libssl/src/crypto/engine/eng_lib.c @@ -1,4 +1,4 @@ -/* crypto/engine/eng_lib.c */ +/* $OpenBSD: eng_lib.c,v 1.7 2014/06/12 15:49:29 deraadt Exp $ */ /* Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL * project 2000. */ diff --git a/lib/libssl/src/crypto/engine/eng_list.c b/lib/libssl/src/crypto/engine/eng_list.c index b51557bbd89..05ed61a38a5 100644 --- a/lib/libssl/src/crypto/engine/eng_list.c +++ b/lib/libssl/src/crypto/engine/eng_list.c @@ -1,4 +1,4 @@ -/* crypto/engine/eng_list.c */ +/* $OpenBSD: eng_list.c,v 1.9 2014/06/12 15:49:29 deraadt Exp $ */ /* Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL * project 2000. */ diff --git a/lib/libssl/src/crypto/engine/eng_openssl.c b/lib/libssl/src/crypto/engine/eng_openssl.c index 9abb95cc22b..f7cd8df622b 100644 --- a/lib/libssl/src/crypto/engine/eng_openssl.c +++ b/lib/libssl/src/crypto/engine/eng_openssl.c @@ -1,4 +1,4 @@ -/* crypto/engine/eng_openssl.c */ +/* $OpenBSD: eng_openssl.c,v 1.5 2014/06/12 15:49:29 deraadt Exp $ */ /* Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL * project 2000. */ diff --git a/lib/libssl/src/crypto/engine/eng_padlock.c b/lib/libssl/src/crypto/engine/eng_padlock.c index e727067f11c..0245f44de60 100644 --- a/lib/libssl/src/crypto/engine/eng_padlock.c +++ b/lib/libssl/src/crypto/engine/eng_padlock.c @@ -1,3 +1,4 @@ +/* $OpenBSD: eng_padlock.c,v 1.10 2014/06/12 15:49:29 deraadt Exp $ */ /* * Support for VIA PadLock Advanced Cryptography Engine (ACE) * Written by Michal Ludvig <michal@logix.cz> diff --git a/lib/libssl/src/crypto/engine/eng_pkey.c b/lib/libssl/src/crypto/engine/eng_pkey.c index 1dfa2e36645..410a9c3373a 100644 --- a/lib/libssl/src/crypto/engine/eng_pkey.c +++ b/lib/libssl/src/crypto/engine/eng_pkey.c @@ -1,4 +1,4 @@ -/* crypto/engine/eng_pkey.c */ +/* $OpenBSD: eng_pkey.c,v 1.4 2014/06/12 15:49:29 deraadt Exp $ */ /* ==================================================================== * Copyright (c) 1999-2001 The OpenSSL Project. All rights reserved. * diff --git a/lib/libssl/src/crypto/engine/eng_rsax.c b/lib/libssl/src/crypto/engine/eng_rsax.c index 0f8e1cd498a..f7b38b11560 100644 --- a/lib/libssl/src/crypto/engine/eng_rsax.c +++ b/lib/libssl/src/crypto/engine/eng_rsax.c @@ -1,4 +1,4 @@ -/* crypto/engine/eng_rsax.c */ +/* $OpenBSD: eng_rsax.c,v 1.6 2014/06/12 15:49:29 deraadt Exp $ */ /* Copyright (c) 2010-2010 Intel Corp. * Author: Vinodh.Gopal@intel.com * Jim Guilford diff --git a/lib/libssl/src/crypto/engine/eng_table.c b/lib/libssl/src/crypto/engine/eng_table.c index b7e77f76252..5781af1eb93 100644 --- a/lib/libssl/src/crypto/engine/eng_table.c +++ b/lib/libssl/src/crypto/engine/eng_table.c @@ -1,3 +1,4 @@ +/* $OpenBSD: eng_table.c,v 1.5 2014/06/12 15:49:29 deraadt Exp $ */ /* ==================================================================== * Copyright (c) 2001 The OpenSSL Project. All rights reserved. * diff --git a/lib/libssl/src/crypto/engine/engine.h b/lib/libssl/src/crypto/engine/engine.h index 79a21af7b80..6dfd0ad6d1e 100644 --- a/lib/libssl/src/crypto/engine/engine.h +++ b/lib/libssl/src/crypto/engine/engine.h @@ -1,4 +1,4 @@ -/* openssl/engine.h */ +/* $OpenBSD: engine.h,v 1.28 2014/06/12 15:49:29 deraadt Exp $ */ /* Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL * project 2000. */ diff --git a/lib/libssl/src/crypto/engine/tb_asnmth.c b/lib/libssl/src/crypto/engine/tb_asnmth.c index bd62f292c9a..412665cd9e1 100644 --- a/lib/libssl/src/crypto/engine/tb_asnmth.c +++ b/lib/libssl/src/crypto/engine/tb_asnmth.c @@ -1,3 +1,4 @@ +/* $OpenBSD: tb_asnmth.c,v 1.3 2014/06/12 15:49:29 deraadt Exp $ */ /* ==================================================================== * Copyright (c) 2006 The OpenSSL Project. All rights reserved. * diff --git a/lib/libssl/src/crypto/engine/tb_cipher.c b/lib/libssl/src/crypto/engine/tb_cipher.c index 3218f5d86f2..d869acf4057 100644 --- a/lib/libssl/src/crypto/engine/tb_cipher.c +++ b/lib/libssl/src/crypto/engine/tb_cipher.c @@ -1,3 +1,4 @@ +/* $OpenBSD: tb_cipher.c,v 1.6 2014/06/12 15:49:29 deraadt Exp $ */ /* ==================================================================== * Copyright (c) 2000 The OpenSSL Project. All rights reserved. * diff --git a/lib/libssl/src/crypto/engine/tb_dh.c b/lib/libssl/src/crypto/engine/tb_dh.c index 6e3ee6dd7ce..4f200424e5f 100644 --- a/lib/libssl/src/crypto/engine/tb_dh.c +++ b/lib/libssl/src/crypto/engine/tb_dh.c @@ -1,3 +1,4 @@ +/* $OpenBSD: tb_dh.c,v 1.6 2014/06/12 15:49:29 deraadt Exp $ */ /* ==================================================================== * Copyright (c) 2000 The OpenSSL Project. All rights reserved. * diff --git a/lib/libssl/src/crypto/engine/tb_digest.c b/lib/libssl/src/crypto/engine/tb_digest.c index 6a7167e0713..5bdb37a9158 100644 --- a/lib/libssl/src/crypto/engine/tb_digest.c +++ b/lib/libssl/src/crypto/engine/tb_digest.c @@ -1,3 +1,4 @@ +/* $OpenBSD: tb_digest.c,v 1.6 2014/06/12 15:49:29 deraadt Exp $ */ /* ==================================================================== * Copyright (c) 2000 The OpenSSL Project. All rights reserved. * diff --git a/lib/libssl/src/crypto/engine/tb_dsa.c b/lib/libssl/src/crypto/engine/tb_dsa.c index 0abc4bc7fbd..23e92361073 100644 --- a/lib/libssl/src/crypto/engine/tb_dsa.c +++ b/lib/libssl/src/crypto/engine/tb_dsa.c @@ -1,3 +1,4 @@ +/* $OpenBSD: tb_dsa.c,v 1.7 2014/06/12 15:49:29 deraadt Exp $ */ /* ==================================================================== * Copyright (c) 2000 The OpenSSL Project. All rights reserved. * diff --git a/lib/libssl/src/crypto/engine/tb_ecdh.c b/lib/libssl/src/crypto/engine/tb_ecdh.c index 0abeee163e1..a67877addde 100644 --- a/lib/libssl/src/crypto/engine/tb_ecdh.c +++ b/lib/libssl/src/crypto/engine/tb_ecdh.c @@ -1,4 +1,4 @@ -/* crypto/engine/tb_ecdh.c */ +/* $OpenBSD: tb_ecdh.c,v 1.4 2014/06/12 15:49:29 deraadt Exp $ */ /* ==================================================================== * Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED. * diff --git a/lib/libssl/src/crypto/engine/tb_ecdsa.c b/lib/libssl/src/crypto/engine/tb_ecdsa.c index cae74317a43..226b76e185f 100644 --- a/lib/libssl/src/crypto/engine/tb_ecdsa.c +++ b/lib/libssl/src/crypto/engine/tb_ecdsa.c @@ -1,3 +1,4 @@ +/* $OpenBSD: tb_ecdsa.c,v 1.4 2014/06/12 15:49:29 deraadt Exp $ */ /* ==================================================================== * Copyright (c) 2000-2002 The OpenSSL Project. All rights reserved. * diff --git a/lib/libssl/src/crypto/engine/tb_pkmeth.c b/lib/libssl/src/crypto/engine/tb_pkmeth.c index 7834a225998..954bd9a8383 100644 --- a/lib/libssl/src/crypto/engine/tb_pkmeth.c +++ b/lib/libssl/src/crypto/engine/tb_pkmeth.c @@ -1,3 +1,4 @@ +/* $OpenBSD: tb_pkmeth.c,v 1.4 2014/06/12 15:49:29 deraadt Exp $ */ /* ==================================================================== * Copyright (c) 2006 The OpenSSL Project. All rights reserved. * diff --git a/lib/libssl/src/crypto/engine/tb_rand.c b/lib/libssl/src/crypto/engine/tb_rand.c index b99f3baba32..cc61da747c6 100644 --- a/lib/libssl/src/crypto/engine/tb_rand.c +++ b/lib/libssl/src/crypto/engine/tb_rand.c @@ -1,3 +1,4 @@ +/* $OpenBSD: tb_rand.c,v 1.6 2014/06/12 15:49:29 deraadt Exp $ */ /* ==================================================================== * Copyright (c) 2000 The OpenSSL Project. All rights reserved. * diff --git a/lib/libssl/src/crypto/engine/tb_rsa.c b/lib/libssl/src/crypto/engine/tb_rsa.c index 846c1144359..52ee8889a0a 100644 --- a/lib/libssl/src/crypto/engine/tb_rsa.c +++ b/lib/libssl/src/crypto/engine/tb_rsa.c @@ -1,3 +1,4 @@ +/* $OpenBSD: tb_rsa.c,v 1.6 2014/06/12 15:49:29 deraadt Exp $ */ /* ==================================================================== * Copyright (c) 2000 The OpenSSL Project. All rights reserved. * diff --git a/lib/libssl/src/crypto/engine/tb_store.c b/lib/libssl/src/crypto/engine/tb_store.c index 81b3f7b27e9..2f0cc004f31 100644 --- a/lib/libssl/src/crypto/engine/tb_store.c +++ b/lib/libssl/src/crypto/engine/tb_store.c @@ -1,3 +1,4 @@ +/* $OpenBSD: tb_store.c,v 1.4 2014/06/12 15:49:29 deraadt Exp $ */ /* ==================================================================== * Copyright (c) 2003 The OpenSSL Project. All rights reserved. * |