Lines Matching refs:BER
70 - More debug logging added to BER family of codecs to ease encoding
179 - Improved BER/CER/DER decoder performance by not unconditionally casting
183 - Fixed constructed types decoding failure at BER codec if running
218 - BER/CER/DER value encoders refactored to produce either tuple of
239 - Codecs lookup made more efficient at BER/CER/DER decoder main loop by
309 - FIX TO A SECURITY WEAKNESS: BER decoder improperly cached long tags.
452 BER decoders. So we had to back off the *encoder* for a while.
473 - Added some more checks to ObjectIdentifier BER encoder catching
493 - Fix to substrate underrun error handling at ObjectIdentifier BER decoder
494 - Fix to BER Boolean decoder that allows other pre-computed
582 + BER decoder for integer values now looks up a small set of pre-computed
584 + a few pre-computed values configured to ObjectIdentifier BER encoder.
622 - Allow any non-zero values in Boolean type BER decoder, as it's in
656 - Integer BER codec reworked fixing negative values encoding bug.
670 - Bugfix to BitString BER decoder (trailing bits not regarded).