X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=README;h=a0adca601667b7bcef9d1093c2bda77a0134195e;hb=eda9a545dda258ca202cb812633239eefeb2c5d6;hp=150779fd3bad1099ccdd8a944d44d2a354b9718d;hpb=42198ee69940c96930d81533ecf9cec87d34b27b;p=pyderasn.git diff --git a/README b/README index 150779f..a0adca6 100644 --- a/README +++ b/README @@ -19,9 +19,9 @@ PyDERASN -- strict and fast ASN.1 DER/CER/BER library for Python * Ability to allow BER-encoded data with knowing if any of specified field has either DER or BER encoding (or possibly indefinite-length encoding) -* Ability to use mmap-ed files, memoryviews, iterators and CER encoder - dealing with the writer, giving ability to create huge ASN.1 encoded - files without storing all the data in the memory first +* Ability to use mmap-ed files, memoryviews, iterators, 2-pass DER + encoding mode and CER encoder dealing with the writer, giving ability + to create huge ASN.1 encoded files with very little memory footprint * Ability to decode files in event generation mode, without the need to keep all the data and decoded structures in the memory * __slots__, copy.copy() friendliness @@ -33,11 +33,11 @@ PyDERASN -- strict and fast ASN.1 DER/CER/BER library for Python pyderasn is free software: see the file COPYING.LESSER for copying conditions. -PyDERASN home page is: http://pyderasn.cypherpunks.ru/ +PyDERASN home page is: http://www.pyderasn.cypherpunks.ru/ Please send questions, bug reports and patches to -https://lists.cypherpunks.ru/mailman/listinfo/pyderasn-devel +http://lists.cypherpunks.ru/pyderasn_002ddevel.html mailing list. Announcements also go to this mailing list. Development Git source code repository currently is located here: -https://git.cypherpunks.ru/cgit.cgi/pyderasn.git/ +http://www.git.cypherpunks.ru/?p=pyderasn.git;a=summary