Enable Elliptic Curve Cryptography (ECC)
This commit is contained in:
parent
2bb335b1b9
commit
4331349eaf
8
nss.spec
8
nss.spec
@ -3,7 +3,7 @@
|
|||||||
Summary: Network Security Services
|
Summary: Network Security Services
|
||||||
Name: nss
|
Name: nss
|
||||||
Version: 3.11.1
|
Version: 3.11.1
|
||||||
Release: 1
|
Release: 2
|
||||||
License: MPL/GPL/LGPL
|
License: MPL/GPL/LGPL
|
||||||
URL: http://www.mozilla.org/projects/security/pki/nss/
|
URL: http://www.mozilla.org/projects/security/pki/nss/
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -102,6 +102,9 @@ USE_64=1
|
|||||||
export USE_64
|
export USE_64
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
NSS_ENABLE_ECC=1
|
||||||
|
export NSS_ENABLE_ECC
|
||||||
|
|
||||||
%{__make} -C ./mozilla/security/coreconf
|
%{__make} -C ./mozilla/security/coreconf
|
||||||
%{__make} -C ./mozilla/security/dbm
|
%{__make} -C ./mozilla/security/dbm
|
||||||
%{__make} -C ./mozilla/security/nss
|
%{__make} -C ./mozilla/security/nss
|
||||||
@ -308,6 +311,9 @@ done
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jun 14 2006 Kai Engert <kengert@redhat.com> - 3.11.1-2
|
||||||
|
- Enable Elliptic Curve Cryptography (ECC)
|
||||||
|
|
||||||
* Fri May 26 2006 Kai Engert <kengert@redhat.com> - 3.11.1-1
|
* Fri May 26 2006 Kai Engert <kengert@redhat.com> - 3.11.1-1
|
||||||
- Update to 3.11.1
|
- Update to 3.11.1
|
||||||
- Include upstream patch to limit curves
|
- Include upstream patch to limit curves
|
||||||
|
Loading…
Reference in New Issue
Block a user