Lines Matching refs:Added
16 - Added `encrypt_key_pref` (`1.2.840.113549.1.9.16.2.11`) to
18 - Added Brainpool curves from RFC 5639 to `keys.NamedCurve()`
28 - Added `asn1crypto.load_order()`, which returns a `list` of unicode strings
35 - Added User ID (`0.9.2342.19200300.100.1.1`) to `x509.NameType()`
36 - Added various EC named curves to `keys.NamedCurve()`
68 - Added `x509.Certificate().not_valid_before` and
70 - Added `core.BitString().unused_bits`
71 - Added `keys.NamedCurve.register()` for non-mainstream curve OIDs
79 - Added structures for nested SHA-256 Windows PE signatures to
81 - Added RC4 (`1.2.840.113549.3.4`) to `algos.EncryptionAlgorithmId()`
82 - Added secp256k1 (`1.3.132.0.10`) to `keys.NamedCurve()`
83 - Added SHA-3 and SHAKE OIDs to `algos.DigestAlgorithmId()` and
85 - Added RSA ES OAEP (`1.2.840.113549.1.1.7`) to
120 - Added `asn1crypto_tests` package to PyPi
128 - Added various OIDs to `x509.KeyPurposeId()`
129 - Added `x509.Certificate().private_key_usage_period_value`
130 - Added structures for parsing common subject directory attributes for
132 - Added `algos.AnyAlgorithmIdentifier()` for situations where an
153 - Added support for nested explicit tagging, supporting values that are
159 - Added the `x509.Certificate.sha256_fingerprint` property
162 - Added CMS Attribute Protection definitions from RFC 6211
163 - Added OIDs from RFC 6962
167 - Added `parser.peek()`
185 - Added support for `2.16.840.1.113894.746875.1.1` OID to
190 - Added `core.load()` for loading standard, universal types without knowing
192 - Added a `strict` keyword arg to the various `load()` methods and functions in
194 - Added `asn1crypto.parser` submodule with `emit()` and `parse()` functions for
196 - Added `asn1crypto.version` for version introspection without side-effects
197 - Added `algos.DSASignature`
204 - Added support for year 0
205 - Added the OID for unique identifier to `x509.NameType`
208 - Added a `.cast()` method to allow converting between different
278 - Added `core.ObjectIdentifier.dotted` attribute to always return dotted
280 - Added `core.ObjectIdentifier.map()` and `core.ObjectIdentifier.unmap()`
283 - Added various Apple OIDs to `x509.KeyPurposeId`
297 - Added `x509.TrustedCertificate` for handling OpenSSL auxiliary certificate
299 - Added `core.Concat` class for situations such as `x509.TrustedCertificate`
302 - Added `keys.PrivateKeyInfo.public_key_info` attribute
303 - Added a bunch of OIDs to `x509.KeyPurposeId`
307 - Added DH key exchange structures: `algos.KeyExchangeAlgorithm`,
309 - Added DH public key support to `keys.PublicKeyInfo`,
321 - Added support for the `name_distinguisher`, `telephone_number` and
335 - Added support for the TLS feature extension from RFC 7633
338 - Added the functions `util.uri_to_iri()` and `util.iri_to_uri()`
350 - Added the `x509.Certificate.sha1_fingerprint` attribute
357 - Added more OIDs to `algos.EncryptionAlgorithmId`
358 - Added more OIDs to `cms.KeyEncryptionAlgorithmId`
361 - Added `ocsp.OCSPResponse.basic_ocsp_response` and
363 - Added `algos.EncryptionAlgorithm.encryption_mode` property
386 - Added `x509.Name.__len__()`
398 - Added `crl.CertificateList.sha256` and `crl.CertificateList.sha1`
405 - Added Python 2.6 support
406 - Added ability to compare primitive type objects
413 - Added `x509.Certificate.is_valid_domain_ip()`
414 - Added `x509.Certificate.sha1` and `x509.Certificate.sha256`
424 - Added PEM encoding/decoding functionality
430 - Added `core.ParsableOctetString` class
431 - Added `core.ParsableOctetBitString` class
432 - Added `core.Asn1Value.copy()` method
433 - Added `core.Asn1Value.debug()` method
434 - Added `core.SequenceOf.append()` method
435 - Added `core.Sequence.spec()` and `core.SequenceOf.spec()` methods
436 - Added correct IP address parsing to `x509.GeneralName`
439 - Added convenience attributes to:
450 - Added `asn1crypto.util` module with the following items:
454 - Added `setup.py clean` command