[openssl-commits] [openssl] master update

2018-12-12 Thread yang . yang
The branch master has been updated
   via  ee4afacd96f5bfbe7662c8f0ec4464c6eee4c450 (commit)
  from  e436664828429a23bf210710ede34203bdfdc2b8 (commit)


- Log -
commit ee4afacd96f5bfbe7662c8f0ec4464c6eee4c450
Author: Rich Salz 
Date:   Wed Oct 17 10:25:00 2018 -0400

Ignore duplicated undocumented things

Reviewed-by: Richard Levitte 
Reviewed-by: Paul Yang 
(Merged from https://github.com/openssl/openssl/pull/7423)

---

Summary of changes:
 util/find-doc-nits | 10 +++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/util/find-doc-nits b/util/find-doc-nits
index affe4eb..d722d3c 100755
--- a/util/find-doc-nits
+++ b/util/find-doc-nits
@@ -35,7 +35,7 @@ Find small errors (nits) in documentation.  Options:
 -l Print bogus links
 -n Print nits in POD pages
 -p Warn if non-public name documented (implies -n)
--u List undocumented functions
+-u Count undocumented functions
 -h Print this help message
 -c List undocumented commands and options
 EOF
@@ -270,6 +270,7 @@ my %docced;
 sub checkmacros()
 {
 my $count = 0;
+my %seen;
 
 print "# Checking macros (approximate)\n";
 foreach my $f ( glob('include/openssl/*.h') ) {
@@ -281,7 +282,7 @@ sub checkmacros()
 while (  ) {
 next unless /^#\s*define\s*(\S+)\(/;
 my $macro = $1;
-next if $docced{$macro};
+next if $docced{$macro} || defined $seen{$macro};
 next if $macro =~ /i2d_/
 || $macro =~ /d2i_/
 || $macro =~ /DEPRECATEDIN/
@@ -289,6 +290,7 @@ sub checkmacros()
 || $macro =~ /DECLARE_/;
 print "$f:$macro\n" if $opt_d;
 $count++;
+$seen{$macro} = 1;
 }
 close(IN);
 }
@@ -300,15 +302,17 @@ sub printem()
 my $libname = shift;
 my $numfile = shift;
 my $count = 0;
+my %seen;
 
 foreach my $func ( ($numfile) ) {
-next if $docced{$func};
+next if $docced{$func} || defined $seen{$func};
 
 # Skip ASN1 utilities
 next if $func =~ /^ASN1_/;
 
 print "$libname:$func\n" if $opt_d;
 $count++;
+$seen{$func} = 1;
 }
 print "# Found $count missing from $numfile\n\n";
 }
_
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits


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

2018-12-12 Thread AppVeyor



Build openssl master.21675 failed


Commit a6d954c29f by Richard Levitte on 12/13/2018 12:53 AM:

Adapt OPENSSL_DEBUG_PKCS5V2 to the new generic debug API


Configure your notification preferences

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


[openssl-commits] Still FAILED build of OpenSSL branch master with options -d --strict-warnings

2018-12-12 Thread OpenSSL run-checker
Platform and configuration command:

$ uname -a
Linux run 4.4.0-135-generic #161-Ubuntu SMP Mon Aug 27 10:45:01 UTC 2018 x86_64 
x86_64 x86_64 GNU/Linux
$ CC=clang ../openssl/config -d --strict-warnings

Commit log since last time:

e436664828 VMS build: better treatment of .S -> .obj compilation
00eb879f74 doc/man3: remove copy leftover
829800b073 Use the correct function name
7a8a35ff0c Fix error in processing $target{enable}
143b631639 Fixed typo (vi leftover).
b1ceb439f2 Add RFC5297 AES-SIV support

Build log ended with (last 100 lines):

../../openssl/test/recipes/30-test_pkey_meth.t  ok
../../openssl/test/recipes/30-test_pkey_meth_kdf.t  ok
../../openssl/test/recipes/40-test_rehash.t ... ok
../../openssl/test/recipes/60-test_x509_check_cert_pkey.t . ok
../../openssl/test/recipes/60-test_x509_dup_cert.t  ok
../../openssl/test/recipes/60-test_x509_store.t ... ok
../../openssl/test/recipes/60-test_x509_time.t  ok
../../openssl/test/recipes/70-test_asyncio.t .. ok
../../openssl/test/recipes/70-test_bad_dtls.t . ok
../../openssl/test/recipes/70-test_clienthello.t .. ok
../../openssl/test/recipes/70-test_comp.t . ok
../../openssl/test/recipes/70-test_key_share.t  ok
../../openssl/test/recipes/70-test_packet.t ... ok
../../openssl/test/recipes/70-test_recordlen.t  ok
../../openssl/test/recipes/70-test_renegotiation.t  ok
../../openssl/test/recipes/70-test_servername.t ... ok
../../openssl/test/recipes/70-test_sslcbcpadding.t  ok
../../openssl/test/recipes/70-test_sslcertstatus.t  ok
../../openssl/test/recipes/70-test_sslextension.t . ok
../../openssl/test/recipes/70-test_sslmessages.t .. ok
../../openssl/test/recipes/70-test_sslrecords.t ... ok
../../openssl/test/recipes/70-test_sslsessiontick.t ... ok
../../openssl/test/recipes/70-test_sslsigalgs.t ... ok
../../openssl/test/recipes/70-test_sslsignature.t . ok
../../openssl/test/recipes/70-test_sslskewith0p.t . ok
../../openssl/test/recipes/70-test_sslversions.t .. ok
../../openssl/test/recipes/70-test_sslvertol.t  ok
../../openssl/test/recipes/70-test_tls13alerts.t .. ok
../../openssl/test/recipes/70-test_tls13cookie.t .. ok
../../openssl/test/recipes/70-test_tls13downgrade.t ... ok
../../openssl/test/recipes/70-test_tls13hrr.t . ok
../../openssl/test/recipes/70-test_tls13kexmodes.t  ok
../../openssl/test/recipes/70-test_tls13messages.t  ok
../../openssl/test/recipes/70-test_tls13psk.t . ok
../../openssl/test/recipes/70-test_tlsextms.t . ok
../../openssl/test/recipes/70-test_verify_extra.t . ok
../../openssl/test/recipes/70-test_wpacket.t .. ok
../../openssl/test/recipes/80-test_ca.t ... ok
../../openssl/test/recipes/80-test_cipherbytes.t .. ok
../../openssl/test/recipes/80-test_cipherlist.t ... ok
../../openssl/test/recipes/80-test_ciphername.t ... ok
../../openssl/test/recipes/80-test_cms.t .. ok
../../openssl/test/recipes/80-test_cmsapi.t ... ok
../../openssl/test/recipes/80-test_ct.t ... ok
../../openssl/test/recipes/80-test_dane.t . ok
../../openssl/test/recipes/80-test_dtls.t . ok
../../openssl/test/recipes/80-test_dtls_mtu.t . ok
../../openssl/test/recipes/80-test_dtlsv1listen.t . ok
../../openssl/test/recipes/80-test_ocsp.t . ok
../../openssl/test/recipes/80-test_pkcs12.t ... ok
../../openssl/test/recipes/80-test_ssl_new.t .. ok
../../openssl/test/recipes/80-test_ssl_old.t .. ok
../../openssl/test/recipes/80-test_ssl_test_ctx.t . ok
../../openssl/test/recipes/80-test_sslcorrupt.t ... ok
../../openssl/test/recipes/80-test_tsa.t .. ok
../../openssl/test/recipes/80-test_x509aux.t .. ok
../../openssl/test/recipes/90-test_asn1_time.t  ok
../../openssl/test/recipes/90-test_async.t  ok
../../openssl/test/recipes/90-test_bio_enc.t .. ok
../../openssl/test/recipes/90-test_constant_time.t  ok
../../openssl/test/recipes/90-test_fatalerr.t . ok
../../openssl/test/recipes/90-test_gmdiff.t ... ok
../../openssl/test/recipes/90-test_gost.t . 
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests 
../../openssl/test/recipes/90-test_ige.t .. ok
../../openssl/test/recipes/90-test_includes.t . ok

[openssl-commits] [openssl] OpenSSL_1_1_1-stable update

2018-12-12 Thread Richard Levitte
The branch OpenSSL_1_1_1-stable has been updated
   via  4abca7e9f37c8b6cfc0e5fe1fd7b624e2f14b751 (commit)
  from  ca34e08df999d57d529122b4e9ee9c708e07b9d2 (commit)


- Log -
commit 4abca7e9f37c8b6cfc0e5fe1fd7b624e2f14b751
Author: Richard Levitte 
Date:   Wed Dec 12 21:22:29 2018 +0100

VMS build: better treatment of .S -> .obj compilation

It turned out that .S files aren't to be treated as lightly as I
thought.  They need to go through a preprocessing step, which .s files
don't need to.

Corrects #7703

Reviewed-by: Tim Hudson 
(Merged from https://github.com/openssl/openssl/pull/7889)

(cherry picked from commit e436664828429a23bf210710ede34203bdfdc2b8)

---

Summary of changes:
 Configurations/descrip.mms.tmpl | 48 -
 1 file changed, 33 insertions(+), 15 deletions(-)

diff --git a/Configurations/descrip.mms.tmpl b/Configurations/descrip.mms.tmpl
index 9eefef8..1f2776a 100644
--- a/Configurations/descrip.mms.tmpl
+++ b/Configurations/descrip.mms.tmpl
@@ -795,7 +795,7 @@ $target : $args{generator}->[0] $deps
$generator \$\@-S
 \@ $incs_on
PIPE \$(CPP) $cppflags \$\@-S | -
-\$(PERL) -ne "/^#(\\s*line)?\\s*[0-9]+\\s+""/ or print" > \$\@-i
+ \$(PERL) -ne "/^#(\\s*line)?\\s*[0-9]+\\s+""/ or print" > \$\@-i
 \@ $incs_off
 RENAME \$\@-i \$\@
 DELETE \$\@-S;
@@ -820,7 +820,7 @@ EOF
 
   sub src2obj {
   my %args = @_;
-  my @srcs = map { (my $x = $_) =~ s/\.[sS]$/.asm/; $x
+  my @srcs = map { (my $x = $_) =~ s/\.s$/.asm/; $x
  } ( @{$args{srcs}} );
   (my $obj = $args{obj}) =~ s|\.o$||;
   my $deps = join(", -\n\t\t", @srcs, @{$args{deps}});
@@ -840,19 +840,6 @@ EOF
   my $before = $unified_info{before}->{$obj.".OBJ"} || "\@ !";
   my $after = $unified_info{after}->{$obj.".OBJ"} || "\@ !";
 
-  if ($srcs[0] =~ /\.asm$/) {
-  my $asflags = { lib => ' $(LIB_ASFLAGS)',
- dso => ' $(DSO_ASFLAGS)',
- bin => ' $(BIN_ASFLAGS)' } -> {$args{intent}};
-  return <<"EOF";
-$obj.OBJ : $deps
-${before}
-SET DEFAULT $forward
-\$(AS) $asflags \$(ASOUTFLAG)${objd}${objn}.OBJ $srcs
-SET DEFAULT $backward
-EOF
-  }
-
   my $cflags;
   if ($args{installed}) {
   $cflags = { lib => '$(LIB_CFLAGS)',
@@ -866,6 +853,9 @@ EOF
   $cflags .= { lib => '$(LIB_CPPFLAGS)',
   dso => '$(DSO_CPPFLAGS)',
   bin => '$(BIN_CPPFLAGS)' } -> {$args{intent}};
+  my $asflags = { lib => ' $(LIB_ASFLAGS)',
+ dso => ' $(DSO_ASFLAGS)',
+ bin => ' $(BIN_ASFLAGS)' } -> {$args{intent}};
 
   my @incs_cmds = includes({ lib => '$(LIB_INCLUDES)',
  dso => '$(DSO_INCLUDES)',
@@ -877,6 +867,34 @@ EOF
} @{$args{incs}});
   my $incs_on = join("\n\t\@ ", @{$incs_cmds[0]}) || '!';
   my $incs_off = join("\n\t\@ ", @{$incs_cmds[1]}) || '!';
+
+  if ($srcs[0] =~ /\.asm$/) {
+  return <<"EOF";
+$obj.OBJ : $deps
+${before}
+SET DEFAULT $forward
+\$(AS) $asflags \$(ASOUTFLAG)${objd}${objn}.OBJ $srcs
+SET DEFAULT $backward
+${after}
+- PURGE $obj.OBJ
+EOF
+  } elsif ($srcs[0] =~ /.S$/) {
+ return <<"EOF";
+$obj.OBJ : $deps
+${before}
+SET DEFAULT $forward
+\@ $incs_on
+PIPE \$(CPP) ${cflags} $srcs | -
+ \$(PERL) -ne "/^#(\\s*line)?\\s*[0-9]+\\s+""/ or print" -
+ > ${objd}${objn}.asm
+\@ $incs_off
+SET DEFAULT $backward
+${after}
+\$(AS) $asflags \$(ASOUTFLAG)$obj.OBJ $obj.asm
+- PURGE $obj.OBJ
+EOF
+  }
+
   my $depbuild = $disabled{makedepend} ? ""
   : " /MMS=(FILE=${objd}${objn}.D,TARGET=$obj.OBJ)";
 
_
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits


[openssl-commits] [openssl] master update

2018-12-12 Thread Richard Levitte
The branch master has been updated
   via  e436664828429a23bf210710ede34203bdfdc2b8 (commit)
  from  00eb879f74971e3c048286ef44f6f544676f90d7 (commit)


- Log -
commit e436664828429a23bf210710ede34203bdfdc2b8
Author: Richard Levitte 
Date:   Wed Dec 12 21:22:29 2018 +0100

VMS build: better treatment of .S -> .obj compilation

It turned out that .S files aren't to be treated as lightly as I
thought.  They need to go through a preprocessing step, which .s files
don't need to.

Corrects #7703

Reviewed-by: Tim Hudson 
(Merged from https://github.com/openssl/openssl/pull/7889)

---

Summary of changes:
 Configurations/descrip.mms.tmpl | 52 -
 1 file changed, 36 insertions(+), 16 deletions(-)

diff --git a/Configurations/descrip.mms.tmpl b/Configurations/descrip.mms.tmpl
index 0ef4948..2950b43 100644
--- a/Configurations/descrip.mms.tmpl
+++ b/Configurations/descrip.mms.tmpl
@@ -816,7 +816,7 @@ $target : $args{generator}->[0] $deps
 \@ $incs_on
 \@ extradefines = "$defs"
PIPE \$(CPP) $cppflags \$\@-S | -
-\$(PERL) -ne "/^#(\\s*line)?\\s*[0-9]+\\s+""/ or print" > \$\@-i
+ \$(PERL) -ne "/^#(\\s*line)?\\s*[0-9]+\\s+""/ or print" > \$\@-i
 \@ DELETE/SYMBOL/LOCAL extradefines
 \@ $incs_off
 RENAME \$\@-i \$\@
@@ -844,7 +844,7 @@ EOF
 
   sub src2obj {
   my %args = @_;
-  my @srcs = map { (my $x = $_) =~ s/\.[sS]$/.asm/; $x
+  my @srcs = map { (my $x = $_) =~ s/\.s$/.asm/; $x
  } ( @{$args{srcs}} );
   (my $obj = $args{obj}) =~ s|\.o$||;
   my $deps = join(", -\n\t\t", @srcs, @{$args{deps}});
@@ -864,20 +864,6 @@ EOF
   my $before = $unified_info{before}->{$obj.".OBJ"} || "\@ !";
   my $after = $unified_info{after}->{$obj.".OBJ"} || "\@ !";
 
-  if ($srcs[0] =~ /\.asm$/) {
-  my $asflags = { shlib => ' $(LIB_ASFLAGS)',
- lib => ' $(LIB_ASFLAGS)',
- dso => ' $(DSO_ASFLAGS)',
- bin => ' $(BIN_ASFLAGS)' } -> {$args{intent}};
-  return <<"EOF";
-$obj.OBJ : $deps
-${before}
-SET DEFAULT $forward
-\$(AS) $asflags \$(ASOUTFLAG)${objd}${objn}.OBJ $srcs
-SET DEFAULT $backward
-EOF
-  }
-
   my $cflags;
   if ($args{installed}) {
   $cflags = { shlib => '$(LIB_CFLAGS)',
@@ -895,6 +881,10 @@ EOF
   dso => '$(DSO_CPPFLAGS)',
   bin => '$(BIN_CPPFLAGS)' } -> {$args{intent}};
   my $defs = join("", map { ",".$_ } @{$args{defs}});
+  my $asflags = { shlib => ' $(LIB_ASFLAGS)',
+ lib => ' $(LIB_ASFLAGS)',
+ dso => ' $(DSO_ASFLAGS)',
+ bin => ' $(BIN_ASFLAGS)' } -> {$args{intent}};
 
   my @incs_cmds = includes({ shlib => '$(LIB_INCLUDES)',
  lib => '$(LIB_INCLUDES)',
@@ -907,6 +897,36 @@ EOF
} @{$args{incs}});
   my $incs_on = join("\n\t\@ ", @{$incs_cmds[0]}) || '!';
   my $incs_off = join("\n\t\@ ", @{$incs_cmds[1]}) || '!';
+
+  if ($srcs[0] =~ /\.asm$/) {
+  return <<"EOF";
+$obj.OBJ : $deps
+${before}
+SET DEFAULT $forward
+\$(AS) $asflags \$(ASOUTFLAG)${objd}${objn}.OBJ $srcs
+SET DEFAULT $backward
+${after}
+- PURGE $obj.OBJ
+EOF
+  } elsif ($srcs[0] =~ /.S$/) {
+ return <<"EOF";
+$obj.OBJ : $deps
+${before}
+SET DEFAULT $forward
+\@ $incs_on
+\@ extradefines = "$defs"
+PIPE \$(CPP) ${cflags} $srcs | -
+ \$(PERL) -ne "/^#(\\s*line)?\\s*[0-9]+\\s+""/ or print" -
+ > ${objd}${objn}.asm
+\@ DELETE/SYMBOL/LOCAL extradefines
+\@ $incs_off
+SET DEFAULT $backward
+${after}
+\$(AS) $asflags \$(ASOUTFLAG)$obj.OBJ $obj.asm
+- PURGE $obj.OBJ
+EOF
+  }
+
   my $depbuild = $disabled{makedepend} ? ""
   : " /MMS=(FILE=${objd}${objn}.D,TARGET=$obj.OBJ)";
 
_
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits


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

2018-12-12 Thread matthias . st . pierre
The branch OpenSSL_1_0_2-stable has been updated
   via  ab061e75b7b3e01fac00dd3751280c2198f50f9c (commit)
  from  4960e84b7b6e98c58dccf7c49795c9b0fc1069ba (commit)


- Log -
commit ab061e75b7b3e01fac00dd3751280c2198f50f9c
Author: Dr. Matthias St. Pierre 
Date:   Wed Dec 12 07:38:07 2018 +0100

doc/man3: remove copy leftover

Fixes #7883

Reviewed-by: Richard Levitte 
(Merged from https://github.com/openssl/openssl/pull/7884)

(cherry picked from commit 00eb879f74971e3c048286ef44f6f544676f90d7)

---

Summary of changes:
 doc/crypto/X509_NAME_ENTRY_get_object.pod | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/doc/crypto/X509_NAME_ENTRY_get_object.pod 
b/doc/crypto/X509_NAME_ENTRY_get_object.pod
index 4716e7e..403725f 100644
--- a/doc/crypto/X509_NAME_ENTRY_get_object.pod
+++ b/doc/crypto/X509_NAME_ENTRY_get_object.pod
@@ -44,9 +44,6 @@ X509_NAME_ENTRY_get_object() and X509_NAME_ENTRY_get_data() 
can be
 used to examine an B function as returned by 
 X509_NAME_get_entry() for example.
 
-X509_NAME_ENTRY_create_by_txt(), X509_NAME_ENTRY_create_by_NID(),
-and X509_NAME_ENTRY_create_by_OBJ() create and return an 
-
 X509_NAME_ENTRY_create_by_txt(), X509_NAME_ENTRY_create_by_OBJ(),
 X509_NAME_ENTRY_create_by_NID() and X509_NAME_ENTRY_set_data()
 are seldom used in practice because B structures
_
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits


[openssl-commits] [openssl] OpenSSL_1_1_1-stable update

2018-12-12 Thread matthias . st . pierre
The branch OpenSSL_1_1_1-stable has been updated
   via  ca34e08df999d57d529122b4e9ee9c708e07b9d2 (commit)
  from  6b5025d9e99ec84a6cc551b8c94946fe3afdd7bd (commit)


- Log -
commit ca34e08df999d57d529122b4e9ee9c708e07b9d2
Author: Dr. Matthias St. Pierre 
Date:   Wed Dec 12 07:38:07 2018 +0100

doc/man3: remove copy leftover

Fixes #7883

Reviewed-by: Richard Levitte 
(Merged from https://github.com/openssl/openssl/pull/7884)

(cherry picked from commit 00eb879f74971e3c048286ef44f6f544676f90d7)

---

Summary of changes:
 doc/man3/X509_NAME_ENTRY_get_object.pod | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/doc/man3/X509_NAME_ENTRY_get_object.pod 
b/doc/man3/X509_NAME_ENTRY_get_object.pod
index 5de1b88..74f1a96 100644
--- a/doc/man3/X509_NAME_ENTRY_get_object.pod
+++ b/doc/man3/X509_NAME_ENTRY_get_object.pod
@@ -51,9 +51,6 @@ X509_NAME_ENTRY_get_object() and X509_NAME_ENTRY_get_data() 
can be
 used to examine an B function as returned by
 X509_NAME_get_entry() for example.
 
-X509_NAME_ENTRY_create_by_txt(), X509_NAME_ENTRY_create_by_NID(),
-and X509_NAME_ENTRY_create_by_OBJ() create and return an
-
 X509_NAME_ENTRY_create_by_txt(), X509_NAME_ENTRY_create_by_OBJ(),
 X509_NAME_ENTRY_create_by_NID() and X509_NAME_ENTRY_set_data()
 are seldom used in practice because B structures
_
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits


[openssl-commits] [openssl] master update

2018-12-12 Thread matthias . st . pierre
The branch master has been updated
   via  00eb879f74971e3c048286ef44f6f544676f90d7 (commit)
  from  829800b0735ab99a0962418180cb076ff8081028 (commit)


- Log -
commit 00eb879f74971e3c048286ef44f6f544676f90d7
Author: Dr. Matthias St. Pierre 
Date:   Wed Dec 12 07:38:07 2018 +0100

doc/man3: remove copy leftover

Fixes #7883

Reviewed-by: Richard Levitte 
(Merged from https://github.com/openssl/openssl/pull/7884)

---

Summary of changes:
 doc/man3/X509_NAME_ENTRY_get_object.pod | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/doc/man3/X509_NAME_ENTRY_get_object.pod 
b/doc/man3/X509_NAME_ENTRY_get_object.pod
index 1530e78..7533a58 100644
--- a/doc/man3/X509_NAME_ENTRY_get_object.pod
+++ b/doc/man3/X509_NAME_ENTRY_get_object.pod
@@ -51,9 +51,6 @@ X509_NAME_ENTRY_get_object() and X509_NAME_ENTRY_get_data() 
can be
 used to examine an B function as returned by
 X509_NAME_get_entry() for example.
 
-X509_NAME_ENTRY_create_by_txt(), X509_NAME_ENTRY_create_by_NID(),
-and X509_NAME_ENTRY_create_by_OBJ() create and return an
-
 X509_NAME_ENTRY_create_by_txt(), X509_NAME_ENTRY_create_by_OBJ(),
 X509_NAME_ENTRY_create_by_NID() and X509_NAME_ENTRY_set_data()
 are seldom used in practice because B structures
_
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits


[openssl-commits] [openssl] OpenSSL_1_1_1-stable update

2018-12-12 Thread Richard Levitte
The branch OpenSSL_1_1_1-stable has been updated
   via  6b5025d9e99ec84a6cc551b8c94946fe3afdd7bd (commit)
  from  729033c64147312dc1977796808982597a597458 (commit)


- Log -
commit 6b5025d9e99ec84a6cc551b8c94946fe3afdd7bd
Author: Jakub Jelen 
Date:   Wed Dec 12 11:22:00 2018 +0100

Use the correct function name

CLA: trivial

Signed-off-by: Jakub Jelen 

Reviewed-by: Matt Caswell 
Reviewed-by: Richard Levitte 
(Merged from https://github.com/openssl/openssl/pull/7887)

(cherry picked from commit 829800b0735ab99a0962418180cb076ff8081028)

---

Summary of changes:
 doc/man3/EC_GROUP_copy.pod | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/man3/EC_GROUP_copy.pod b/doc/man3/EC_GROUP_copy.pod
index ee20f95..d040935 100644
--- a/doc/man3/EC_GROUP_copy.pod
+++ b/doc/man3/EC_GROUP_copy.pod
@@ -175,7 +175,7 @@ and EC_GROUP_get_degree return the order, cofactor, curve 
name (NID), ASN1 flag,
 specified curve respectively. If there is no curve name associated with a 
curve then EC_GROUP_get_curve_name will return 0.
 
 EC_GROUP_get0_order() returns an internal pointer to the group order.
-EC_GROUP_get_order_bits() returns the number of bits in the group order.
+EC_GROUP_order_bits() returns the number of bits in the group order.
 EC_GROUP_get0_cofactor() returns an internal pointer to the group cofactor.
 
 EC_GROUP_get0_seed returns a pointer to the seed that was used to generate the 
parameter b, or NULL if the seed is not
_
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits


[openssl-commits] [openssl] master update

2018-12-12 Thread Richard Levitte
The branch master has been updated
   via  829800b0735ab99a0962418180cb076ff8081028 (commit)
  from  7a8a35ff0ce0c25a36b494a4c7e3f5f390679e6e (commit)


- Log -
commit 829800b0735ab99a0962418180cb076ff8081028
Author: Jakub Jelen 
Date:   Wed Dec 12 11:22:00 2018 +0100

Use the correct function name

CLA: trivial

Signed-off-by: Jakub Jelen 

Reviewed-by: Matt Caswell 
Reviewed-by: Richard Levitte 
(Merged from https://github.com/openssl/openssl/pull/7887)

---

Summary of changes:
 doc/man3/EC_GROUP_copy.pod | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/man3/EC_GROUP_copy.pod b/doc/man3/EC_GROUP_copy.pod
index 1854f8b..b656b98 100644
--- a/doc/man3/EC_GROUP_copy.pod
+++ b/doc/man3/EC_GROUP_copy.pod
@@ -175,7 +175,7 @@ and EC_GROUP_get_degree return the order, cofactor, curve 
name (NID), ASN1 flag,
 specified curve respectively. If there is no curve name associated with a 
curve then EC_GROUP_get_curve_name will return 0.
 
 EC_GROUP_get0_order() returns an internal pointer to the group order.
-EC_GROUP_get_order_bits() returns the number of bits in the group order.
+EC_GROUP_order_bits() returns the number of bits in the group order.
 EC_GROUP_get0_cofactor() returns an internal pointer to the group cofactor.
 
 EC_GROUP_get0_seed returns a pointer to the seed that was used to generate the 
parameter b, or NULL if the seed is not
_
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits


[openssl-commits] Passed: openssl/openssl#22247 (master - 143b631)

2018-12-12 Thread Travis CI
Build Update for openssl/openssl
-

Build: #22247
Status: Passed

Duration: 12 mins and 24 secs
Commit: 143b631 (master)
Author: Tobias Stoeckmann
Message: Fixed typo (vi leftover).

There was a trailing :w at a line, which didn't make sense in context
of the sentence/styling. Removed it, because I think it's a leftover
vi command.

CLA: trivial
Signed-off-by: Tobias Stoeckmann 

Reviewed-by: Matt Caswell 
Reviewed-by: Matthias St. Pierre 
Reviewed-by: Richard Levitte 
(Merged from https://github.com/openssl/openssl/pull/7875)

View the changeset: 
https://github.com/openssl/openssl/compare/b1ceb439f234...143b631639f9

View the full build log and details: 
https://travis-ci.org/openssl/openssl/builds/466911787?utm_medium=notification_source=email

--

You can unsubscribe from build emails from the openssl/openssl repository going 
to 
https://travis-ci.org/account/preferences/unsubscribe?repository=5849220_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://travis-ci.org/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific 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_1-stable update

2018-12-12 Thread Richard Levitte
The branch OpenSSL_1_1_1-stable has been updated
   via  729033c64147312dc1977796808982597a597458 (commit)
  from  03c8a0987a55a8a92d0046ef4e4a56b4c041aa51 (commit)


- Log -
commit 729033c64147312dc1977796808982597a597458
Author: Richard Levitte 
Date:   Wed Dec 12 09:27:48 2018 +0100

Fix error in processing $target{enable}

Reviewed-by: Tim Hudson 
(Merged from https://github.com/openssl/openssl/pull/7885)

(cherry picked from commit 7a8a35ff0ce0c25a36b494a4c7e3f5f390679e6e)

---

Summary of changes:
 Configure | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Configure b/Configure
index 28f6eb7..b6c9465 100755
--- a/Configure
+++ b/Configure
@@ -1110,13 +1110,13 @@ foreach my $feature (@{$target{disable}}) {
 $disabled{$feature} = 'config';
 }
 foreach my $feature (@{$target{enable}}) {
-if ("default" eq ($disabled{$_} // "")) {
+if ("default" eq ($disabled{$feature} // "")) {
 if (exists $deprecated_disablables{$feature}) {
 warn "* config $target enables deprecated feature $feature\n";
 } elsif (!grep { $feature eq $_ } @disablables) {
 die "* config $target enables unknown feature $feature\n";
 }
-delete $disabled{$_};
+delete $disabled{$feature};
 }
 }
 
_
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits


[openssl-commits] [openssl] master update

2018-12-12 Thread Richard Levitte
The branch master has been updated
   via  7a8a35ff0ce0c25a36b494a4c7e3f5f390679e6e (commit)
  from  143b631639f95822e5e00768254fa35c787f6396 (commit)


- Log -
commit 7a8a35ff0ce0c25a36b494a4c7e3f5f390679e6e
Author: Richard Levitte 
Date:   Wed Dec 12 09:27:48 2018 +0100

Fix error in processing $target{enable}

Reviewed-by: Tim Hudson 
(Merged from https://github.com/openssl/openssl/pull/7885)

---

Summary of changes:
 Configure | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Configure b/Configure
index 80c58b1..da09003 100755
--- a/Configure
+++ b/Configure
@@ -1112,13 +1112,13 @@ foreach my $feature (@{$target{disable}}) {
 $disabled{$feature} = 'config';
 }
 foreach my $feature (@{$target{enable}}) {
-if ("default" eq ($disabled{$_} // "")) {
+if ("default" eq ($disabled{$feature} // "")) {
 if (exists $deprecated_disablables{$feature}) {
 warn "* config $target enables deprecated feature $feature\n";
 } elsif (!grep { $feature eq $_ } @disablables) {
 die "* config $target enables unknown feature $feature\n";
 }
-delete $disabled{$_};
+delete $disabled{$feature};
 }
 }
 
_
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits


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

2018-12-12 Thread Richard Levitte
The branch OpenSSL_1_0_2-stable has been updated
   via  4960e84b7b6e98c58dccf7c49795c9b0fc1069ba (commit)
  from  e42e531846c6c6c26941a9f938504e114753fbee (commit)


- Log -
commit 4960e84b7b6e98c58dccf7c49795c9b0fc1069ba
Author: Tobias Stoeckmann 
Date:   Tue Dec 11 20:34:21 2018 +0100

Fixed typo (vi leftover).

There was a trailing :w at a line, which didn't make sense in context
of the sentence/styling. Removed it, because I think it's a leftover
vi command.

CLA: trivial
Signed-off-by: Tobias Stoeckmann 

Reviewed-by: Matt Caswell 
Reviewed-by: Matthias St. Pierre 
Reviewed-by: Richard Levitte 
(Merged from https://github.com/openssl/openssl/pull/7875)

(cherry picked from commit 143b631639f95822e5e00768254fa35c787f6396)

---

Summary of changes:
 doc/apps/ca.pod | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/apps/ca.pod b/doc/apps/ca.pod
index 8d94ecb..7658605 100644
--- a/doc/apps/ca.pod
+++ b/doc/apps/ca.pod
@@ -214,7 +214,7 @@ the section of the configuration file containing 
certificate extensions
 to be added when a certificate is issued (defaults to B
 unless the B<-extfile> option is used). If no extension section is
 present then, a V1 certificate is created. If the extension section
-is present (even if it is empty), then a V3 certificate is created. See the:w
+is present (even if it is empty), then a V3 certificate is created. See the
 L manual page for details of the
 extension section format.
 
_
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits


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

2018-12-12 Thread Richard Levitte
The branch OpenSSL_1_1_0-stable has been updated
   via  47c55f881ffef8aa5fafcb88d4230700bb279449 (commit)
  from  e29dcc3794bdc3928942ffb38ee383328b0d6dc1 (commit)


- Log -
commit 47c55f881ffef8aa5fafcb88d4230700bb279449
Author: Tobias Stoeckmann 
Date:   Tue Dec 11 20:34:21 2018 +0100

Fixed typo (vi leftover).

There was a trailing :w at a line, which didn't make sense in context
of the sentence/styling. Removed it, because I think it's a leftover
vi command.

CLA: trivial
Signed-off-by: Tobias Stoeckmann 

Reviewed-by: Matt Caswell 
Reviewed-by: Matthias St. Pierre 
Reviewed-by: Richard Levitte 
(Merged from https://github.com/openssl/openssl/pull/7875)

(cherry picked from commit 143b631639f95822e5e00768254fa35c787f6396)

---

Summary of changes:
 doc/apps/ca.pod | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/apps/ca.pod b/doc/apps/ca.pod
index 9885bb2..5e183e1 100644
--- a/doc/apps/ca.pod
+++ b/doc/apps/ca.pod
@@ -223,7 +223,7 @@ the section of the configuration file containing 
certificate extensions
 to be added when a certificate is issued (defaults to B
 unless the B<-extfile> option is used). If no extension section is
 present then, a V1 certificate is created. If the extension section
-is present (even if it is empty), then a V3 certificate is created. See the:w
+is present (even if it is empty), then a V3 certificate is created. See the
 L manual page for details of the
 extension section format.
 
_
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits


[openssl-commits] [openssl] OpenSSL_1_1_1-stable update

2018-12-12 Thread Richard Levitte
The branch OpenSSL_1_1_1-stable has been updated
   via  03c8a0987a55a8a92d0046ef4e4a56b4c041aa51 (commit)
  from  0643ffdecb2d3744bac7cff1e859d332f5fa2547 (commit)


- Log -
commit 03c8a0987a55a8a92d0046ef4e4a56b4c041aa51
Author: Tobias Stoeckmann 
Date:   Tue Dec 11 20:34:21 2018 +0100

Fixed typo (vi leftover).

There was a trailing :w at a line, which didn't make sense in context
of the sentence/styling. Removed it, because I think it's a leftover
vi command.

CLA: trivial
Signed-off-by: Tobias Stoeckmann 

Reviewed-by: Matt Caswell 
Reviewed-by: Matthias St. Pierre 
Reviewed-by: Richard Levitte 
(Merged from https://github.com/openssl/openssl/pull/7875)

(cherry picked from commit 143b631639f95822e5e00768254fa35c787f6396)

---

Summary of changes:
 doc/man1/ca.pod | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/man1/ca.pod b/doc/man1/ca.pod
index e998eab..1b5f657 100644
--- a/doc/man1/ca.pod
+++ b/doc/man1/ca.pod
@@ -230,7 +230,7 @@ The section of the configuration file containing 
certificate extensions
 to be added when a certificate is issued (defaults to B
 unless the B<-extfile> option is used). If no extension section is
 present then, a V1 certificate is created. If the extension section
-is present (even if it is empty), then a V3 certificate is created. See the:w
+is present (even if it is empty), then a V3 certificate is created. See the
 L manual page for details of the
 extension section format.
 
_
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits


[openssl-commits] [openssl] master update

2018-12-12 Thread Richard Levitte
The branch master has been updated
   via  143b631639f95822e5e00768254fa35c787f6396 (commit)
  from  b1ceb439f234a998db84f27a3a245dab95d322ab (commit)


- Log -
commit 143b631639f95822e5e00768254fa35c787f6396
Author: Tobias Stoeckmann 
Date:   Tue Dec 11 20:34:21 2018 +0100

Fixed typo (vi leftover).

There was a trailing :w at a line, which didn't make sense in context
of the sentence/styling. Removed it, because I think it's a leftover
vi command.

CLA: trivial
Signed-off-by: Tobias Stoeckmann 

Reviewed-by: Matt Caswell 
Reviewed-by: Matthias St. Pierre 
Reviewed-by: Richard Levitte 
(Merged from https://github.com/openssl/openssl/pull/7875)

---

Summary of changes:
 doc/man1/ca.pod | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/man1/ca.pod b/doc/man1/ca.pod
index 2e84bd6..cf6fe7e 100644
--- a/doc/man1/ca.pod
+++ b/doc/man1/ca.pod
@@ -230,7 +230,7 @@ The section of the configuration file containing 
certificate extensions
 to be added when a certificate is issued (defaults to B
 unless the B<-extfile> option is used). If no extension section is
 present then, a V1 certificate is created. If the extension section
-is present (even if it is empty), then a V3 certificate is created. See the:w
+is present (even if it is empty), then a V3 certificate is created. See the
 L manual page for details of the
 extension section format.
 
_
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits