Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / NLnetLabs/bcder issues and pull requests

#78 - Prepare for release 0.7.4.

Pull Request - State: closed - Opened by partim 6 months ago

#77 - Bump smallvec version because of security advisory

Pull Request - State: closed - Opened by DRiKE 6 months ago

#76 - Update oid.rs

Pull Request - State: closed - Opened by lvkv 7 months ago - 1 comment

#75 - Prepare for release 0.7.3.

Pull Request - State: closed - Opened by partim 10 months ago

#74 - Fix various decoding issues.

Pull Request - State: closed - Opened by partim 10 months ago

#73 - Prepare for release 0.7.2.

Pull Request - State: closed - Opened by partim about 1 year ago

#72 - Derive default for Mode.

Pull Request - State: closed - Opened by partim about 1 year ago

#71 - Added FromStr implementation for Oid

Pull Request - State: closed - Opened by Outurnate about 1 year ago - 3 comments

#70 - Expose Captured::new publicly

Pull Request - State: closed - Opened by Outurnate about 1 year ago - 6 comments

#69 - Fix spelling error in content.rs

Pull Request - State: closed - Opened by ties over 1 year ago

#68 - Prepare for release 0.7.1.

Pull Request - State: closed - Opened by partim over 1 year ago

#67 - Fix BMPString universal class; Add missing ASN.1 tags (14, 30-36)

Pull Request - State: closed - Opened by lvkv over 1 year ago - 3 comments

#66 - Prepare for release 0.7.0.

Pull Request - State: closed - Opened by partim almost 2 years ago

#65 - Redesign error handling in the decode module

Pull Request - State: closed - Opened by partim about 2 years ago

#64 - Redesign error handling for decoding.

Pull Request - State: closed - Opened by partim about 2 years ago - 1 comment

#63 - Switch encode fns to const fns and return concrete types.

Pull Request - State: closed - Opened by partim about 2 years ago

#62 - Prepare for release 0.6.1.

Pull Request - State: closed - Opened by partim over 2 years ago

#61 - Add `take_opt_from` to OctetString.

Pull Request - State: closed - Opened by timbru over 2 years ago

#60 - Remove unused builtin_from! macro $len argument.

Pull Request - State: closed - Opened by ximon18 almost 3 years ago

#59 - Support creation of arbitrary length Unsigned BER integers from given bytes.

Pull Request - State: closed - Opened by ximon18 about 3 years ago - 1 comment

#58 - Prepare for release 0.6.0.

Pull Request - State: closed - Opened by partim over 3 years ago

#57 - Upgrade bytes to 1.0.

Pull Request - State: closed - Opened by partim over 3 years ago

#56 - Update minimum Rust version to 1.42.

Pull Request - State: closed - Opened by partim over 3 years ago

#55 - Drop unwrap crate.

Pull Request - State: closed - Opened by partim over 3 years ago

#54 - Prepare for release 0.5.1.

Pull Request - State: closed - Opened by partim over 3 years ago

#53 - Adjustments based on new Clippy features.

Pull Request - State: closed - Opened by partim over 3 years ago

#52 - Fix oid::Iter to actually work.

Pull Request - State: closed - Opened by partim over 3 years ago

#51 - upgrade to bytes 1.0.0

Issue - State: closed - Opened by goodidea-kp over 3 years ago

#50 - format!("{}",Oid) hangs forever

Issue - State: closed - Opened by goodidea-kp over 3 years ago

#49 - Prepare for release 0.5.0.

Pull Request - State: closed - Opened by partim over 4 years ago

#48 - Upgrade smallvec to 1.1.

Pull Request - State: closed - Opened by partim over 4 years ago

#47 - Make captured module public.

Pull Request - State: closed - Opened by partim over 4 years ago

#46 - Move extending a Captured into a CapturedBuilder.

Pull Request - State: closed - Opened by partim over 4 years ago

#45 - Prepare for release 0.4.2.

Pull Request - State: closed - Opened by partim over 4 years ago

#44 - Error out on incomplete multi-byte tag.

Pull Request - State: closed - Opened by partim over 4 years ago - 2 comments

#43 - bytes 0.5 compat

Pull Request - State: closed - Opened by Fabian-Gruenbichler over 4 years ago - 4 comments

#42 - bytes 0.5 compatibility

Issue - State: closed - Opened by Fabian-Gruenbichler over 4 years ago - 3 comments

#41 - Fix bug in tag length request

Pull Request - State: closed - Opened by dovreshef over 4 years ago - 2 comments

#40 - Prepare for release 0.4.1.

Pull Request - State: closed - Opened by partim over 4 years ago

#39 - Fix encoding of signed builtin integers.

Pull Request - State: closed - Opened by partim over 4 years ago

#38 - int check_head rejects valid ASN.1 encoding

Issue - State: closed - Opened by dovreshef over 4 years ago - 1 comment

#37 - Support for multibyte identifier tags

Pull Request - State: closed - Opened by dovreshef over 4 years ago - 7 comments

#36 - Allow creating application tags with values larger than 30

Issue - State: closed - Opened by dovreshef over 4 years ago - 6 comments

#35 - Prepare for release 0.4.0.

Pull Request - State: closed - Opened by partim almost 5 years ago

#34 - Release 0.2.2

Pull Request - State: closed - Opened by partim almost 5 years ago - 1 comment

#33 - Impl Display for RestrictedString and drop to_string.

Pull Request - State: closed - Opened by partim almost 5 years ago

#32 - Remove derive_more dependency

Pull Request - State: closed - Opened by nocduro almost 5 years ago - 1 comment

#31 - Fix NLL warnings

Pull Request - State: closed - Opened by Mark-Simulacrum almost 5 years ago - 2 comments

#30 - Allow safe decoding of nested values.

Pull Request - State: closed - Opened by partim almost 5 years ago

#29 - Build on 32 bit systems.

Pull Request - State: closed - Opened by partim almost 5 years ago

#28 - Prepare for release 0.3.1.

Pull Request - State: closed - Opened by partim almost 5 years ago

#27 - Don’t use Self to not accidentally inherit lifetimes.

Pull Request - State: closed - Opened by partim about 5 years ago

#26 - enable nightly for CI/CD and speedups

Pull Request - State: closed - Opened by wk about 5 years ago

#25 - Prepare for release 0.3.0.

Pull Request - State: closed - Opened by partim about 5 years ago

#24 - Add RestrictedString::into_bytes.

Pull Request - State: closed - Opened by partim about 5 years ago

#23 - Reimplement built-in conversion for int module and add TryFrom.

Pull Request - State: closed - Opened by partim about 5 years ago

#22 - Require Rust 1.34.0.

Pull Request - State: closed - Opened by partim about 5 years ago

#21 - xerr! prints backtrace.

Pull Request - State: closed - Opened by partim about 5 years ago

#20 - Add additional methods to Tag.

Pull Request - State: closed - Opened by partim over 5 years ago

#19 - Release 0.2.1.

Pull Request - State: closed - Opened by partim over 5 years ago

#18 - Fix the mkoid tool to correctly encode large subidentifiers.

Pull Request - State: closed - Opened by partim over 5 years ago

#17 - Add BitString::encode_slice[_as].

Pull Request - State: closed - Opened by partim over 5 years ago

#16 - Fix encoding of primitive unsigned integers.

Pull Request - State: closed - Opened by partim over 5 years ago

#15 - Drop Fail and derive Display via derive_more.

Pull Request - State: closed - Opened by partim over 5 years ago

#14 - Add OctetString::into_bytes.

Pull Request - State: closed - Opened by partim over 5 years ago

#13 - Enable Clippy and fix its findings.

Pull Request - State: closed - Opened by partim over 5 years ago

#12 - Encode methods take self by value, add encode_ref.

Pull Request - State: closed - Opened by partim over 5 years ago

#11 - Values for slices

Pull Request - State: closed - Opened by partim over 5 years ago

#10 - Allow encode octet slices directly.

Pull Request - State: closed - Opened by partim over 5 years ago

#9 - Impl encode::Values for tuples of up to twelve elements.

Pull Request - State: closed - Opened by partim over 5 years ago

#8 - Primitive encoder takes content by value

Pull Request - State: closed - Opened by partim over 5 years ago

#7 - PrimitiveContent takes self by value.

Pull Request - State: closed - Opened by partim over 5 years ago

#6 - Primitive content on value.

Pull Request - State: closed - Opened by partim over 5 years ago - 1 comment

#5 - Avoid stack overflow when parsing nested octet strings.

Issue - State: closed - Opened by partim over 5 years ago

#4 - Towards 0.1

Pull Request - State: closed - Opened by partim over 5 years ago

#3 - Consider collecting data type modules in their own module.

Issue - State: closed - Opened by partim over 5 years ago - 2 comments
Labels: 0.1-blocker

#2 - Add constructed BIT STRINGs

Issue - State: open - Opened by partim over 5 years ago

#1 - Printable string

Pull Request - State: closed - Opened by timbru almost 6 years ago