readme

来自「RSA加密/解密算法源码 asn1c-0.9.12」· 代码 · 共 25 行

TXT
25
字号
This is a collection of various little ASN.1 modules, used independentlyby several different testing engines below the main tree (i.e. libasn1fix)for stressing various aspects of compiler operation.The files follow certain naming conventions:Source file:	<Index>-<arbitrary-name>-{OK|SE|NP}.asn1Regenerator test file:	<Index>-<arbitrary-name>-{OK|SE|NP}.asn1.[<compiler-flags>]Where	<Index> is arbitrary number (digits)	<arbitrary-name> is arbitrary string, without dots	OK	file syntax and semantics are absolutely correct	SE	file semantics is wrong	NP	file syntax is incorrect, file not parseable	<compiler-flags>	command-line flags for compilerExample:	07-int-OK.asn1		# Correct ASN.1 file	07-int-OK.asn1.-EF	# Test of file regeneration with -E -F flags.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?