The Artima Developer Community
Sponsored Link

Python Buzz Forum
M2Crypto Woes

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Ng Pheng Siong

Posts: 410
Nickname: ngps
Registered: Apr, 2004

Ng Pheng Siong is just another guy with a website.
M2Crypto Woes Posted: Mar 2, 2005 10:12 AM
Reply to this message Reply

This post originated from an RSS feed registered with Python Buzz by Ng Pheng Siong.
Original Post: M2Crypto Woes
Feed Title: (render-blog Ng Pheng Siong)
Feed URL: http://sandbox.rulemaker.net/ngps/rdf10_xml
Feed Description: Just another this here thing blog.
Latest Python Buzz Posts
Latest Python Buzz Posts by Ng Pheng Siong
Latest Posts From (render-blog Ng Pheng Siong)

Advertisement

Guido van Rossum ran into memory leakage problems with M2Crypto and wrote a rant on it.

Well, bugs to be fixed, is all. I had started to write a "proper" response to the rant, but at the moment my day job is quite fun and takes up all my time, so this will have to wait.

Oh, what the heck. Here are a couple of thoughts:

» OpenSSL has a large API that evolves organically and familiarity with using OpenSSL in C helps when one is using/interfacing OpenSSL from a more dynamic language via FFI.

» The more I work in Common Lisp and Smalltalk, the less partial I am to "solutions" involving FFIs to C libraries. Although, as a counter balance to this thought, the main reason to use Lisp or Smalltalk is because these languages are great at modeling the problem domain; oft times, interfacing a C library is the quickest way to get "low-level" infrastructure that supports the modeling.

I find myself warming to things like TLS Lite, a pure Python SSL/TLS implementation. A NATO project of mine is to write a parser that transforms it (or PureTLS, Java) into Common Lisp or Smalltalk.

Read: M2Crypto Woes

Topic: announcing ua-devtalk Previous Topic   Next Topic Topic: Updated Frozen Bubble Port

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use