Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doc asn1 module #743

Merged
merged 3 commits into from Oct 1, 2017

Conversation

Projects
None yet
2 participants
@AndyGauge
Copy link
Contributor

AndyGauge commented Sep 28, 2017

Fixes #699

@@ -88,10 +154,12 @@ impl Asn1StringRef {
}
}

/// Return the string as an array of bytes

This comment has been minimized.

@sfackler

sfackler Sep 29, 2017

Owner

Can we note here that the bytes may not be in a standard UTF8 compatible encoding and point to as_utf8?

@@ -137,7 +237,17 @@ foreign_type! {
type CType = ffi::ASN1_OBJECT;
fn drop = ffi::ASN1_OBJECT_free;

/// Object Identifier
///
/// Use OBJ_nid2obj() ffi to create objects, not Asn1Object directly.

This comment has been minimized.

@sfackler

sfackler Sep 29, 2017

Owner

We don't bind to ASN1_OBJECT_new, so I'm not sure how relevant this is.

@sfackler sfackler merged commit 7159215 into sfackler:master Oct 1, 2017

12 of 13 checks passed

continuous-integration/appveyor/pr AppVeyor build failed
Details
ci/circleci: armhf-openssl-1.0.1 Your tests passed on CircleCI!
Details
ci/circleci: armhf-openssl-1.0.2 Your tests passed on CircleCI!
Details
ci/circleci: armhf-openssl-1.1.0 Your tests passed on CircleCI!
Details
ci/circleci: i686-openssl-1.0.1 Your tests passed on CircleCI!
Details
ci/circleci: i686-openssl-1.0.2 Your tests passed on CircleCI!
Details
ci/circleci: i686-openssl-1.1.0 Your tests passed on CircleCI!
Details
ci/circleci: x86_64-libressl-2.5.0 Your tests passed on CircleCI!
Details
ci/circleci: x86_64-libressl-2.6.1 Your tests passed on CircleCI!
Details
ci/circleci: x86_64-openssl-1.0.1 Your tests passed on CircleCI!
Details
ci/circleci: x86_64-openssl-1.0.2 Your tests passed on CircleCI!
Details
ci/circleci: x86_64-openssl-1.1.0 Your tests passed on CircleCI!
Details
continuous-integration/travis-ci/pr The Travis CI build passed
Details
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.