Bug 6625 - ASN1_BITFIELD -> ASN1_BIT_STRING
Summary: ASN1_BITFIELD -> ASN1_BIT_STRING
Status: RESOLVED FIXED
Alias: None
Product: Samba 4.0
Classification: Unclassified
Component: Other (show other bugs)
Version: unspecified
Hardware: Other Linux
: P3 normal (vote)
Target Milestone: ---
Assignee: Andrew Bartlett
QA Contact: Matthias Dieter Wallnöfer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-09 22:18 UTC by Kouhei Sutou
Modified: 2009-08-12 04:31 UTC (History)
0 users

See Also:


Attachments
an implementation. (1.23 KB, patch)
2009-08-09 22:21 UTC, Kouhei Sutou
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Kouhei Sutou 2009-08-09 22:18:11 UTC
ASN.1 specification(*1) uses a term "BIT STRING" not "BITFIELD" in section 8.6.4.2. 
(*1) http://www.itu.int/ITU-T/studygroups/com17/languages/X.690-0207.pdf

It seems that we should use ASN1_BIT_STRING instead of ASN1_BITFIELD.
Comment 1 Kouhei Sutou 2009-08-09 22:21:46 UTC
Created attachment 4530 [details]
an implementation.
Comment 2 Matthias Dieter Wallnöfer 2009-08-12 04:31:14 UTC
Merged