Path: csiph.com!2.us.feeder.erje.net!feeder.erje.net!1.eu.feeder.erje.net!weretis.net!feeder4.news.weretis.net!storethat.news.telefonica.de!feedme.news.telefonica.de!telefonica.de!fu-berlin.de!uni-berlin.de!not-for-mail From: security veteran Newsgroups: comp.lang.python Subject: Python and OpenSSL FIPS module Date: Mon, 4 Jan 2016 12:30:16 -0800 Lines: 8 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: news.uni-berlin.de lKUngUp5LzEKxiMqbL10XwFz9QunuYsr8IBI7lDSqOsQ== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.038 X-Spam-Evidence: '*H*': 0.93; '*S*': 0.00; 'subject:Python': 0.05; 'subject:module': 0.09; 'python': 0.10; 'openssl': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'thanks.': 0.18; 'wondering': 0.25; 'message-id:@mail.gmail.com': 0.27; 'experiences': 0.27; 'integrating': 0.29; 'anyone': 0.32; 'received:google.com': 0.35; 'there': 0.36; 'received:209.85': 0.36; 'modules': 0.36; 'to:addr:python-list': 0.36; 'received:209': 0.38; 'skip:o 20': 0.38; 'hi,': 0.38; 'does': 0.39; 'to:addr:python.org': 0.40; 'careful': 0.91; '8bit%:18': 0.93 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=fejdt2sMZdVaQEqBm55gCgJwT86S17PgOpKViptE1IY=; b=VSMR61xt6D8oSqYW2cI4GiCxFyJoAp96fBku5GY+H+hDGUZeiOJwuWWeeIZphdJOB7 5fIS5BHaOXxmOgBbnpysdQ1xZxtoUrOunbk/5U9Z73VANKOmlizGVWMlN3S2DikN+twF fJ/3BxPZi6GQH2xpd2OnpOgB73ShvxFBUaPgGbIRcId7u0Gg/Vp2PP32AyolBf7F/5Ez x6bhDpp5xsHmM3FXme8OnZBc8V3rRgsPkwiEogxZ6GlVsLUhBlnDQFTKfcvtx14fCKe6 VmtH3lBhPNqqwh3URJ0TIz3PoW1Y3xuZ/R2tV84nkezcnT/ag6/u2tQTE2QvuZ9npU9s B4QQ== X-Received: by 10.112.158.9 with SMTP id wq9mr18698592lbb.93.1451939416052; Mon, 04 Jan 2016 12:30:16 -0800 (PST) X-Mailman-Approved-At: Wed, 06 Jan 2016 08:18:04 -0500 X-Content-Filtered-By: Mailman/MimeDel 2.1.20+ X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com comp.lang.python:101291 Hi, I was wondering does anyone have successful experiences integrating OpenSSL FIPS modules with Python 2.x? Is there any catch we need to be careful about in integrating Python with OpenSSL FIPS modules? Thanks.