wireshark/epan/dissectors/asn1/pkcs10
Martin Peylo 0142ca4539 PKCS10/pkix1explict: adding PKCS#9 OIDs
Attribute types for use in PKCS #10 certificate requests as specified
in PKCS#9 / RFC 2985

A CSR including one of the PKCS#9 OIDs, SubjectAltNames within an
pkcs-9-at-extensionRequest, can be generated with the following OpenSSL command
line on most Linux systems:

openssl req -new -sha256 -nodes -keyout domain.key \
            -subj "/C=US/ST=CA/O=Acme, Inc./CN=example.com" \
            -reqexts SAN -config \
            <(cat /etc/ssl/openssl.cnf \
            <(printf "\n[SAN]\nsubjectAltName=DNS:example.com,DNS:www.example.com")) \
            -out attr_with_san.csr

Change-Id: I5ae4bd782003c65286bbebf41b96d142e4e99a60
Reviewed-on: https://code.wireshark.org/review/30600
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2018-11-13 14:54:57 +00:00
..
CMakeLists.txt
PKCS10.asn
packet-pkcs10-template.c PKCS10/pkix1explict: adding PKCS#9 OIDs 2018-11-13 14:54:57 +00:00
packet-pkcs10-template.h
pkcs10.cnf PKCS10/pkix1explict: adding PKCS#9 OIDs 2018-11-13 14:54:57 +00:00