- startet importing pluto ASN1 stuff
- der PKCS#1 key loading works (as it did with der_decoder)
This commit is contained in:
@@ -50,6 +50,7 @@ mapping_t logger_context_t_mappings[] = {
|
||||
{PAYLOAD, "PAYLOAD"},
|
||||
{DER_DECODER, "DER_DECODER"},
|
||||
{DER_ENCODER, "DER_ENCODER"},
|
||||
{ASN1, "ASN1"},
|
||||
{MAPPING_END, NULL},
|
||||
};
|
||||
|
||||
@@ -77,6 +78,7 @@ struct {
|
||||
{ "PAYLD", ERROR|CONTROL|AUDIT|LEVEL0, TRUE }, /* PAYLOAD */
|
||||
{ "DERDC", ERROR|CONTROL|AUDIT|LEVEL0, TRUE }, /* DER_DECODER */
|
||||
{ "DEREC", ERROR|CONTROL|AUDIT|LEVEL0, TRUE }, /* DER_ENCODER */
|
||||
{ "ASN_1", ERROR|CONTROL|AUDIT|RAW|LEVEL3, TRUE }, /* ASN1 */
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user