Friday May 29, 2009

The pyOpenSSL package for Python 2.6 support is publicly available on OpenSolaris starting from Nevada build 114. As of today, OpenSolaris supports 2 versions of PyOpenSSL:

  • SUNWpython26-pyopenssl: for PYTHON 2.6
  • SUNWpython-pyopenssl: for PYTHON 2.4
Both 2.4 and 2.6 versions of pyOpenSSL use the same source, so they provide the same interface to the functions in the OpenSSL library.

Monday Feb 23, 2009

I just integrated an enhancement for the ssh/sftp command into the Solaris Nevada build 110.

6480741 command line editing is desired for sftp(1)

This enhancement provides the interactive command line editing facilities to the sftp command, for examples, command history and better move on the command line itself. To implement this feature, I used the tecla library. The default TAB key bindings of tecla was disabled, because its completion behavior is not suitable for sftp.

Tuesday Dec 23, 2008

Last Thursday, I integrated the pyOpenSSL package for Python2.4 to Solaris Nevad a build106. This means that the pyOpenSSL package (SUNWpython-pyopenssl) will b e publicly available on OpenSolaris, starting from build 106.

PyOpenSSL provides a high-level interface to the functions in the OpenSSL librar y and it includes the following three modules:

  • crypto - Generic cryptographic module.
  • rand - An interface to the OpenSSL pseudo randon number generator.
  • SSL - An interface to the SSL-specific parts of OpenSSL.
The original source is provided by http://pyopenssl.sourceforge.net and the late st version is 0.8.

Important files include:

  • Moudules - are located /usr/lib/python2.4/vendor-packages/OpenSSL.
  • The user manual - is located at /usr/share/doc/pyOpenSSL.
  • The sample/test scripts - are located at /usr/lib/python2.4/vendor-packages/OpenSSL/test.

Friday Jun 03, 2005

Finally, I am joining the crowd and start blogging in this Friday evening. I think I am pretty Cool now. 8-)

My name is Huie-Ying Lee from Solaris Security Technologies group at Sun. For the past 5+ years, I have worked on many interesting security projects. I would like to talk more about these projects in the future, especially for those that I figured out their solutions in my dreams. |-)

In my spare time, I like to watch movies. Guess what, I have seen the "Star Wars: Episode III" twice already and I plan to see it again. It is sheerly a hauntly beautiful and powerful piece, isn't it ?

This blog copyright 2009 by hylee