Summary: | Port libwvstreams to use NSS library for cryptography | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Peter Vrabec <pvrabec> | ||||
Component: | libwvstreams | Assignee: | Ondrej Vasik <ovasik> | ||||
Status: | CLOSED WONTFIX | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | medium | ||||||
Version: | rawhide | CC: | emaldona, kdudka, rainwoodman, rrelyea, tmraz | ||||
Target Milestone: | --- | Keywords: | FutureFeature | ||||
Target Release: | --- | ||||||
Hardware: | All | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Enhancement | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2010-06-10 08:27:46 UTC | Type: | --- | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Bug Depends On: | |||||||
Bug Blocks: | 333741 | ||||||
Attachments: |
|
Description
Peter Vrabec
2007-10-23 10:20:20 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
Reassigning back to maintainer. |