From eliswilson at hushmail.com Wed May 1 01:20:09 2013 From: eliswilson at hushmail.com (eliswilson at hushmail.com) Date: Tue, 30 Apr 2013 19:20:09 -0400 Subject: [pyOpenSSL-Users] Biggest Fake Conference in Computer Science Message-ID: <20130430232009.6356BE6736@smtp.hushmail.com> Biggest Fake Conference in Computer Science We are researchers from different parts of the world and conducted a study on the world?s biggest bogus computer science conference WORLDCOMP http://sites.google.com/site/worlddump1 organized by Prof. Hamid Arabnia from University of Georgia, USA. We submitted a fake paper to WORLDCOMP 2011 and again (the same paper with a modified title) to WORLDCOMP 2012. This paper had numerous fundamental mistakes. Sample statements from that paper include: (1). Binary logic is fuzzy logic and vice versa (2). Pascal developed fuzzy logic (3). Object oriented languages do not exhibit any polymorphism or inheritance (4). TCP and IP are synonyms and are part of OSI model (5). Distributed systems deal with only one computer (6). Laptop is an example for a super computer (7). Operating system is an example for computer hardware Also, our paper did not express any conceptual meaning. However, it was accepted both the times without any modifications (and without any reviews) and we were invited to submit the final paper and a payment of $500+ fee to present the paper. We decided to use the fee for better purposes than making Prof. Hamid Arabnia richer. After that, we received few reminders from WORLDCOMP to pay the fee but we never responded. This fake paper is different from the two fake papers already published (see https://sites.google.com/site/worlddump4 for details) in WORLDCOMP. We MUST say that you should look at the above website if you have any thoughts of participating in WORLDCOMP. DBLP and other indexing agencies have stopped indexing WORLDCOMP?s proceedings since 2011 due to its fakeness. See http://www.informatik.uni-trier.de/~ley/db/conf/icai/index.html for of one of the conferences of WORLDCOMP and notice that there is no listing after 2010. See Section 2 of http://sites.google.com/site/dumpconf for comments from well-known researchers about WORLDCOMP. The status of your WORLDCOMP papers can be changed from scientific to other (i.e., junk or non-technical) at any time. Better not to have a paper than having it in WORLDCOMP and spoil the resume and peace of mind forever! Our study revealed that WORLDCOMP is money making business, using University of Georgia mask, for Prof. Hamid Arabnia. He is throwing out a small chunk of that money (around 20 dollars per paper published in WORLDCOMP?s proceedings) to his puppet (Mr. Ashu Solo or A.M.G. Solo) who publicizes WORLDCOMP and also defends it at various forums, using fake/anonymous names. The puppet uses fake names and defames other conferences to divert traffic to WORLDCOMP. He also makes anonymous phone calls and threatens the critiques of WORLDCOMP (See Item 7 of Section 5 of above website). That is, the puppet does all his best to get a maximum number of papers published at WORLDCOMP to get more money into his (and Prof. Hamid Arabnia?s) pockets. Prof. Hamid Arabnia makes a lot of tricks. For example, he appeared in a newspaper to fool the public, claiming him a victim of cyber-attack (see Item 8 in Section 5 of above website). Monte Carlo Resort (the venue of WORLDCOMP for more than 10 years, until 2012) has refused to provide the venue for WORLDCOMP?13 because of the fears of their image being tarnished due to WORLDCOMP?s fraudulent activities. That is why WORLDCOMP?13 is taking place at a different resort. WORLDCOMP will not be held after 2013. The draft paper submission deadline is over but still there are no committee members, no reviewers, and there is no conference Chairman. The only contact details available on WORLDCOMP?s website is just an email address! We ask Prof. Hamid Arabnia to publish all reviews for all the papers (after blocking identifiable details) since 2000 conference. Reveal the names and affiliations of all the reviewers (for each year) and how many papers each reviewer had reviewed on average. We also ask him to look at the Open Challenge (Section 6) at https://sites.google.com/site/moneycomp1 and respond if he has any professional values. Sorry for posting to multiple lists. Spreading the word is the only way to stop this bogus conference. Please forward this message to other mailing lists and people. We are shocked with Prof. Hamid Arabnia and his puppet?s activities at http://worldcomp-fake-bogus.blogspot.com Search Google using the keyword worldcomp fake for additional links. From exarkun at twistedmatrix.com Wed May 8 14:15:15 2013 From: exarkun at twistedmatrix.com (exarkun at twistedmatrix.com) Date: Wed, 08 May 2013 12:15:15 -0000 Subject: [pyOpenSSL-Users] Mailing list redirection In-Reply-To: <5139E0F6.70001@gmx.de> References: <5139E0F6.70001@gmx.de> Message-ID: <20130508121515.5372.1379782572.divmod.xquotient.55@top> On 8 Mar, 01:00 pm, dfnsonfsduifb at gmx.de wrote: >Hi list, > >on this page > >http://pyopenssl.sourceforge.net/ > >is a link that is outdated and directs to the (obsolete?) pyopenssl >mailing list istead of the python.org mailing list. Maybe someone can >fix this? It's rather confusing. Thanks for pointing that out. I've updated the page with better links. Jean-Paul From bertovic.deni at gmail.com Fri May 17 00:56:24 2013 From: bertovic.deni at gmail.com (=?UTF-8?Q?Deni_Bertovi=C4=87?=) Date: Fri, 17 May 2013 00:56:24 +0200 Subject: [pyOpenSSL-Users] Generate empty CRL Message-ID: I am unable to find anywhere in the docs (or on google) how to generate and empty CRL using pyopenssl. Can anyone point me in the right direction? Thanks. -Deni -------------- next part -------------- An HTML attachment was scrubbed... URL: From shanemhansen at gmail.com Fri May 17 01:01:42 2013 From: shanemhansen at gmail.com (Shane Hansen) Date: Thu, 16 May 2013 17:01:42 -0600 Subject: [pyOpenSSL-Users] Generate empty CRL In-Reply-To: References: Message-ID: I think the problem is that a CRL doesn't have a header or footer, so there might not actually be such a thing as an empty CRL. I know that when I use a 0-byte file I get errors. So practically, it might make sense to just pass around a file with a single random serial to revoke as a placeholder. Disclaimer: I'm not 100% sure about the CRL format, just trying to help out. On Thu, May 16, 2013 at 4:56 PM, Deni Bertovi? wrote: > I am unable to find anywhere in the docs (or on google) how to generate > and empty CRL using pyopenssl. > > Can anyone point me in the right direction? > > > Thanks. > > -Deni > > _______________________________________________ > pyopenssl-users mailing list > pyopenssl-users at python.org > http://mail.python.org/mailman/listinfo/pyopenssl-users > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From bertovic.deni at gmail.com Fri May 17 10:07:45 2013 From: bertovic.deni at gmail.com (=?UTF-8?Q?Deni_Bertovi=C4=87?=) Date: Fri, 17 May 2013 10:07:45 +0200 Subject: [pyOpenSSL-Users] Generate empty CRL In-Reply-To: References: Message-ID: I was given to understand (from this site: http://gagravarr.org/writing/openssl-certs/ca.shtml) that it should be possible to create a blank CRL file. The issue I am facing is that Nginx will not start if there is no CRL file, as I have to specify the ssl_crl property in the conf file. Also, if I just create an empty file (touch crl.pem) it fails with an error that the crl is not valid basically. -Deni On Fri, May 17, 2013 at 1:01 AM, Shane Hansen wrote: > I think the problem is that a CRL doesn't have a header or footer, so > there might not actually be such a thing as an empty > CRL. > > I know that when I use a 0-byte file I get errors. So practically, it > might make sense to just pass around a file with a single random serial > to revoke as a placeholder. > > Disclaimer: I'm not 100% sure about the CRL format, just trying to help > out. > > > > On Thu, May 16, 2013 at 4:56 PM, Deni Bertovi? wrote: > >> I am unable to find anywhere in the docs (or on google) how to generate >> and empty CRL using pyopenssl. >> >> Can anyone point me in the right direction? >> >> >> Thanks. >> >> -Deni >> >> _______________________________________________ >> pyopenssl-users mailing list >> pyopenssl-users at python.org >> http://mail.python.org/mailman/listinfo/pyopenssl-users >> >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: From tmnichols at gmail.com Thu May 23 16:50:41 2013 From: tmnichols at gmail.com (Thom Nichols) Date: Thu, 23 May 2013 10:50:41 -0400 Subject: [pyOpenSSL-Users] TLS 1.2 Message-ID: Hi folks! I'm looking into using TLS 1.2 in Python. From what I've read here: http://bugs.python.org/issue16692 TLS 1.2 is only supported in (unreleased!) Python 3.4. I've got a platform that runs Python 2.7, so I'm looking for other options. Assuming I have OpenSSL 1.0.1, can I use PyOpenSSL to create a TLS 1.2 socket? Much thanks! -Thom -------------- next part -------------- An HTML attachment was scrubbed... URL: