Change old obsolete email address...
authorDr. Stephen Henson <steve@openssl.org>
Wed, 5 Nov 2008 18:36:57 +0000 (18:36 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Wed, 5 Nov 2008 18:36:57 +0000 (18:36 +0000)
132 files changed:
apps/asn1pars.c
apps/nseq.c
apps/ocsp.c
apps/pkcs12.c
apps/pkcs8.c
apps/rsautl.c
apps/smime.c
apps/spkac.c
crypto/asn1/a_mbstr.c
crypto/asn1/a_strex.c
crypto/asn1/a_strnid.c
crypto/asn1/asn1_gen.c
crypto/asn1/asn1t.h
crypto/asn1/asn_moid.c
crypto/asn1/asn_pack.c
crypto/asn1/nsseq.c
crypto/asn1/p5_pbe.c
crypto/asn1/p5_pbev2.c
crypto/asn1/p8_pkey.c
crypto/asn1/t_bitst.c
crypto/asn1/t_crl.c
crypto/asn1/t_spki.c
crypto/asn1/t_x509a.c
crypto/asn1/tasn_dec.c
crypto/asn1/tasn_enc.c
crypto/asn1/tasn_fre.c
crypto/asn1/tasn_new.c
crypto/asn1/tasn_prn.c
crypto/asn1/tasn_typ.c
crypto/asn1/tasn_utl.c
crypto/asn1/x_algor.c
crypto/asn1/x_bignum.c
crypto/asn1/x_exten.c
crypto/asn1/x_long.c
crypto/asn1/x_x509a.c
crypto/bn/bn_x931p.c
crypto/conf/conf_mall.c
crypto/conf/conf_mod.c
crypto/conf/conf_sap.c
crypto/dh/dh_asn1.c
crypto/dsa/dsa_asn1.c
crypto/engine/eng_cnf.c
crypto/evp/evp_acnf.c
crypto/evp/evp_cnf.c
crypto/evp/evp_locl.h
crypto/evp/evp_pbe.c
crypto/evp/evp_pkey.c
crypto/evp/p5_crpt.c
crypto/evp/p5_crpt2.c
crypto/o_init.c
crypto/ocsp/ocsp_asn.c
crypto/ocsp/ocsp_ht.c
crypto/ocsp/ocsp_srv.c
crypto/ocsp/ocsp_vfy.c
crypto/pem/pem_x509.c
crypto/pem/pem_xaux.c
crypto/pkcs12/p12_add.c
crypto/pkcs12/p12_asn.c
crypto/pkcs12/p12_attr.c
crypto/pkcs12/p12_crpt.c
crypto/pkcs12/p12_crt.c
crypto/pkcs12/p12_decr.c
crypto/pkcs12/p12_init.c
crypto/pkcs12/p12_key.c
crypto/pkcs12/p12_kiss.c
crypto/pkcs12/p12_mutl.c
crypto/pkcs12/p12_npas.c
crypto/pkcs12/p12_p8d.c
crypto/pkcs12/p12_p8e.c
crypto/pkcs12/p12_utl.c
crypto/pkcs12/pkcs12.h
crypto/pkcs7/pk7_asn1.c
crypto/pkcs7/pk7_attr.c
crypto/pkcs7/pk7_mime.c
crypto/pkcs7/pk7_smime.c
crypto/rsa/rsa_asn1.c
crypto/rsa/rsa_null.c
crypto/rsa/rsa_pss.c
crypto/rsa/rsa_x931.c
crypto/x509/x509_trs.c
crypto/x509/x509_vpm.c
crypto/x509/x509cset.c
crypto/x509/x509spki.c
crypto/x509v3/ext_dat.h
crypto/x509v3/pcy_cache.c
crypto/x509v3/pcy_data.c
crypto/x509v3/pcy_int.h
crypto/x509v3/pcy_lib.c
crypto/x509v3/pcy_map.c
crypto/x509v3/pcy_node.c
crypto/x509v3/pcy_tree.c
crypto/x509v3/tabtest.c
crypto/x509v3/v3_akey.c
crypto/x509v3/v3_akeya.c
crypto/x509v3/v3_alt.c
crypto/x509v3/v3_bcons.c
crypto/x509v3/v3_bitst.c
crypto/x509v3/v3_conf.c
crypto/x509v3/v3_cpols.c
crypto/x509v3/v3_crld.c
crypto/x509v3/v3_enum.c
crypto/x509v3/v3_extku.c
crypto/x509v3/v3_genn.c
crypto/x509v3/v3_ia5.c
crypto/x509v3/v3_info.c
crypto/x509v3/v3_int.c
crypto/x509v3/v3_lib.c
crypto/x509v3/v3_ncons.c
crypto/x509v3/v3_ocsp.c
crypto/x509v3/v3_pcons.c
crypto/x509v3/v3_pku.c
crypto/x509v3/v3_pmaps.c
crypto/x509v3/v3_prn.c
crypto/x509v3/v3_purp.c
crypto/x509v3/v3_skey.c
crypto/x509v3/v3_sxnet.c
crypto/x509v3/v3_utl.c
crypto/x509v3/v3conf.c
crypto/x509v3/v3prin.c
crypto/x509v3/x509v3.h
demos/asn1/ocsp.c
engines/e_chil.c
fips/dh/fips_dh_lib.c
fips/dsa/fips_dsa_lib.c
fips/dsa/fips_dsa_sign.c
fips/hmac/fips_hmactest.c
fips/rsa/fips_rsa_lib.c
fips/rsa/fips_rsa_sign.c
fips/rsa/fips_rsagtest.c
fips/rsa/fips_rsastest.c
fips/rsa/fips_rsavtest.c
fips/sha/fips_shatest.c

index b1a7c8e5dbf8b592c2efbee1940f178616edf523..bde61d02d12c72cd76dcc1ee237109d361eb581b 100644 (file)
@@ -56,7 +56,7 @@
  * [including the GNU Public Licence.]
  */
 
-/* A nice addition from Dr Stephen Henson <shenson@bigfoot.com> to 
+/* A nice addition from Dr Stephen Henson <steve@openssl.org> to 
  * add the -strparse option which parses nested binary structures
  */
 
index dc71d45012f8002e01e533410515aacf40cb5046..e3c4dba547339eba394fb0885150e1bc5df6ae1c 100644 (file)
@@ -1,5 +1,5 @@
 /* nseq.c */
-/* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL
+/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project 1999.
  */
 /* ====================================================================
index 1001f3b25ded61706fe4fea6055f412a5678b259..251044d77fcb338938a2352cf8cae31246f4e925 100644 (file)
@@ -1,5 +1,5 @@
 /* ocsp.c */
-/* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL
+/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project 2000.
  */
 /* ====================================================================
index ec74769de99f8c4b4babd9ae52b326253c768e00..248bc1154d3ce0f1f4f5a4b51f519669642a90c4 100644 (file)
@@ -1,5 +1,5 @@
 /* pkcs12.c */
-/* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL
+/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project.
  */
 /* ====================================================================
index d5085444e27f490720bdb68bb2e5c2ecc60bb84d..9633a149bcfae89779b68b5226e653d8d62aa852 100644 (file)
@@ -1,5 +1,5 @@
 /* pkcs8.c */
-/* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL
+/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project 1999-2004.
  */
 /* ====================================================================
index f3c458ed2751dfdd552911b927cdfa8341fac8a0..923e2b682f965920d64c913c18cd1e85289a717e 100644 (file)
@@ -1,5 +1,5 @@
 /* rsautl.c */
-/* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL
+/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project 2000.
  */
 /* ====================================================================
index ce8a1cbecb75ff4ef346b8347fc07c567457c35c..75804b8d7b77ac8bab02579bd20dd01fb969a6b5 100644 (file)
@@ -1,5 +1,5 @@
 /* smime.c */
-/* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL
+/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project.
  */
 /* ====================================================================
index 0191d0a783f7db816318bf53204460dce3efa5b6..ae2d88694f5257805513acb29cc8cb456b040c25 100644 (file)
@@ -1,6 +1,6 @@
 /* apps/spkac.c */
 
-/* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL
+/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project 1999. Based on an original idea by Massimiliano Pala
  * (madwolf@openca.org).
  */
index 2d4800a22a4c2c54f996969aa3100cfa0fd3d7c2..1bcd0468938e8380f75f8a62e8297c319c3a7ce3 100644 (file)
@@ -1,5 +1,5 @@
 /* a_mbstr.c */
-/* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL
+/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project 1999.
  */
 /* ====================================================================
index c2dbb6f9a58d3dd60e7c9e012b5167e7d13f8db5..7fc14d3296c1ccb1db5b433b5c316375c265bfcc 100644 (file)
@@ -1,5 +1,5 @@
 /* a_strex.c */
-/* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL
+/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project 2000.
  */
 /* ====================================================================
index 613bbc4a7da9b9416f2654ffd6ee213f2c78a436..fe515b52baed89855ece3b6de996762be951a354 100644 (file)
@@ -1,5 +1,5 @@
 /* a_strnid.c */
-/* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL
+/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project 1999.
  */
 /* ====================================================================
index 26c832781e40c0ff05557b19803e8e33dbdbbffa..2da38292c8c59f46053f9ab127d5509308e4114b 100644 (file)
@@ -1,5 +1,5 @@
 /* asn1_gen.c */
-/* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL
+/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project 2002.
  */
 /* ====================================================================
index bf315e65ed38b890223837fee7d4557d9f46c41a..ac14f9415b84d45396d8304cde4fa8c042c40f48 100644 (file)
@@ -1,5 +1,5 @@
 /* asn1t.h */
-/* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL
+/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project 2000.
  */
 /* ====================================================================
index 9132350f10780389bf12b800b118601a52c98bf4..1ea6a5924838bcfd702153472a916d7941338eb7 100644 (file)
@@ -1,5 +1,5 @@
 /* asn_moid.c */
-/* Written by Stephen Henson (shenson@bigfoot.com) for the OpenSSL
+/* Written by Stephen Henson (steve@openssl.org) for the OpenSSL
  * project 2001.
  */
 /* ====================================================================
index e8b671b7b51b1b567b72c0b0de1aef6a1b13a7be..f1a5a056322766f8e782f771b65b753050ecd2bb 100644 (file)
@@ -1,5 +1,5 @@
 /* asn_pack.c */
-/* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL
+/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project 1999.
  */
 /* ====================================================================
index 50e2d4d07a132f1e9380e77398da2f3e1bf5b31c..e551c57d59d0cd7261b736c5dfdc54d47ec9feae 100644 (file)
@@ -1,5 +1,5 @@
 /* nsseq.c */
-/* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL
+/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project 1999.
  */
 /* ====================================================================
index da91170094b561f5af1b165c0a5521fcebcc2443..c4582f8041e479149a5963054ec17d13e07667fb 100644 (file)
@@ -1,5 +1,5 @@
 /* p5_pbe.c */
-/* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL
+/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project 1999.
  */
 /* ====================================================================
index c834a38ddf3cfa16fec7e961e751d49eb5a8c462..2b0516afeed37f2ef06cf251e5d3db17654a0569 100644 (file)
@@ -1,5 +1,5 @@
 /* p5_pbev2.c */
-/* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL
+/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project 1999-2004.
  */
 /* ====================================================================
index 24b409132f53af1627675ccaf9dd3e363ba8d5a0..0a1957556e54707f8696634f93879117d61b04e1 100644 (file)
@@ -1,5 +1,5 @@
 /* p8_pkey.c */
-/* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL
+/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project 1999.
  */
 /* ====================================================================
index 397332d9b8e6bb003d5aef09d9a6f3226cb1f17a..2e59a25fa1ed0b4bbbe93ad072d15f2669ebb435 100644 (file)
@@ -1,5 +1,5 @@
 /* t_bitst.c */
-/* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL
+/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project 1999.
  */
 /* ====================================================================
index 929b3e590438e47fa99e5d15ea6c8327c54faae9..bdb244c015bd03a520ce79d5dcf8ad94186df9b3 100644 (file)
@@ -1,5 +1,5 @@
 /* t_crl.c */
-/* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL
+/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project 1999.
  */
 /* ====================================================================
index c2a5797dd8bf3ad42bcefc74d885cfc234d9921e..a73369b949203b2810089bd253ae2ede76fc1d29 100644 (file)
@@ -1,5 +1,5 @@
 /* t_spki.c */
-/* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL
+/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project 1999.
  */
 /* ====================================================================
index ffbbfb51f43ef75e50bf84901e07bf7e7192cc96..8b18801a173e2f3ec800068bba2b0d020aa66c65 100644 (file)
@@ -1,5 +1,5 @@
 /* t_x509a.c */
-/* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL
+/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project 1999.
  */
 /* ====================================================================
index 0ee406231e7cc3fc9fb63746e36e3802d6b13b39..ced641698ebd9ede3977a9e72f90b1c7d56d458b 100644 (file)
@@ -1,5 +1,5 @@
 /* tasn_dec.c */
-/* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL
+/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project 2000.
  */
 /* ====================================================================
index be19b36acd5f45c7ed6ef493c83b911f50bc3faf..2721f904a633e9e976d577a347846a35483d0747 100644 (file)
@@ -1,5 +1,5 @@
 /* tasn_enc.c */
-/* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL
+/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project 2000.
  */
 /* ====================================================================
index bb7c1e2af4894e3d02c7d51f6304dc93af3a44db..d7c017fa1d426d1282f520090ae60e1bb28c8eca 100644 (file)
@@ -1,5 +1,5 @@
 /* tasn_fre.c */
-/* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL
+/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project 2000.
  */
 /* ====================================================================
index 531dad365c0ebe3925eb99f3f79958888162f169..5c6a2ebd4d045369fcb6ec85e5760760a74f76d8 100644 (file)
@@ -1,5 +1,5 @@
 /* tasn_new.c */
-/* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL
+/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project 2000.
  */
 /* ====================================================================
index 719639b511fc74b3e78f4ea4c61747e9921174f2..b9c96a6dbe1d523386ce6c345867e17a60c6d9c6 100644 (file)
@@ -1,5 +1,5 @@
 /* tasn_prn.c */
-/* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL
+/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project 2000.
  */
 /* ====================================================================
index 6f17f1bec7160b6d2036686358a149bac09a6ee4..6252213d15f091be35b588556e5360a81a9f09ce 100644 (file)
@@ -1,5 +1,5 @@
 /* tasn_typ.c */
-/* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL
+/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project 2000.
  */
 /* ====================================================================
index 34d520b180aa9fc5f5c34043661204d0859895fd..ca9ec7a32f5952ae134fd5d7f02f6635a2d4332b 100644 (file)
@@ -1,5 +1,5 @@
 /* tasn_utl.c */
-/* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL
+/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project 2000.
  */
 /* ====================================================================
index 33533aba862bb8ae4e569c6af432bc78813d8a31..99e53429b797960f635363ded6ce1d24e7189204 100644 (file)
@@ -1,5 +1,5 @@
 /* x_algor.c */
-/* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL
+/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project 2000.
  */
 /* ====================================================================
index 869c05d931de14f5051587216da6033b20ad30a1..9cf3204a1b597e487991a031c0ba690841d93a25 100644 (file)
@@ -1,5 +1,5 @@
 /* x_bignum.c */
-/* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL
+/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project 2000.
  */
 /* ====================================================================
index 1732e667125c50ffa3f3a5ce1e677263cb2c4a87..3a21239926ab635efeac880cc61e4f13cbb764f5 100644 (file)
@@ -1,5 +1,5 @@
 /* x_exten.c */
-/* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL
+/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project 2000.
  */
 /* ====================================================================
index 0db233cb95f6596f415b184bbf6cff48e566c0da..bf35457c1f748f6715985f4620edcf97233f198f 100644 (file)
@@ -1,5 +1,5 @@
 /* x_long.c */
-/* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL
+/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project 2000.
  */
 /* ====================================================================
index 13db5fd03fda65721ef2dbe299dbf90be9b14490..b603f82de716376ebc8371c6c807267092a704c3 100644 (file)
@@ -1,5 +1,5 @@
 /* a_x509a.c */
-/* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL
+/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project 1999.
  */
 /* ====================================================================
index c3c102b88ac46e54171e0b76b4449c82b8cca803..04c5c874ec9fa1f7e87a16c4bb788457ebc73443 100644 (file)
@@ -1,5 +1,5 @@
 /* bn_x931p.c */
-/* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL
+/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project 2005.
  */
 /* ====================================================================
index 6c692e99d55c1798834245247c6bcbda457d5139..1cc1fd55345aebada8ade4126238c464993551ac 100644 (file)
@@ -1,5 +1,5 @@
 /* conf_mall.c */
-/* Written by Stephen Henson (shenson@bigfoot.com) for the OpenSSL
+/* Written by Stephen Henson (steve@openssl.org) for the OpenSSL
  * project 2001.
  */
 /* ====================================================================
index 628e8333a6d60f4d11eba7ef1d803baa4be80917..ee9c677d9bdafc5b406494af69931561c91a470d 100644 (file)
@@ -1,5 +1,5 @@
 /* conf_mod.c */
-/* Written by Stephen Henson (shenson@bigfoot.com) for the OpenSSL
+/* Written by Stephen Henson (steve@openssl.org) for the OpenSSL
  * project 2001.
  */
 /* ====================================================================
index 9c53bac1a8c12e6b9d45c45e7fcc4df6a458819e..760dc2632d3e8cc6062dca42dc3ab87d2f387fdc 100644 (file)
@@ -1,5 +1,5 @@
 /* conf_sap.c */
-/* Written by Stephen Henson (shenson@bigfoot.com) for the OpenSSL
+/* Written by Stephen Henson (steve@openssl.org) for the OpenSSL
  * project 2001.
  */
 /* ====================================================================
index 769b5b68c53f2eda9b1bc4abebc8849edb8502b5..76740af2bd163ba14fd30483746b3df9c35914af 100644 (file)
@@ -1,5 +1,5 @@
 /* dh_asn1.c */
-/* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL
+/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project 2000.
  */
 /* ====================================================================
index 2f1927ad1316bcc92208a01785b1e47ca7af99f9..0645facb4bfaf4773c9daf56789d7a32f50d8d58 100644 (file)
@@ -1,5 +1,5 @@
 /* dsa_asn1.c */
-/* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL
+/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project 2000.
  */
 /* ====================================================================
index afd6b6f8c7f991c4396db1790159f4da3e3b219b..08066cea592cad9a0970221e8ee21eb26034a985 100644 (file)
@@ -1,5 +1,5 @@
 /* eng_cnf.c */
-/* Written by Stephen Henson (shenson@bigfoot.com) for the OpenSSL
+/* Written by Stephen Henson (steve@openssl.org) for the OpenSSL
  * project 2001.
  */
 /* ====================================================================
index ff3e311cc527567be283678fb95437cdc76bae2a..643a1864e8332db0f25ddbc64c6f306955d18edb 100644 (file)
@@ -1,5 +1,5 @@
 /* evp_acnf.c */
-/* Written by Stephen Henson (shenson@bigfoot.com) for the OpenSSL
+/* Written by Stephen Henson (steve@openssl.org) for the OpenSSL
  * project 2001.
  */
 /* ====================================================================
index 5bdd57b90c1010581eadaef3ac28e7757f665fde..e9004de0ebce4103398f93ce24dd9a99788c92d7 100644 (file)
@@ -1,5 +1,5 @@
 /* evp_cnf.c */
-/* Written by Stephen Henson (shenson@bigfoot.com) for the OpenSSL
+/* Written by Stephen Henson (steve@openssl.org) for the OpenSSL
  * project 2007.
  */
 /* ====================================================================
index 767002aa7a72a6a925bf2fbc94579df7f00b093a..eabcc96f30dee3e58728e39e491388050a8f2d2f 100644 (file)
@@ -1,5 +1,5 @@
 /* evp_locl.h */
-/* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL
+/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project 2000.
  */
 /* ====================================================================
index c26d2de0f3883adec9938decf8a92a300c5370b4..5e830be65fff7c58848e7e0d376ed58cd47c9e37 100644 (file)
@@ -1,5 +1,5 @@
 /* evp_pbe.c */
-/* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL
+/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project 1999.
  */
 /* ====================================================================
index 0147f3e02a683979b43f10aaf60fbaefc06a59b8..10d9e9e772b8044d4731c75d534d1109ed37fe6b 100644 (file)
@@ -1,5 +1,5 @@
 /* evp_pkey.c */
-/* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL
+/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project 1999.
  */
 /* ====================================================================
index 48d50014a04147843fc93ef5dc9390f4e76e4322..2a265fdee27719efda659162b641d3e7edba4f6d 100644 (file)
@@ -1,5 +1,5 @@
 /* p5_crpt.c */
-/* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL
+/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project 1999.
  */
 /* ====================================================================
index c969d5a2062a23ed8c725967d4f8b9671af891ae..6bec77baf96430219eb5820049b34ed8742a2450 100644 (file)
@@ -1,5 +1,5 @@
 /* p5_crpt2.c */
-/* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL
+/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project 1999.
  */
 /* ====================================================================
index db496dfaf7ebd500cd042a8465d01b5ed1ff6d26..00ed65a6cf2d38a058ea1cf1db2a8315884074f5 100644 (file)
@@ -1,5 +1,5 @@
 /* o_init.c */
-/* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL
+/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project.
  */
 /* ====================================================================
index 39b7a1c5687163eb0e257d2c6eefc7247bec6bc2..bfe892ac705a2321f07ce5f2f34027d9a2745195 100644 (file)
@@ -1,5 +1,5 @@
 /* ocsp_asn.c */
-/* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL
+/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project 2000.
  */
 /* ====================================================================
index a8e569b74a0c18fdc1791f975001b21d70800f9b..4a04ad9aa648f8eebce61db684f2d216e22a3677 100644 (file)
@@ -1,5 +1,5 @@
 /* ocsp_ht.c */
-/* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL
+/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project 2006.
  */
 /* ====================================================================
index fffa134e7541aae8c1ab1043710fb4c624825181..1c606dd0b61877a75dce5535f92e370945fc271e 100644 (file)
@@ -1,5 +1,5 @@
 /* ocsp_srv.c */
-/* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL
+/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project 2001.
  */
 /* ====================================================================
index 23ea41c847bfae18b707acba1e2221a606153622..4a0c3870d83a33dece479b2a90d1c8a517cfa128 100644 (file)
@@ -1,5 +1,5 @@
 /* ocsp_vfy.c */
-/* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL
+/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project 2000.
  */
 /* ====================================================================
index 19f88d8d3a60202d4acb5280c4277da983c1affe..3f709f13e65fcf314207da05d130bf77e1c6b1ce 100644 (file)
@@ -1,5 +1,5 @@
 /* pem_x509.c */
-/* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL
+/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project 2001.
  */
 /* ====================================================================
index 63ce660cf1a2fe6c867eabef7f1492bd7cea58f0..7cc74910095d0c5c9a9f012735824bc4411c24fe 100644 (file)
@@ -1,5 +1,5 @@
 /* pem_xaux.c */
-/* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL
+/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project 2001.
  */
 /* ====================================================================
index 41bdc00551049e109eb96dd9c2faa1707ccfd0f3..1f3e378f5cba59340e1a36e7c8d1c35efc9dd178 100644 (file)
@@ -1,5 +1,5 @@
 /* p12_add.c */
-/* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL
+/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project 1999.
  */
 /* ====================================================================
index a3739fee1a6dffa4e466712e0e7325e00d0f5230..6e27633817506fa81c96162c67148646eeb61e90 100644 (file)
@@ -1,5 +1,5 @@
 /* p12_asn.c */
-/* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL
+/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project 1999.
  */
 /* ====================================================================
index 026cf3826a7080f18c4216dd9a9fe07e53d83b9c..68d6c5ad159a432bc612f93c6e2d9d4e909611c8 100644 (file)
@@ -1,5 +1,5 @@
 /* p12_attr.c */
-/* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL
+/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project 1999.
  */
 /* ====================================================================
index 3ad33c49d82d7adb44f3892027932275cf8b5639..f8b952e27eedb8c7ff711c4aa149b8984e7c2ee7 100644 (file)
@@ -1,5 +1,5 @@
 /* p12_crpt.c */
-/* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL
+/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project 1999.
  */
 /* ====================================================================
index 036ad173a54b1e48dc5bd42415b030f9560f8fb2..e863de52cef463a78886c1f73c20bd5101171428 100644 (file)
@@ -1,5 +1,5 @@
 /* p12_crt.c */
-/* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL
+/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project.
  */
 /* ====================================================================
index 74c961a92b89b46e916dae27ea7f5488b7163e0a..ba77dbbe32c59c4ed9cff1ecabffea1f2d34e047 100644 (file)
@@ -1,5 +1,5 @@
 /* p12_decr.c */
-/* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL
+/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project 1999.
  */
 /* ====================================================================
index 6bdc1326317c6e46d1f346fb9ab4c7fc3e40006e..d4d84b056a23037963409867ca2196baa4c82751 100644 (file)
@@ -1,5 +1,5 @@
 /* p12_init.c */
-/* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL
+/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project 1999.
  */
 /* ====================================================================
index 18e72d0a1b8188e06a76ffe24decd960603ef236..9e57eee4a4d09ca12a3be78d7cdaf8553adb1b6f 100644 (file)
@@ -1,5 +1,5 @@
 /* p12_key.c */
-/* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL
+/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project 1999.
  */
 /* ====================================================================
index c2ee2cc6f3a71e6e1aac1d839dc6e48e8c3f0cf3..5c4c6ec988897d31b74d9651ad87e6bb7b1255ee 100644 (file)
@@ -1,5 +1,5 @@
 /* p12_kiss.c */
-/* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL
+/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project 1999.
  */
 /* ====================================================================
index c408cc8ab8df6212e3c9a6c272d0a6501ad1c96a..70bfef6e5d160c06ad79f57e2318f51cca99ad9a 100644 (file)
@@ -1,5 +1,5 @@
 /* p12_mutl.c */
-/* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL
+/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project 1999.
  */
 /* ====================================================================
index 48eacc5c49c42f73ee9e4aed32eb8da5ed7960ba..47e5e9c3775dd7554d4b69fd31329d278b23bdf4 100644 (file)
@@ -1,5 +1,5 @@
 /* p12_npas.c */
-/* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL
+/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project 1999.
  */
 /* ====================================================================
index 3c6f377933c40b72c35da303470d356f139d6abd..deba81e4a97f9a3424297a7f9c6d9e56fb2e005a 100644 (file)
@@ -1,5 +1,5 @@
 /* p12_p8d.c */
-/* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL
+/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project 2001.
  */
 /* ====================================================================
index 3d47956652a81a0753b39d9e50e5d81ee0574ae0..bf20a77b4c7420279d8db00ccaab7c08b526f68b 100644 (file)
@@ -1,5 +1,5 @@
 /* p12_p8e.c */
-/* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL
+/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project 2001.
  */
 /* ====================================================================
index 243ec76be95c7b8668be295ea095e6c5c107f921..ca30ac4f6d50696cd6461e4faa5d327f42f52cf3 100644 (file)
@@ -1,5 +1,5 @@
 /* p12_utl.c */
-/* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL
+/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project 1999.
  */
 /* ====================================================================
index a2d7e359a0fd38047a2041674a3738452440e794..4bee605dc0d16bbf80fb3bce12b07afb0a47ff15 100644 (file)
@@ -1,5 +1,5 @@
 /* pkcs12.h */
-/* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL
+/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project 1999.
  */
 /* ====================================================================
index 77931feeb417a66ce3cabf11cedb34c32df3700f..1f70d31386771ad56088161157574afc1d0df0d8 100644 (file)
@@ -1,5 +1,5 @@
 /* pk7_asn.c */
-/* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL
+/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project 2000.
  */
 /* ====================================================================
index 735c8800e1028f1ab83a59f65e0e9cd2e6d3f169..d54971716913d3f3d3c8c6a4763a17a1ac75ce2c 100644 (file)
@@ -1,5 +1,5 @@
 /* pk7_attr.c */
-/* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL
+/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project 2001.
  */
 /* ====================================================================
index 17b68992f7dbf3f3ea871416a71315eed1e3fde1..bf190360d75b802a69d0cd8e1d67bb514a15ed45 100644 (file)
@@ -1,5 +1,5 @@
 /* pk7_mime.c */
-/* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL
+/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project.
  */
 /* ====================================================================
index 5c6b0fe24bccba3984c041a3cb1e47004ca2c224..a6b13517fecb79f90a6237e4417cb812ca2c4ff7 100644 (file)
@@ -1,5 +1,5 @@
 /* pk7_smime.c */
-/* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL
+/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project.
  */
 /* ====================================================================
index bbbf26d50ed6b04039c5e59c0737eeaba759ede4..6e8a803e8145f843698788e578ba93845783f35a 100644 (file)
@@ -1,5 +1,5 @@
 /* rsa_asn1.c */
-/* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL
+/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project 2000.
  */
 /* ====================================================================
index 491572c82bdc88a0f9ef4e844cd3b891f7883dc4..2f2202f142f903742fbbe5cc849d2c5274326d44 100644 (file)
@@ -1,5 +1,5 @@
 /* rsa_null.c */
-/* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL
+/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project 1999.
  */
 /* ====================================================================
index eae8d9f01710c15fbd702360eafa77cee90e4d04..9b993aca49800e5854b0f72487509ad20522357a 100644 (file)
@@ -1,5 +1,5 @@
 /* rsa_pss.c */
-/* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL
+/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project 2005.
  */
 /* ====================================================================
index e918654176268c728a77825b8edc470691c88bb2..21548e37edd547863148b8a615c6dfa5adc70b11 100644 (file)
@@ -1,5 +1,5 @@
 /* rsa_x931.c */
-/* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL
+/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project 2005.
  */
 /* ====================================================================
index 9c84a59d523c639dbf59f7353eabc614d4928d60..ed1870058591c917310642d776c257c268baecf8 100644 (file)
@@ -1,5 +1,5 @@
 /* x509_trs.c */
-/* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL
+/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project 1999.
  */
 /* ====================================================================
index e9db6d62a74984ca0ac241af2b7f13e350d02392..c92e65936f8e14c373a49add37eaa3c20ec23221 100644 (file)
@@ -1,5 +1,5 @@
 /* x509_vpm.c */
-/* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL
+/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project 2004.
  */
 /* ====================================================================
index 9d1646d5c8d779b35d4521e68ce7ebb85adeefcd..7f4004b2911a0c7bc06e1da486099d05299b3346 100644 (file)
@@ -1,5 +1,5 @@
 /* crypto/x509/x509cset.c */
-/* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL
+/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project 2001.
  */
 /* ====================================================================
index ed868b838e31dde02c32872ae16048bb928e856d..02a203d72c61de52417ee657f5377fd815edb545 100644 (file)
@@ -1,5 +1,5 @@
 /* x509spki.c */
-/* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL
+/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project 1999.
  */
 /* ====================================================================
index 5c063ac65dfbb1fabb16ca0b745b22865e512d9a..3eaec46f8a6d7c78000819a70cc6908818687282 100644 (file)
@@ -1,5 +1,5 @@
 /* ext_dat.h */
-/* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL
+/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project 1999.
  */
 /* ====================================================================
index c18beb89f58335a5ad9944546c5f3c554f38846e..1030931b71360a796d7d721795a62933a790d757 100644 (file)
@@ -1,5 +1,5 @@
 /* pcy_cache.c */
-/* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL
+/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project 2004.
  */
 /* ====================================================================
index 4711b1ee927b9d824ded08083e0b7be7a4e327f8..fb392b901f0d6f6e0fc8f9b5eed02813251fe330 100644 (file)
@@ -1,5 +1,5 @@
 /* pcy_data.c */
-/* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL
+/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project 2004.
  */
 /* ====================================================================
index ba62a209dad899c45b283a5c4b8f29ed1267ac04..3780de4fcdbd9731c6b85d3ffa50026554a93cf5 100644 (file)
@@ -1,5 +1,5 @@
 /* pcy_int.h */
-/* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL
+/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project 2004.
  */
 /* ====================================================================
index dae4840bc5d43b522c39e984d9d7b476617ec3c8..93bfd927037181785504f52d593ca31c4dd48aad 100644 (file)
@@ -1,5 +1,5 @@
 /* pcy_lib.c */
-/* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL
+/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project 2004.
  */
 /* ====================================================================
index 35221e8ba82b68f0929a2a5aee6dc803e0dd34e1..f28796e6d4eba35e6dea299c5724a05a736858f5 100644 (file)
@@ -1,5 +1,5 @@
 /* pcy_map.c */
-/* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL
+/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project 2004.
  */
 /* ====================================================================
index dcc1554e299267a6ea9c49ae856cbbfc018ffbb2..6587cb05abad6ec3c487e92d1b58c29168783ec9 100644 (file)
@@ -1,5 +1,5 @@
 /* pcy_node.c */
-/* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL
+/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project 2004.
  */
 /* ====================================================================
index b1ce77b9afc7ad9d5ebb11177ae2a6a8d7625768..6c87a7f506c6c42577733b2a4bc215b5eb9f0454 100644 (file)
@@ -1,5 +1,5 @@
 /* pcy_tree.c */
-/* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL
+/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project 2004.
  */
 /* ====================================================================
index dad0d38dd530cd31c2a67fb4522976b02e0e932b..5ed6eb689111fc26541dab26b46203c90d21b64c 100644 (file)
@@ -1,5 +1,5 @@
 /* tabtest.c */
-/* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL
+/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project 1999.
  */
 /* ====================================================================
index ac0548b7751b2d58c5f703921a7ef257767a0884..c6b68ee221174eb7c4cae2bb506d029452f9e3e9 100644 (file)
@@ -1,5 +1,5 @@
 /* v3_akey.c */
-/* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL
+/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project 1999.
  */
 /* ====================================================================
index 2aafa26ba712c1180411e2b25b1df9561f56aeaa..2c50f7360ebc3cb5a1ba2c6a9c1fa0b43ebaa373 100644 (file)
@@ -1,5 +1,5 @@
 /* v3_akey_asn1.c */
-/* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL
+/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project 1999.
  */
 /* ====================================================================
index bb2f5bc54ebabbe5ce1b85c36e12c5de75306b3c..e7a25a8c875f332dc0f30a5e17b51502714d6757 100644 (file)
@@ -1,5 +1,5 @@
 /* v3_alt.c */
-/* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL
+/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project.
  */
 /* ====================================================================
index 74b1233071cba1c55b83c71819b4c9bcce1a3195..82aa488f75c5e2eb6e259c078a3efaff2bf5f030 100644 (file)
@@ -1,5 +1,5 @@
 /* v3_bcons.c */
-/* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL
+/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project 1999.
  */
 /* ====================================================================
index cf31f0816eee54004dd767fecf7b3591c343c34d..058d0d4dceb810ff092fb437f36d36d27ae7bc2d 100644 (file)
@@ -1,5 +1,5 @@
 /* v3_bitst.c */
-/* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL
+/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project 1999.
  */
 /* ====================================================================
index 2b867305fba15a3e6066e9998e980a560c1baf61..11eb6b7fd5f73da1fbfd0a3d8074c6a841168091 100644 (file)
@@ -1,5 +1,5 @@
 /* v3_conf.c */
-/* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL
+/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project 1999.
  */
 /* ====================================================================
index a40f490aa904ac62abb2f2304e21f0b3de0f972d..95596055ab4be1b8745fb753f6f97f6df2899f24 100644 (file)
@@ -1,5 +1,5 @@
 /* v3_cpols.c */
-/* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL
+/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project 1999.
  */
 /* ====================================================================
index c6e3ebae7b28a354a77e93a7d4a930173d339599..181a8977b124fd402ec4cb1fa107acd9e2b6d63c 100644 (file)
@@ -1,5 +1,5 @@
 /* v3_crld.c */
-/* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL
+/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project 1999.
  */
 /* ====================================================================
index a236cb22e158f7ae66f72cf67d4dad14a3b50703..36576eaa4d1a78665c2521907c008ed7ebc53a71 100644 (file)
@@ -1,5 +1,5 @@
 /* v3_enum.c */
-/* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL
+/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project 1999.
  */
 /* ====================================================================
index a4efe0031e1fcc1506f62316a0ef849015e179e5..c0d14500ed874aae30d8291d0e41e2f6079f69de 100644 (file)
@@ -1,5 +1,5 @@
 /* v3_extku.c */
-/* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL
+/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project 1999.
  */
 /* ====================================================================
index 650b510980da2488b1966d21f708f63024134c51..84b4b1c8813f4d6836d9d1443ea2f9b1ed4b9c86 100644 (file)
@@ -1,5 +1,5 @@
 /* v3_genn.c */
-/* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL
+/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project 1999.
  */
 /* ====================================================================
index b739ccd036172aec39eca85c8283436751a31234..4ff12b52b54c5cdcdcf658dd86606b0e85555048 100644 (file)
@@ -1,5 +1,5 @@
 /* v3_ia5.c */
-/* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL
+/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project 1999.
  */
 /* ====================================================================
index e0ef69de42313b3aca5f9f10a40fe5f45438f29d..e1b8699f921a34b6caae5a97d3172d596c392fc1 100644 (file)
@@ -1,5 +1,5 @@
 /* v3_info.c */
-/* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL
+/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project 1999.
  */
 /* ====================================================================
index 9a48dc1508d3c300f52010226e1311dfdb71eb6d..4bfd14cf46b93109ecbf623079b46b9493277abe 100644 (file)
@@ -1,5 +1,5 @@
 /* v3_int.c */
-/* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL
+/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project 1999.
  */
 /* ====================================================================
index f3015ea610cbdff91ae1fd8772f952773a65c6ea..df3a48f43eff20cee13a646ba46487df506f3c6b 100644 (file)
@@ -1,5 +1,5 @@
 /* v3_lib.c */
-/* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL
+/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project 1999.
  */
 /* ====================================================================
index 42e7f5a8797b843d50ec96140c5c2794817d7929..4e706be3e1c6e1b381da085a46577d6cf2e58e4d 100644 (file)
@@ -1,5 +1,5 @@
 /* v3_ncons.c */
-/* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL
+/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project.
  */
 /* ====================================================================
index 62aac06335317e1d0c90f5de9dcd502d5dd906df..e426ea930c4a5ea1fc863eb101f03f213f7965d6 100644 (file)
@@ -1,5 +1,5 @@
 /* v3_ocsp.c */
-/* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL
+/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project 1999.
  */
 /* ====================================================================
index 13248c2adaf455958bef69da4c914e2f611420b1..86c0ff70e6c01e8a31980ab3ed90423f8484a5b1 100644 (file)
@@ -1,5 +1,5 @@
 /* v3_pcons.c */
-/* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL
+/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project.
  */
 /* ====================================================================
index 5c4626e89b5b766591ff057dca92a23f1e38b2a1..076f3ff48e284521c14e751f575a86ac496844fd 100644 (file)
@@ -1,5 +1,5 @@
 /* v3_pku.c */
-/* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL
+/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project 1999.
  */
 /* ====================================================================
index 626303264f715f69a94a90271d858c33342a692e..da03bbc35d38a448c7c28762473b62f55992df6d 100644 (file)
@@ -1,5 +1,5 @@
 /* v3_pmaps.c */
-/* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL
+/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project.
  */
 /* ====================================================================
index 20bd9bda190a65688c8c649c3ce82bce24ec9026..c1bb17f105a10ed1823d3958d86a9f5928ea6549 100644 (file)
@@ -1,5 +1,5 @@
 /* v3_prn.c */
-/* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL
+/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project 1999.
  */
 /* ====================================================================
index c54e7887c70752469ff572b13270d38410ef4b1c..e18751e01cbcdbca14bc8ed6d6bb0c2c162f1d77 100644 (file)
@@ -1,5 +1,5 @@
 /* v3_purp.c */
-/* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL
+/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project 2001.
  */
 /* ====================================================================
index da0a3558f65bb85fc53f42f9c70afbfe6fe8e9ab..202c9e4896560d5369ba08ce4d14ee33caa0090b 100644 (file)
@@ -1,5 +1,5 @@
 /* v3_skey.c */
-/* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL
+/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project 1999.
  */
 /* ====================================================================
index eaea9ea01b4ba52e84fa9940d3a298e2df7c4958..2a6bf11b6505f48f40750ef39736f88f6d25f5fd 100644 (file)
@@ -1,5 +1,5 @@
 /* v3_sxnet.c */
-/* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL
+/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project 1999.
  */
 /* ====================================================================
index ac171ca940a3cb6d721797f79cafde5d3d587266..8d44c82e65a6ef964b9d27c6a4bfd0d0a7a30a12 100644 (file)
@@ -1,5 +1,5 @@
 /* v3_utl.c */
-/* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL
+/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project.
  */
 /* ====================================================================
index 00cf5b4a5b2e6e9b150881769f14728934f605cc..a9e6ca354280bc630f4c8dca39646278e6775332 100644 (file)
@@ -1,5 +1,5 @@
 /* v3conf.c */
-/* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL
+/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project 1999.
  */
 /* ====================================================================
index b529814319b109dc0992f715e4d0ef021f257884..d5ff268296f7738bae2267d4568dc43dd6d2999a 100644 (file)
@@ -1,5 +1,5 @@
 /* v3prin.c */
-/* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL
+/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project 1999.
  */
 /* ====================================================================
index 5ba59f71c94555fcc9523472290a5ded2fcf42f0..9ef83da755e489502e111bf4530516e48505bc79 100644 (file)
@@ -1,5 +1,5 @@
 /* x509v3.h */
-/* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL
+/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project 1999.
  */
 /* ====================================================================
index 0199fe100405e73c6f4a3d029997d20b6e4f99b7..e89f1f72a61ca5d6954015b2d97a6654d4e855ab 100644 (file)
@@ -1,5 +1,5 @@
 /* ocsp.c */
-/* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL
+/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project 2000.
  */
 /* ====================================================================
index 26108caa6494e649f9ac640b5470987aed234ddd..b89f3e955cf9902217e9beb5c3b11bb907d641b0 100644 (file)
@@ -1,6 +1,6 @@
 /* crypto/engine/e_chil.c -*- mode: C; c-file-style: "eay" -*- */
 /* Written by Richard Levitte (richard@levitte.org), Geoff Thorpe
- * (geoff@geoffthorpe.net) and Dr Stephen N Henson (shenson@bigfoot.com)
+ * (geoff@geoffthorpe.net) and Dr Stephen N Henson (steve@openssl.org)
  * for the OpenSSL project 2000.
  */
 /* ====================================================================
index 93ff60452dbd38604f3021044009d4069b4798fd..4a822cf192506ee90ecfba3441482a38cb27c9d1 100644 (file)
@@ -1,5 +1,5 @@
 /* fips_dh_lib.c */
-/* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL
+/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project 2007.
  */
 /* ====================================================================
index 8af5f3b6f8cc2f0d7d4805942379f0fc93917fc8..2545966d2a381005bee342da4afce354297ea457 100644 (file)
@@ -1,5 +1,5 @@
 /* fips_dsa_lib.c */
-/* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL
+/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project 2007.
  */
 /* ====================================================================
index 49e3894c32f8d74a3141ab43c06072347121347a..32ea0b0feaf1ae03b46eaf32bd83387de8be0e43 100644 (file)
@@ -1,5 +1,5 @@
 /* fips_dsa_sign.c */
-/* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL
+/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project 2007.
  */
 /* ====================================================================
index e59478faca930ebaa54e572f1275fdf54adbdc9c..69ebf68622f6e9e93d5b077c063a12257f381b34 100644 (file)
@@ -1,5 +1,5 @@
 /* fips_hmactest.c */
-/* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL
+/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project 2005.
  */
 /* ====================================================================
index cfdb7f3f042f77e42a410246d3ec920ee41b34f2..a37ad3e540746f40e952e275ab72df99e769ae09 100644 (file)
@@ -1,5 +1,5 @@
 /* fips_rsa_sign.c */
-/* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL
+/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project 2007.
  */
 /* ====================================================================
index fd2d7309eb26ba09cf37c4795ce917b6e5c95b02..37364621d1ac0d1aa3dd86fd3d3681ac8c078825 100644 (file)
@@ -1,5 +1,5 @@
 /* fips_rsa_sign.c */
-/* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL
+/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project 2007.
  */
 /* ====================================================================
index 116a104cd5ca16378ed890809cc12790b9aa2030..33a3d7a48cd4ebccb9c49a532b5f4a8223d39b39 100644 (file)
@@ -1,5 +1,5 @@
 /* fips_rsagtest.c */
-/* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL
+/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project 2005.
  */
 /* ====================================================================
index 1a6b1689c07c0316f37feca571091f5bcfb99b87..16c174a2f81d8b601b3e2c83daebe8da1fe03f61 100644 (file)
@@ -1,5 +1,5 @@
 /* fips_rsastest.c */
-/* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL
+/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project 2005.
  */
 /* ====================================================================
index 8d8fbab7faeb30b3a8e6037b6fa78f8da2be736e..6340f190a3f9d0018e882647545b216d0370d0ea 100644 (file)
@@ -1,5 +1,5 @@
 /* fips_rsavtest.c */
-/* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL
+/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project 2005.
  */
 /* ====================================================================
index 22458c5358d2186a481a744867641e2784023159..ae5ecdd2be6923c6f5a326d35928c465b031d948 100644 (file)
@@ -1,5 +1,5 @@
 /* fips_shatest.c */
-/* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL
+/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project 2005.
  */
 /* ====================================================================