Bug 347511 - Port libwvstreams to use NSS library for cryptography
Summary: Port libwvstreams to use NSS library for cryptography
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Fedora
Classification: Fedora
Component: libwvstreams
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Ondrej Vasik
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: CryptoConsolidation
TreeView+ depends on / blocked
 
Reported: 2007-10-23 10:20 UTC by Peter Vrabec
Modified: 2010-06-10 14:18 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Enhancement
Doc Text:
Clone Of:
Environment:
Last Closed: 2010-06-10 08:27:46 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
incomplete port of library to nss_compat_ossl (16.09 KB, patch)
2008-08-14 11:20 UTC, Kamil Dudka
no flags Details | Diff

Description Peter Vrabec 2007-10-23 10:20:20 UTC
libwvstreams should be ported to use NSS library for cryptography.
See the tracking bug for details and links on how it could be done.

Comment 1 Kamil Dudka 2008-08-14 11:20:45 UTC
Created attachment 314307 [details]
incomplete port of library to nss_compat_ossl

I tried to port libwvstreams to nss_compat_ossl and I postponed it for now. Too many interfaces are missing in current nss_compat_ossl, e.g. the blowfish cipher is not implemented by NSS at all.

See attached patch, containing my attempt of port. Configure script now supports switching between OpenSSL and nss_compat - added new parameter --with-nss_compat (--without-nss_compat):
$ autoheader --force
$ autoconf --force
$ ./configure --with-nss_compat ...

These modules were not ported yet:
$ touch crypto/wvblowfish.o
$ touch crypto/wvdiffiehellman.o
$ touch crypto/wvdigest.o
$ touch crypto/wvtripledes.o
$ touch crypto/wvx509.o
$ touch crypto/wvx509mgr.o

Comment 2 Kamil Dudka 2009-08-11 14:20:38 UTC
Reassigning back to maintainer.


Note You need to log in before you can comment on or make changes to this bug.