alg_id.cpp |
Create an AlgorithmIdentifier
|
2499 |
alg_id.h |
|
277 |
asn1_obj.cpp |
Check a type invariant on BER data
|
5364 |
asn1_obj.h |
ASN.1 Type and Class Tags
This will become an enum class in a future major release
|
13164 |
asn1_oid.cpp |
ASN.1 OID Constructor
|
4798 |
asn1_oid.h |
|
249 |
asn1_print.cpp |
Special hack to handle GeneralName [2] and [6] (DNS name and URI)
|
8953 |
asn1_print.h |
Format ASN.1 data and call a virtual to format
|
4161 |
asn1_str.cpp |
Choose an encoding for the string
|
4416 |
asn1_str.h |
|
258 |
asn1_time.cpp |
|
7901 |
asn1_time.h |
|
268 |
ber_dec.cpp |
This value is somewhat arbitrary. OpenSSL allows up to 128 nested
indefinite length sequences. If you increase this, also increase the
limit in the test in test_asn1.cpp
|
13508 |
ber_dec.h |
BER Decoding Object
|
11731 |
der_enc.cpp |
DER encode an ASN.1 type tag
|
10046 |
der_enc.h |
General DER Encoding Object
|
6950 |
info.txt |
|
69 |
oid_maps.cpp |
|
26315 |
oids.cpp |
|
3164 |
oids.h |
Register an OID to string mapping.
@param oid the oid to register
@param name the name to be associated with the oid
|
2445 |