• Home
  • Raw
  • Download

Lines Matching full:added

17  - Added OIDs for Edwards curves from RFC 8410 - via @MatthiasValvekens
20 - Added Microsoft OIDs `microsoft_enrollment_csp_provider`
26 - Added Microsoft OID `microsoft_enroll_certtype` (`1.3.6.1.4.1.311.20.2`)
29 - Added various bounds checks to parsing engine *via @davidben*
38 - Added sMIME capabilities (`1.2.840.113549.1.9.15`) support from RFC 2633
54 - Added `encrypt_key_pref` (`1.2.840.113549.1.9.16.2.11`) to
56 - Added Brainpool curves from RFC 5639 to `keys.NamedCurve()`
66 - Added `asn1crypto.load_order()`, which returns a `list` of unicode strings
73 - Added User ID (`0.9.2342.19200300.100.1.1`) to `x509.NameType()`
74 - Added various EC named curves to `keys.NamedCurve()`
86 values. Alternatives have been added to oscrypto.
106 - Added `x509.Certificate().not_valid_before` and
108 - Added `core.BitString().unused_bits`
109 - Added `keys.NamedCurve.register()` for non-mainstream curve OIDs
117 - Added structures for nested SHA-256 Windows PE signatures to
119 - Added RC4 (`1.2.840.113549.3.4`) to `algos.EncryptionAlgorithmId()`
120 - Added secp256k1 (`1.3.132.0.10`) to `keys.NamedCurve()`
121 - Added SHA-3 and SHAKE OIDs to `algos.DigestAlgorithmId()` and
123 - Added RSA ES OAEP (`1.2.840.113549.1.1.7`) to
158 - Added `asn1crypto_tests` package to PyPi
166 - Added various OIDs to `x509.KeyPurposeId()`
167 - Added `x509.Certificate().private_key_usage_period_value`
168 - Added structures for parsing common subject directory attributes for
170 - Added `algos.AnyAlgorithmIdentifier()` for situations where an
191 - Added support for nested explicit tagging, supporting values that are
192 defined with explicit tagging and then added as a field of another
197 - Added the `x509.Certificate.sha256_fingerprint` property
200 - Added CMS Attribute Protection definitions from RFC 6211
201 - Added OIDs from RFC 6962
205 - Added `parser.peek()`
223 - Added support for `2.16.840.1.113894.746875.1.1` OID to
228 - Added `core.load()` for loading standard, universal types without knowing
230 - Added a `strict` keyword arg to the various `load()` methods and functions in
232 - Added `asn1crypto.parser` submodule with `emit()` and `parse()` functions for
234 - Added `asn1crypto.version` for version introspection without side-effects
235 - Added `algos.DSASignature`
242 - Added support for year 0
243 - Added the OID for unique identifier to `x509.NameType`
246 - Added a `.cast()` method to allow converting between different
316 - Added `core.ObjectIdentifier.dotted` attribute to always return dotted
318 - Added `core.ObjectIdentifier.map()` and `core.ObjectIdentifier.unmap()`
321 - Added various Apple OIDs to `x509.KeyPurposeId`
335 - Added `x509.TrustedCertificate` for handling OpenSSL auxiliary certificate
337 - Added `core.Concat` class for situations such as `x509.TrustedCertificate`
340 - Added `keys.PrivateKeyInfo.public_key_info` attribute
341 - Added a bunch of OIDs to `x509.KeyPurposeId`
345 - Added DH key exchange structures: `algos.KeyExchangeAlgorithm`,
347 - Added DH public key support to `keys.PublicKeyInfo`,
359 - Added support for the `name_distinguisher`, `telephone_number` and
373 - Added support for the TLS feature extension from RFC 7633
376 - Added the functions `util.uri_to_iri()` and `util.iri_to_uri()`
388 - Added the `x509.Certificate.sha1_fingerprint` attribute
395 - Added more OIDs to `algos.EncryptionAlgorithmId`
396 - Added more OIDs to `cms.KeyEncryptionAlgorithmId`
399 - Added `ocsp.OCSPResponse.basic_ocsp_response` and
401 - Added `algos.EncryptionAlgorithm.encryption_mode` property
418 a singleton was added as `core.VOID`
424 - Added `x509.Name.__len__()`
436 - Added `crl.CertificateList.sha256` and `crl.CertificateList.sha1`
443 - Added Python 2.6 support
444 - Added ability to compare primitive type objects
451 - Added `x509.Certificate.is_valid_domain_ip()`
452 - Added `x509.Certificate.sha1` and `x509.Certificate.sha256`
462 - Added PEM encoding/decoding functionality
468 - Added `core.ParsableOctetString` class
469 - Added `core.ParsableOctetBitString` class
470 - Added `core.Asn1Value.copy()` method
471 - Added `core.Asn1Value.debug()` method
472 - Added `core.SequenceOf.append()` method
473 - Added `core.Sequence.spec()` and `core.SequenceOf.spec()` methods
474 - Added correct IP address parsing to `x509.GeneralName`
477 - Added convenience attributes to:
488 - Added `asn1crypto.util` module with the following items:
492 - Added `setup.py clean` command