]> Cypherpunks.ru repositories - pyderasn.git/blobdiff - pyderasn.py
More CER encoding mentioning
[pyderasn.git] / pyderasn.py
index e3ac23f2edac814ec2c6f806eadf8e40f012286f..bc2911b5f9b185c9725d998aae44d54f4cabe819 100755 (executable)
@@ -17,9 +17,9 @@
 #
 # You should have received a copy of the GNU Lesser General Public
 # License along with this program.  If not, see <http://www.gnu.org/licenses/>.
-"""Python ASN.1 DER/BER codec with abstract structures
+"""Python ASN.1 DER/CER/BER codec with abstract structures
 
-This library allows you to marshal various structures in ASN.1 DER
+This library allows you to marshal various structures in ASN.1 DER/CER
 format, unmarshal BER/CER/DER ones.
 
     >>> i = Integer(123)