We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1abf4a5 commit c2b124aCopy full SHA for c2b124a
openssl/src/x509/mod.rs
@@ -651,7 +651,9 @@ impl X509Ref {
651
652
/// Returns this certificate's "alias". This field is populated by
653
/// OpenSSL in some situations -- specifically OpenSSL will store a
654
- /// PKCS#12 `friendlyName` in this field.
+ /// PKCS#12 `friendlyName` in this field. This is not a part of the X.509
655
+ /// certificate itself, OpenSSL merely attaches it to this structure in
656
+ /// memory.
657
#[corresponds(X509_alias_get0)]
658
pub fn alias(&self) -> Option<&[u8]> {
659
unsafe {
0 commit comments