[openssl-commits] [tools] master update

2018-03-01 Thread Rich Salz
The branch master has been updated
   via  bffcd7e08a130d77ad480e35a3eec485fe06d23b (commit)
  from  fcdb9f7458689f85815d9bd81d4b7c6dfdd5ced8 (commit)


- Log -
commit bffcd7e08a130d77ad480e35a3eec485fe06d23b
Author: Rich Salz 
Date:   Thu Mar 1 20:03:03 2018 -0500

Enhance "trying to find" page generator

Make links to each commit.
Put summary counts at the end.

---

Summary of changes:
 license/add-lastchance | 18 ++
 1 file changed, 14 insertions(+), 4 deletions(-)

diff --git a/license/add-lastchance b/license/add-lastchance
index 8249952..963da01 100755
--- a/license/add-lastchance
+++ b/license/add-lastchance
@@ -16,7 +16,7 @@ print <<'EOF';
 Help find these people
 
 We are looking for some people who have previously contributed to OpenSSL. See
-https://www.openssl.org/blog/blog/2017/03/22/license/
+https://www.openssl.org//blog/blog/2017/03/22/license/;>https://www.openssl.org/blog/blog/2017/03/22/license/
 for some background.
 
 If you know where to find any of the following people, please email their
@@ -33,11 +33,14 @@ and date, and then the commit subject line.
 
 Thank you!
 
-
 EOF
 
+my $users = 0;
+my $commits = 0;
+my $base = 'https://github.com/openssl/openssl/commit';
 while ( <> ) {
 unless ( /([0-da-f]{8}) .*/ ) {
+   $users++ if /https:/;
s/.*uid.[0-9]+, //;
s/, \d, /, /;
s/"//g;
@@ -50,13 +53,18 @@ while ( <> ) {
} else {
print;
}
+   print "\n";
next;
 }
+$commits++;
 my $cid = $1;
+chop;
 my $line = $_;
 $line =~ s/^\s*//;
+$line =~ s/\n";
next;
 }
 my $pattern = "$cid^..$cid";
@@ -72,11 +80,13 @@ while ( <> ) {
$dels += int($2);
 }
 close $F || die "Can't close git diff, $!\n";
-print "$files +$adds -$dels $line";
+print "$files +$adds -$dels $line\n";
 }
-print <<'EOF';
+print <

[openssl-commits] Passed: openssl/openssl#16667 (OpenSSL_1_1_0-stable - ea8d9ce)

2018-03-01 Thread Travis CI
Build Update for openssl/openssl
-

Build: #16667
Status: Passed

Duration: 4 minutes and 58 seconds
Commit: ea8d9ce (OpenSSL_1_1_0-stable)
Author: Brad Spencer
Message: Test the result of CMS_RecipientInfo_ktri_get0_algs() before using its 
output in rsa_cms_encrypt().

CLA: trivial

Reviewed-by: Rich Salz 
Reviewed-by: Ben Kaduk 
(Merged from https://github.com/openssl/openssl/pull/4966)

(cherry picked from commit 178989b4a3ed714fa169cae5865c75f156ec9fdb)

View the changeset: 
https://github.com/openssl/openssl/compare/fa9ab9ee91c2...ea8d9cec4739

View the full build log and details: 
https://travis-ci.org/openssl/openssl/builds/347817042?utm_source=email_medium=notification

--

You can configure recipients for build notifications in your .travis.yml file. 
See https://docs.travis-ci.com/user/notifications

_
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits


[openssl-commits] [web] master update

2018-03-01 Thread Rich Salz
The branch master has been updated
   via  4b5b982b8b057792ce7d206e4faaebaf02b60685 (commit)
  from  46a84819a178b76996e0ddbe4b6d72b3197153e7 (commit)


- Log -
commit 4b5b982b8b057792ce7d206e4faaebaf02b60685
Author: Rich Salz 
Date:   Thu Mar 1 17:14:28 2018 -0500

Address issue 44

---

Summary of changes:
 policies/committers.html | 12 +++-
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/policies/committers.html b/policies/committers.html
index af0564c..80e31c8 100644
--- a/policies/committers.html
+++ b/policies/committers.html
@@ -91,11 +91,13 @@
  
   If you have trouble finding consensus on a difficult review,
   reach out to the OMC at
-  mailto:openssl-t...@openssl.org;>openssl-t...@openssl.org
-  (private, moderated) or committers at
-  mailto:openssl-...@openssl.org;>openssl-...@openssl.org
-  (public). On GitHub, you can reach OMC members at @openssl/team,
-  and committers can be found at @openssl/dev.
+  mailto:openssl-...@openssl.org;>openssl-...@openssl.org
+  (private, moderated) or the project at
+  mailto:openssl-proj...@openssl.org;>openssl-proj...@openssl.org
+  (public, moderated).
+  On GitHub, you can target the OMC members with @openssl/omc,
+  and committers with @openssl/committers.
 
   Commit workflow
   We do code reviews on GitHub. The
_
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits


[openssl-commits] Passed: openssl/openssl#16673 (master - 4a56d2a)

2018-03-01 Thread Travis CI
Build Update for openssl/openssl
-

Build: #16673
Status: Passed

Duration: 35 minutes and 47 seconds
Commit: 4a56d2a (master)
Author: Ivan Filenko
Message: Fix typo in ASN1_STRING_length doc

CLA: trivial

Reviewed-by: Rich Salz 
Reviewed-by: Matthias St. Pierre 
(Merged from https://github.com/openssl/openssl/pull/5458)

View the changeset: 
https://github.com/openssl/openssl/compare/178989b4a3ed...4a56d2a3b3dc

View the full build log and details: 
https://travis-ci.org/openssl/openssl/builds/347920891?utm_source=email_medium=notification

--

You can configure recipients for build notifications in your .travis.yml file. 
See https://docs.travis-ci.com/user/notifications

_
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits


[openssl-commits] Passed: openssl/openssl#16674 (OpenSSL_1_1_0-stable - 30ecc60)

2018-03-01 Thread Travis CI
Build Update for openssl/openssl
-

Build: #16674
Status: Passed

Duration: 18 minutes and 20 seconds
Commit: 30ecc60 (OpenSSL_1_1_0-stable)
Author: Ivan Filenko
Message: Fix typo in ASN1_STRING_length doc

CLA: trivial

Reviewed-by: Rich Salz 
Reviewed-by: Matthias St. Pierre 
(Merged from https://github.com/openssl/openssl/pull/5458)

View the changeset: 
https://github.com/openssl/openssl/compare/ea8d9cec4739...30ecc60ac1fc

View the full build log and details: 
https://travis-ci.org/openssl/openssl/builds/347922115?utm_source=email_medium=notification

--

You can configure recipients for build notifications in your .travis.yml file. 
See https://docs.travis-ci.com/user/notifications

_
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits


[openssl-commits] [openssl] OpenSSL_1_0_2-stable update

2018-03-01 Thread matthias . st . pierre
The branch OpenSSL_1_0_2-stable has been updated
   via  c1190c32c42b1e3ce35ea2ea8f214f46f336c5ed (commit)
  from  b3f9b401ab6284e6bbde59dde06736f681f70a9d (commit)


- Log -
commit c1190c32c42b1e3ce35ea2ea8f214f46f336c5ed
Author: Ivan Filenko 
Date:   Sun Feb 25 16:49:27 2018 +0300

Fix typo in ASN1_STRING_length doc

CLA: trivial

Reviewed-by: Rich Salz 
Reviewed-by: Matthias St. Pierre 
(Merged from https://github.com/openssl/openssl/pull/5458)

---

Summary of changes:
 doc/crypto/ASN1_STRING_length.pod | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/crypto/ASN1_STRING_length.pod 
b/doc/crypto/ASN1_STRING_length.pod
index f651e4f..4ea6e8c 100644
--- a/doc/crypto/ASN1_STRING_length.pod
+++ b/doc/crypto/ASN1_STRING_length.pod
@@ -66,8 +66,8 @@ utility functions should be used instead.
 In general it cannot be assumed that the data returned by ASN1_STRING_data()
 is null terminated or does not contain embedded nulls. The actual format
 of the data will depend on the actual string type itself: for example
-for and IA5String the data will be ASCII, for a BMPString two bytes per
-character in big endian format, UTF8String will be in UTF8 format.
+for an IA5String the data will be ASCII, for a BMPString two bytes per
+character in big endian format, and for an UTF8String it will be in UTF8 
format.
 
 Similar care should be take to ensure the data is in the correct format
 when calling ASN1_STRING_set().
_
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits


[openssl-commits] [openssl] OpenSSL_1_1_0-stable update

2018-03-01 Thread matthias . st . pierre
The branch OpenSSL_1_1_0-stable has been updated
   via  30ecc60ac1fc7012daabc9eda7eacd401ef8e15a (commit)
  from  ea8d9cec4739d6b06d25f3d01a1b7666d5a090ed (commit)


- Log -
commit 30ecc60ac1fc7012daabc9eda7eacd401ef8e15a
Author: Ivan Filenko 
Date:   Sun Feb 25 16:49:27 2018 +0300

Fix typo in ASN1_STRING_length doc

CLA: trivial

Reviewed-by: Rich Salz 
Reviewed-by: Matthias St. Pierre 
(Merged from https://github.com/openssl/openssl/pull/5458)

---

Summary of changes:
 doc/crypto/ASN1_STRING_length.pod | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/crypto/ASN1_STRING_length.pod 
b/doc/crypto/ASN1_STRING_length.pod
index 26cb176..a774a42 100644
--- a/doc/crypto/ASN1_STRING_length.pod
+++ b/doc/crypto/ASN1_STRING_length.pod
@@ -71,8 +71,8 @@ utility functions should be used instead.
 In general it cannot be assumed that the data returned by ASN1_STRING_data()
 is null terminated or does not contain embedded nulls. The actual format
 of the data will depend on the actual string type itself: for example
-for and IA5String the data will be ASCII, for a BMPString two bytes per
-character in big endian format, UTF8String will be in UTF8 format.
+for an IA5String the data will be ASCII, for a BMPString two bytes per
+character in big endian format, and for an UTF8String it will be in UTF8 
format.
 
 Similar care should be take to ensure the data is in the correct format
 when calling ASN1_STRING_set().
_
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits


[openssl-commits] [openssl] master update

2018-03-01 Thread matthias . st . pierre
The branch master has been updated
   via  4a56d2a3b3dca6f73e46b56625e1c0ac3634e62c (commit)
  from  178989b4a3ed714fa169cae5865c75f156ec9fdb (commit)


- Log -
commit 4a56d2a3b3dca6f73e46b56625e1c0ac3634e62c
Author: Ivan Filenko 
Date:   Sun Feb 25 16:49:27 2018 +0300

Fix typo in ASN1_STRING_length doc

CLA: trivial

Reviewed-by: Rich Salz 
Reviewed-by: Matthias St. Pierre 
(Merged from https://github.com/openssl/openssl/pull/5458)

---

Summary of changes:
 doc/man3/ASN1_STRING_length.pod | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/man3/ASN1_STRING_length.pod b/doc/man3/ASN1_STRING_length.pod
index 1888612..85d3565 100644
--- a/doc/man3/ASN1_STRING_length.pod
+++ b/doc/man3/ASN1_STRING_length.pod
@@ -71,8 +71,8 @@ utility functions should be used instead.
 In general it cannot be assumed that the data returned by ASN1_STRING_data()
 is null terminated or does not contain embedded nulls. The actual format
 of the data will depend on the actual string type itself: for example
-for and IA5String the data will be ASCII, for a BMPString two bytes per
-character in big endian format, UTF8String will be in UTF8 format.
+for an IA5String the data will be ASCII, for a BMPString two bytes per
+character in big endian format, and for an UTF8String it will be in UTF8 
format.
 
 Similar care should be take to ensure the data is in the correct format
 when calling ASN1_STRING_set().
_
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits


[openssl-commits] Build completed: openssl master.15966

2018-03-01 Thread AppVeyor


Build openssl master.15966 completed



Commit 17fd1cf9ec by Todd Short on 3/15/2017 5:25 PM:

Session Ticket app data


Configure your notification preferences

_
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits


[openssl-commits] Build failed: openssl master.15965

2018-03-01 Thread AppVeyor



Build openssl master.15965 failed


Commit 3f5e33028b by Dr. Matthias St. Pierre on 3/1/2018 4:27 PM:

PEM_read_bio_PrivateKey.pod: update documentation for PrivateKey write routines


Configure your notification preferences

_
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits


[openssl-commits] Errored: openssl/openssl#16667 (OpenSSL_1_1_0-stable - ea8d9ce)

2018-03-01 Thread Travis CI
Build Update for openssl/openssl
-

Build: #16667
Status: Errored

Duration: 17 minutes and 11 seconds
Commit: ea8d9ce (OpenSSL_1_1_0-stable)
Author: Brad Spencer
Message: Test the result of CMS_RecipientInfo_ktri_get0_algs() before using its 
output in rsa_cms_encrypt().

CLA: trivial

Reviewed-by: Rich Salz 
Reviewed-by: Ben Kaduk 
(Merged from https://github.com/openssl/openssl/pull/4966)

(cherry picked from commit 178989b4a3ed714fa169cae5865c75f156ec9fdb)

View the changeset: 
https://github.com/openssl/openssl/compare/fa9ab9ee91c2...ea8d9cec4739

View the full build log and details: 
https://travis-ci.org/openssl/openssl/builds/347817042?utm_source=email_medium=notification

--

You can configure recipients for build notifications in your .travis.yml file. 
See https://docs.travis-ci.com/user/notifications

_
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits


[openssl-commits] Errored: openssl/openssl#16666 (master - 178989b)

2018-03-01 Thread Travis CI
Build Update for openssl/openssl
-

Build: #1
Status: Errored

Duration: 22 minutes and 54 seconds
Commit: 178989b (master)
Author: Brad Spencer
Message: Test the result of CMS_RecipientInfo_ktri_get0_algs() before using its 
output in rsa_cms_encrypt().

CLA: trivial

Reviewed-by: Rich Salz 
Reviewed-by: Ben Kaduk 
(Merged from https://github.com/openssl/openssl/pull/4966)

View the changeset: 
https://github.com/openssl/openssl/compare/e72bf967186a...178989b4a3ed

View the full build log and details: 
https://travis-ci.org/openssl/openssl/builds/347811679?utm_source=email_medium=notification

--

You can configure recipients for build notifications in your .travis.yml file. 
See https://docs.travis-ci.com/user/notifications

_
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits


[openssl-commits] [openssl] OpenSSL_1_1_0-stable update

2018-03-01 Thread kaduk
The branch OpenSSL_1_1_0-stable has been updated
   via  ea8d9cec4739d6b06d25f3d01a1b7666d5a090ed (commit)
  from  fa9ab9ee91c28b755f8fc51d4c45042e6798ce6b (commit)


- Log -
commit ea8d9cec4739d6b06d25f3d01a1b7666d5a090ed
Author: Brad Spencer 
Date:   Wed Dec 20 13:41:14 2017 -0400

Test the result of CMS_RecipientInfo_ktri_get0_algs() before using its 
output in rsa_cms_encrypt().

CLA: trivial

Reviewed-by: Rich Salz 
Reviewed-by: Ben Kaduk 
(Merged from https://github.com/openssl/openssl/pull/4966)

(cherry picked from commit 178989b4a3ed714fa169cae5865c75f156ec9fdb)

---

Summary of changes:
 crypto/rsa/rsa_ameth.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/crypto/rsa/rsa_ameth.c b/crypto/rsa/rsa_ameth.c
index 5694140..8f7f8da 100644
--- a/crypto/rsa/rsa_ameth.c
+++ b/crypto/rsa/rsa_ameth.c
@@ -773,7 +773,8 @@ static int rsa_cms_encrypt(CMS_RecipientInfo *ri)
 EVP_PKEY_CTX *pkctx = CMS_RecipientInfo_get0_pkey_ctx(ri);
 int pad_mode = RSA_PKCS1_PADDING, rv = 0, labellen;
 unsigned char *label;
-CMS_RecipientInfo_ktri_get0_algs(ri, NULL, NULL, );
+if (CMS_RecipientInfo_ktri_get0_algs(ri, NULL, NULL, ) <= 0)
+return 0;
 if (pkctx) {
 if (EVP_PKEY_CTX_get_rsa_padding(pkctx, _mode) <= 0)
 return 0;
_
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits


[openssl-commits] [openssl] master update

2018-03-01 Thread kaduk
The branch master has been updated
   via  178989b4a3ed714fa169cae5865c75f156ec9fdb (commit)
  from  e72bf967186a2ac26459926a20dbf03dc119eb5b (commit)


- Log -
commit 178989b4a3ed714fa169cae5865c75f156ec9fdb
Author: Brad Spencer 
Date:   Wed Dec 20 13:41:14 2017 -0400

Test the result of CMS_RecipientInfo_ktri_get0_algs() before using its 
output in rsa_cms_encrypt().

CLA: trivial

Reviewed-by: Rich Salz 
Reviewed-by: Ben Kaduk 
(Merged from https://github.com/openssl/openssl/pull/4966)

---

Summary of changes:
 crypto/rsa/rsa_ameth.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/crypto/rsa/rsa_ameth.c b/crypto/rsa/rsa_ameth.c
index 98121b5..de9e3c1 100644
--- a/crypto/rsa/rsa_ameth.c
+++ b/crypto/rsa/rsa_ameth.c
@@ -967,7 +967,8 @@ static int rsa_cms_encrypt(CMS_RecipientInfo *ri)
 int pad_mode = RSA_PKCS1_PADDING, rv = 0, labellen;
 unsigned char *label;
 
-CMS_RecipientInfo_ktri_get0_algs(ri, NULL, NULL, );
+if (CMS_RecipientInfo_ktri_get0_algs(ri, NULL, NULL, ) <= 0)
+return 0;
 if (pkctx) {
 if (EVP_PKEY_CTX_get_rsa_padding(pkctx, _mode) <= 0)
 return 0;
_
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits


[openssl-commits] Build failed: openssl master.15962

2018-03-01 Thread AppVeyor



Build openssl master.15962 failed


Commit bc16675d47 by Pecio on 3/1/2018 2:51 PM:

Changed OneCore conf name, removed unnecessary comment


Configure your notification preferences

_
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits


[openssl-commits] Passed: openssl/openssl#16664 (master - e72bf96)

2018-03-01 Thread Travis CI
Build Update for openssl/openssl
-

Build: #16664
Status: Passed

Duration: 30 minutes and 43 seconds
Commit: e72bf96 (master)
Author: Andy Polyakov
Message: ec/asm/x25519-x86_64.pl: remove redundant carry chain.

Why is it redundant? We're looking at carry from addition of small,
11-bit number to 256-bit one. And carry would mean only one thing,
resulting first limb being small number and remaing ones - zeros.
Hence adding 38 to first limb can't carry.

Reviewed-by: Rich Salz 
(Merged from https://github.com/openssl/openssl/pull/5476)

View the changeset: 
https://github.com/openssl/openssl/compare/c39e4048b538...e72bf967186a

View the full build log and details: 
https://travis-ci.org/openssl/openssl/builds/347751554?utm_source=email_medium=notification

--

You can configure recipients for build notifications in your .travis.yml file. 
See https://docs.travis-ci.com/user/notifications

_
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits


[openssl-commits] [openssl] master update

2018-03-01 Thread Andy Polyakov
The branch master has been updated
   via  e72bf967186a2ac26459926a20dbf03dc119eb5b (commit)
  from  c39e4048b538ec76313c264e860cfb5cd677a9ac (commit)


- Log -
commit e72bf967186a2ac26459926a20dbf03dc119eb5b
Author: Andy Polyakov 
Date:   Tue Feb 27 19:02:21 2018 +0100

ec/asm/x25519-x86_64.pl: remove redundant carry chain.

Why is it redundant? We're looking at carry from addition of small,
11-bit number to 256-bit one. And carry would mean only one thing,
resulting first limb being small number and remaing ones - zeros.
Hence adding 38 to first limb can't carry.

Reviewed-by: Rich Salz 
(Merged from https://github.com/openssl/openssl/pull/5476)

---

Summary of changes:
 crypto/ec/asm/x25519-x86_64.pl | 21 ++---
 1 file changed, 6 insertions(+), 15 deletions(-)

diff --git a/crypto/ec/asm/x25519-x86_64.pl b/crypto/ec/asm/x25519-x86_64.pl
index 9a56939..930d7bd 100755
--- a/crypto/ec/asm/x25519-x86_64.pl
+++ b/crypto/ec/asm/x25519-x86_64.pl
@@ -40,12 +40,12 @@
 # P4   +22%+40%
 # Sandy Bridge -3% +11%
 # Haswell  -1% +13%
-# Broadwell(***)   +26%+30%
-# Skylake(***) +30%+47%
+# Broadwell(***)   +30%+35%
+# Skylake(***) +33%+47%
 # Silvermont   +20%+26%
 # Goldmont +40%+50%
 # Bulldozer+20%+9%
-# Ryzen(***)   +35%+32%
+# Ryzen(***)   +43%+40%
 # VIA  +170%   +120%
 #
 # (*)  amd64-51 is popular assembly implementation with 2^51 radix,
@@ -631,13 +631,10 @@ x25519_fe64_sqr:
and \$38,%rax
 
add %rax,$acc0
-   adc \$0,$acc1
-   mov $acc0,8*0(%rdi)
-   adc \$0,$acc2
mov $acc1,8*1(%rdi)
-   adc \$0,$acc3
mov $acc2,8*2(%rdi)
mov $acc3,8*3(%rdi)
+   mov $acc0,8*0(%rdi)
 
mov 8*3(%rsp),%r15
mov 8*4(%rsp),%r14
@@ -674,13 +671,10 @@ x25519_fe64_mul121666:
and \$38,%rax
 
add %rax,$acc0
-   adc \$0,$acc1
-   mov $acc0,8*0(%rdi)
-   adc \$0,$acc2
mov $acc1,8*1(%rdi)
-   adc \$0,$acc3
mov $acc2,8*2(%rdi)
mov $acc3,8*3(%rdi)
+   mov $acc0,8*0(%rdi)
 
ret
 .size  x25519_fe64_mul121666,.-x25519_fe64_mul121666
@@ -769,14 +763,11 @@ x25519_fe64_tobytes:
and \$19,%rax
 
add %rax,$acc0
-   adc \$0,$acc1
-   adc \$0,$acc2
-   adc \$0,$acc3
 
-   mov $acc0,8*0(%rdi)
mov $acc1,8*1(%rdi)
mov $acc2,8*2(%rdi)
mov $acc3,8*3(%rdi)
+   mov $acc0,8*0(%rdi)
 
ret
 .size  x25519_fe64_tobytes,.-x25519_fe64_tobytes
_
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits


[openssl-commits] SUCCESSFUL build of OpenSSL branch master with options -d --strict-warnings no-ocsp

2018-03-01 Thread OpenSSL run-checker
Platform and configuration command:

$ uname -a
Linux run 4.4.0-96-generic #119-Ubuntu SMP Tue Sep 12 14:59:54 UTC 2017 x86_64 
x86_64 x86_64 GNU/Linux
$ CC=clang ../openssl/config -d --strict-warnings no-ocsp

Commit log since last time:

d91f456 Tell the ciphers which DRBG to use for generating random bytes.
b3f9064 Fixed typo in description of EVP_CIPHER_meth_set_iv_length().
000edfe Adapt 15-test_out_option.t for more than just Unix
b107e7f Enable the -out option test on VMS as well
f6d7659 Check on VMS as well
215a673 Add VMS version of app_dirname()
6f00782 Fix the type of -out option
c7702e0 Add test cases for this -out option check
555c94a Check directory is able to create files for various -out option
946ec58 storeutl: make sure s2i_ASN1_INTEGER is correctly declared
8a5d8bc Always use adr with __thumb2__.
_
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits


[openssl-commits] [tools] master update

2018-03-01 Thread Richard Levitte
The branch master has been updated
   via  fcdb9f7458689f85815d9bd81d4b7c6dfdd5ced8 (commit)
  from  b56ac254a6398d5611e8b48fad9c50e43520ea31 (commit)


- Log -
commit fcdb9f7458689f85815d9bd81d4b7c6dfdd5ced8
Author: Richard Levitte 
Date:   Thu Mar 1 11:30:41 2018 +0100

addrev: better parsing of github IDs

dot-asm was accepted but not t-j-h

---

Summary of changes:
 review-tools/addrev | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/review-tools/addrev b/review-tools/addrev
index fdf2aa5..0bd28a5 100755
--- a/review-tools/addrev
+++ b/review-tools/addrev
@@ -14,7 +14,7 @@ my $useself = 1;
 my $my_email;
 
 foreach (@ARGV) {
-if (/^[a-z]+$/ || /^\@(?:\w|\w-\w)+$/) {
+if (/^[a-z]+$/ || /^\@\w(?:[-\w]*\w)?$/) {
 $args .= "--reviewer=$_ ";
 } elsif (/^--reviewer=(.+)$/) {
 $args .= "--reviewer=$1 ";
_
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits