Lines Matching refs:DER
48 - Fixed CER/DER encoders to respect tagged CHOICE when ordering
77 - Fixed DER encoder to always produce primitive encoding
98 - Improved BER/CER/DER decoder performance by not unconditionally casting
105 - Fixed SetOf ordering at CER/DER encoder
118 - Fixed GeneralizedTime/UTCTime CER/DER codecs to actually get invoked
119 - Fixed DER/CER encoders handling optional SEQUENCE/SET fields containing
137 - BER/CER/DER value encoders refactored to produce either tuple of
148 - Sequence/Set DER/CER/DER decoder optimized to skip the case of
158 - Codecs lookup made more efficient at BER/CER/DER decoder main loop by
178 - Fixed non-functional tag cache (when running Python 2) at DER decoder.
179 - Fixed chunked encoding restriction on DER encoder.
180 - Fixed SET components ordering at DER encoder.
182 primitive) at DER encoder
221 - FIX TO A SECURITY WEAKNESS: canonical decoders (CER/DER) may have successfully
280 - Fix to CER/DER Boolean decoder - fail on non single-octet payload.
333 - More strict CER/DER encoders added for GeneralizedTime and UTCTime types.
341 - DER codec hardened not to tolerate indefinite length encoding/decoding.
402 - Expose tagMap/typeMap/Decoder objects at DER decoder to uniform API.
415 - Fix to leading 0x80 octet handling in DER/CER/DER ObjectIdentifier decoder.
491 - Fix to improper Boolean substrate handling at CER/DER decoders.
592 - Bugix to the way to distinguish Set from SetOf at CER/DER SetOfEncoder