Closed
Bug 884178
Opened 12 years ago
Closed 11 years ago
[patch] add PK11_CipherFinal macro
Categories
(NSS :: Libraries, enhancement, P2)
Tracking
(Not tracked)
RESOLVED
FIXED
3.15.2
People
(Reporter: mbartos, Assigned: mbartos)
Details
Attachments
(1 file, 1 obsolete file)
777 bytes,
patch
|
rrelyea
:
review+
|
Details | Diff | Splinter Review |
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:21.0) Gecko/20100101 Firefox/21.0 (Beta/Release)
Build ID: 20130516103852
Steps to reproduce:
This patch adds function wrapper PK11_CipherFinal for consistency when using PK11_CipherOp.
Assignee | ||
Comment 1•12 years ago
|
||
Attachment #763989 -
Attachment is obsolete: true
Comment 2•12 years ago
|
||
Comment on attachment 765235 [details] [diff] [review]
add PK11_CipherFinal - #define
r+ for the change to pk11pub.h
r- for the change to nss.def
the #define means the application has PK11_CipherFinal in the code, but the linker will see PK11_DigestFinal.
Attachment #765235 -
Flags: review+
Updated•12 years ago
|
Updated•12 years ago
|
Assignee: nobody → nobody
Component: General → Libraries
Product: Core → NSS
Version: Trunk → trunk
Comment 4•11 years ago
|
||
> can you land this please?
done
https://hg.mozilla.org/projects/nss/rev/a47bc2881ba4
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Flags: needinfo?(kaie)
Keywords: checkin-needed
Resolution: --- → FIXED
Target Milestone: --- → 3.15.2
Comment 5•11 years ago
|
||
Patch failed to build on most platforms, only Linux builds worked.
Backed out:
https://hg.mozilla.org/projects/nss/rev/62facccdaaaf
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 6•11 years ago
|
||
Please look at build logs available at https://nss-crypto.org:8011/waterfall
Comment 7•11 years ago
|
||
Kai, only the header file needs to be checked in. I r-'ed the nss.def change as not necessary (actually wrong).
Comment 8•11 years ago
|
||
Checked in header change.
https://hg.mozilla.org/projects/nss/rev/804af8ec3e1f
Status: REOPENED → RESOLVED
Closed: 11 years ago → 11 years ago
Resolution: --- → FIXED
Comment 9•11 years ago
|
||
It may be better to add PK11_CipherFinal as a real function, so that
one can set a breakpoint for PK11_CipherFinal in a debugger without
looking at the header file.
Assignee | ||
Comment 10•11 years ago
|
||
It may be better if there are some development guideline for this kind of stuff.
Comment 11•11 years ago
|
||
wtc, actually Milan proposed an actual function, I prefered the #define. it's far from the only #define to alias names in NSS...
bob
Comment 12•11 years ago
|
||
Updated the Summary field to reflect what was actually added.
Assignee: nobody → mbartos
Severity: normal → enhancement
Priority: -- → P2
Summary: [patch] add PK11_CipherFinal function wrapper → [patch] add PK11_CipherFinal macro
You need to log in
before you can comment on or make changes to this bug.
Description
•