Lines Matching refs:BER
98 - Improved BER/CER/DER decoder performance by not unconditionally casting
102 - Fixed constructed types decoding failure at BER codec if running
137 - BER/CER/DER value encoders refactored to produce either tuple of
158 - Codecs lookup made more efficient at BER/CER/DER decoder main loop by
228 - FIX TO A SECURITY WEAKNESS: BER decoder improperly cached long tags.
371 BER decoders. So we had to back off the *encoder* for a while.
392 - Added some more checks to ObjectIdentifier BER encoder catching
412 - Fix to substrate underrun error handling at ObjectIdentifier BER decoder
413 - Fix to BER Boolean decoder that allows other pre-computed
501 + BER decoder for integer values now looks up a small set of pre-computed
503 + a few pre-computed values configured to ObjectIdentifier BER encoder.
541 - Allow any non-zero values in Boolean type BER decoder, as it's in
575 - Integer BER codec reworked fixing negative values encoding bug.
589 - Bugfix to BitString BER decoder (trailing bits not regarded).