Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 05 Mar 2019 20:41:48 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 236298] file/magic/Magdir/ssl
Message-ID:  <bug-236298-227@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D236298

            Bug ID: 236298
           Summary: file/magic/Magdir/ssl
           Product: Base System
           Version: CURRENT
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: bin
          Assignee: bugs@FreeBSD.org
          Reporter: jasonmader@gmail.com

$ file Ed25519.key
Ed25519.key: ASCII text

This is because there is no match for,

$ head -1 Ed25519.key
-----BEGIN PRIVATE KEY-----


/contrib/file/magic/Magdir/ssl could add:

0       string  -----BEGIN\040PRIVATE  PEM private key


$ head -1 2019_Next_RSA.key
-----BEGIN ENCRYPTED PRIVATE KEY-----


/contrib/file/magic/Magdir/ssl could also add:

0       string  -----BEGIN\040ENCRYPTED\040PRIVATE  PEM encrypted private k=
ey


Maybe also add:

0       string  -----BEGIN\040ED25519\040PRIVATE  PEM ED25519 private key

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-236298-227>