Lines Matching +full:force +full:- +full:load +full:- +full:on +full:- +full:access
5 - `core.ObjectIdentifier` and all derived classes now obey X.660 §7.6 and
9 - Fixed `keys.PublicKeyInfo.bit_size` to return an int rather than a float
10 on Python 3 when working with elliptic curve keys
11 - Fixed the `asn1crypto-tests` sdist on PyPi to work properly to generate a
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()`
19 - Fixed `x509.Certificate().subject_directory_attributes_value`
20 - Fixed some incorrectly computed minimum elliptic curve primary key
22 - Fixed a `TypeError` when trying to call `.untag()` or `.copy()` on a
28 - Added `asn1crypto.load_order()`, which returns a `list` of unicode strings
29 of the names of the fully-qualified module names for all of submodules of
30 the package. The module names are listed in their dependency load order.
35 - Added User ID (`0.9.2342.19200300.100.1.1`) to `x509.NameType()`
36 - Added various EC named curves to `keys.NamedCurve()`
40 - Fix an absolute import in `keys` to a relative import
44 - Backwards Compatibility Breaks
45 - `cms.KeyEncryptionAlgorithmId().native` now returns the value
47 - Removed functionality to calculate public key values from private key
49 - `keys.PrivateKeyInfo().unwrap()` is now
51 - `keys.PrivateKeyInfo().public_key` is now
53 - `keys.PrivateKeyInfo().public_key_info` is now
55 - `keys.PrivateKeyInfo().fingerprint` is now
57 - `keys.PublicKeyInfo().unwrap()` is now
59 - `keys.PublicKeyInfo().fingerprint` is now
61 - Enhancements
62 - Significantly improved parsing of `core.UTCTime()` and
65 - `util.timezone` has a more complete implementation
66 - `core.Choice()` may now be constructed by a 2-element tuple or a 1-key
68 - Added `x509.Certificate().not_valid_before` and
70 - Added `core.BitString().unused_bits`
71 - Added `keys.NamedCurve.register()` for non-mainstream curve OIDs
72 - No longer try to load optional performance dependency, `libcrypto`,
73 on Mac or Linux
74 - `ocsp.CertStatus().native` will now return meaningful unicode string
77 - Add support for explicit RSA SSA PSS (`1.2.840.113549.1.1.10`) to
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
87 - Add IKE Intermediate (`1.3.6.1.5.5.8.2.2`) to `x509.KeyPurposeId()`
88 - `x509.EmailAddress()` and `x509.DNSName()` now handle invalidly-encoded
90 - Add parameter structue from RFC 5084 for AES-CCM to
92 - Improved robustness of parsing broken `core.Sequence()` and
94 - Bug Fixes
95 - Fixed encoding of tag values over 30
96 - `core.IntegerBitString()` and `core.IntegerOctetString()` now restrict
97 values to non-negative integers since negative values are not
99 - When copying or dumping a BER-encoded indefinite-length value,
100 automatically force re-encoding to DER. *To ensure all nested values are
101 always DER-encoded, `.dump(True)` must be called.*
102 - Fix `UnboundLocalError` when calling `x509.IPAddress().native` on an
104 - Fixed passing `class_` via unicode string name to `core.Asn1Value()`
105 - Fixed a bug where EC private keys with leading null bytes would be
107 - Fixed some edge-case bugs in `util.int_to_bytes()`
108 - `x509.URI()` now only normalizes values when comparing
109 - Fixed BER-decoding of indefinite length `core.BitString()`
110 - Fixed DER-encoding of empty `core.BitString()`
111 - Fixed a missing return value for `core.Choice().parse()`
112 - Fixed `core.Choice().contents` working when the chosen alternative is a
114 - Fixed parsing and encoding of nested `core.Choice()` objects
115 - Fixed a bug causing `core.ObjectIdentifier().native` to sometimes not
117 - Packaging
118 - `wheel`, `sdist` and `bdist_egg` releases now all include LICENSE,
120 - Added `asn1crypto_tests` package to PyPi
124 - `x509.Certificate().self_signed` will no longer return `"yes"` under any
127 to confirm if a certificate is self-signed.
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
135 - Fixed a bug with `x509.Certificate().subject_directory_attributes_value`
137 - Fixed a bug where explicitly-tagged fields in a `core.Sequence()` would
139 - Fixed a bug with type checking in `pem.armor()`
143 - Backwards compatibility break: the `tag_type`, `explicit_tag` and
144 `explicit_class` attributes on `core.Asn1Value` no longer exist and were
149 - Teletex strings used inside of X.509 certificates are now interpreted
150 using Windows-1252 (a superset of ISO-8859-1). This enables compatibility
153 - Added support for nested explicit tagging, supporting values that are
156 - Fixed a `UnicodeDecodeError` when trying to find the (optional) dependency
157 OpenSSL on Python 2
158 - Fixed `next_update` field of `crl.TbsCertList` to be optional
159 - Added the `x509.Certificate.sha256_fingerprint` property
160 - `x509.Certificate.ocsp_urls` and `x509.DistributionPoint.url` will now
162 - Added CMS Attribute Protection definitions from RFC 6211
163 - Added OIDs from RFC 6962
167 - Added `parser.peek()`
168 - Implemented proper support for BER-encoded indefinite length strings of
169 all kinds - `core.BitString`, `core.OctetString` and all of the `core`
171 - Fixed a bug with encoding LDAP URLs in `x509.URI`
172 - Correct `x509.DNSName` to allow a leading `.`, such as when used with
174 - Fixed an issue with dumping the parsed contents of `core.Any` when
176 - Custom `setup.py clean` now accepts the short `-a` flag for compatibility
180 - Fixed a regression where explicit tagging of a field containing a
182 - Fixed a bug where an `IndexError` was being raised instead of a `ValueError`
184 - Corrected the spec for the `value` field of `pkcs12.Attribute`
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
195 low-level integration
196 - Added `asn1crypto.version` for version introspection without side-effects
197 - Added `algos.DSASignature`
198 - Fixed a bug with the `_header` attribute of explicitly-tagged values only
204 - Added support for year 0
205 - Added the OID for unique identifier to `x509.NameType`
206 - Fixed a bug creating the native representation of a `core.BitString` with
208 - Added a `.cast()` method to allow converting between different
214 - Force `algos.DigestAlgorithm` to encoding `parameters` as `Null` when the
216 - Resolved an issue where a BER-encoded indefinite-length value could not be
218 - Fix `x509.Name.build()` to properly handle dotted OID type values
219 - `core.Choice` can now be constructed from a single-element `dict` or a
220 two-element `tuple` to allow for better usability when constructing values
222 - All `core` objects can now be passed to `print()` with an exception being
227 - Don't fail importing if `ctypes` or `_ctypes` is not available
231 - `core.Sequence` will now raise an exception when an unknown field is provided
232 - Prevent `UnicodeDecodeError` on Python 2 when calling
234 - Corrected the default value for the `hash_algorithm` field of
236 - Fixed a bug constructing a `cms.SignedData` object
237 - Ensure that specific RSA OIDs are always paired with `parameters` set to
242 - Fixed DER encoding of `core.BitString` when a `_map` is specified (i.e. a
245 - Corrected a side effect in `keys.PrivateKeyInfo.wrap()` that would cause the
247 - `core.IntegerOctetString` now correctly encodes the integer as an unsigned
250 - Fix `util.int_from_bytes()` on Python 2 to return `0` from an empty byte
255 - Allow `_perf` submodule to be removed from source tree when embedding
259 - Fixed DER encoding of `core.Set` and `core.SetOf`
260 - Fixed a bug in `x509.Name.build()` that could generate invalid DER encoding
261 - Improved exception messages when parsing nested structures via the `.native`
263 - `algos.SignedDigestAlgorithm` now ensures the `parameters` are set to
266 - Corrected the definition of `pdf.AdobeTimestamp` to mark the
268 - Add support for the OID `1.2.840.113549.1.9.16.2.14` to
270 - Improve attribute support for `cms.AttributeCertificateV2`
271 - Handle `cms.AttributeCertificateV2` when incorrectly tagged as
276 - Improved general parsing performance by 10-15%
277 - Add support for Windows XP
278 - Added `core.ObjectIdentifier.dotted` attribute to always return dotted
280 - Added `core.ObjectIdentifier.map()` and `core.ObjectIdentifier.unmap()`
281 class methods to map dotted integer unicode strings to user-friendly unicode
283 - Added various Apple OIDs to `x509.KeyPurposeId`
284 - Fixed a bug parsing nested indefinite-length-encoded values
285 - Fixed a bug with `x509.Certificate.issuer_alt_name_value` if it is the first
287 - `keys.PublicKeyInfo.bit_size` and `keys.PrivateKeyInfo.bit_size` values are
292 - Fix a bug in `x509.URI` parsing IRIs containing explicit port numbers on
297 - Added `x509.TrustedCertificate` for handling OpenSSL auxiliary certificate
299 - Added `core.Concat` class for situations such as `x509.TrustedCertificate`
300 - Allow "broken" X.509 certificates to use `core.IA5String` where an
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`,
315 - Fixed `cms.CMSAttributes` to be a `core.SetOf` instead of `core.SequenceOf`
316 - `cms.CMSAttribute` can now parse unknown attribute contrustruct without an
318 - `x509.PolicyMapping` now uses `x509.PolicyIdentifier` for field types
319 - Fixed `pdf.RevocationInfoArchival` so that all fields are now of the type
321 - Added support for the `name_distinguisher`, `telephone_number` and
323 - Fixed `x509.Name.native` to not accidentally create nested lists when three
325 - `x509.Name.human_friendly` now reverses the order of fields when the data
326 in an `x509.Name` was encoded in most-specific to least-specific order, which
327 is the opposite of the standard way of least-specific to most-specific.
328 - `x509.NameType.human_friendly` no longer raises an exception when an
330 - Raise a `ValueError` when parsing a `core.Set` and an unknown field is
335 - Added support for the TLS feature extension from RFC 7633
336 - `x509.Name.build()` now accepts a keyword parameter `use_printable` to force
338 - Added the functions `util.uri_to_iri()` and `util.iri_to_uri()`
339 - Changed `algos.SignedDigestAlgorithmId` to use the preferred OIDs when
346 - Fixed a bug generating `x509.Certificate.sha1_fingerprint` on Python 2
350 - Added the `x509.Certificate.sha1_fingerprint` attribute
354 - Backwards compatibility break: the native representation of some
357 - Added more OIDs to `algos.EncryptionAlgorithmId`
358 - Added more OIDs to `cms.KeyEncryptionAlgorithmId`
359 - `x509.Name.human_friendly` now properly supports multiple values per
361 - Added `ocsp.OCSPResponse.basic_ocsp_response` and
363 - Added `algos.EncryptionAlgorithm.encryption_mode` property
364 - Fixed a bug with parsing times containing timezone offsets in Python 3
365 - The `attributes` field of `csr.CertificationRequestInfo` is now optional,
370 - Correct `core.Sequence.__setitem__()` so set `core.VOID` to an optional
375 - Fixed a `unicode`/`bytes` bug with `x509.URI.dump()` on Python 2
379 - Backwards Compatibility Break: `core.NoValue` was renamed to `core.Void` and
381 - 20-30% improvement in parsing performance
382 - `core.Void` now implements `__nonzero__`
383 - `core.Asn1Value.copy()` now performs a deep copy
384 - All `core` value classes are now compatible with the `copy` module
385 - `core.SequenceOf` and `core.SetOf` now implement `__contains__`
386 - Added `x509.Name.__len__()`
387 - Fixed a bug where `core.Choice.validate()` would not properly account for
389 - `core.Choice.load()` now properly passes itself as the spec when parsing
390 - `x509.Certificate.crl_distribution_points` no longer throws an exception if
396 - Corrected `core.UTCTime` to interpret year <= 49 as 20xx and >= 50 as 19xx
397 - `keys.PublicKeyInfo.hash_algo` can now handle DSA keys without parameters
398 - Added `crl.CertificateList.sha256` and `crl.CertificateList.sha1`
399 - Fixed `x509.Name.build()` to properly encode `country_name`, `serial_number`
405 - Added Python 2.6 support
406 - Added ability to compare primitive type objects
407 - Implemented proper support for internationalized domains, URLs and email
409 - Comparing `x509.Name` and `x509.GeneralName` objects adheres to RFC 5280
410 - `x509.Certificate.self_signed` and `x509.Certificate.self_issued` no longer
412 - Fixed `x509.Certificate.valid_domains` to adhere to RFC 6125
413 - Added `x509.Certificate.is_valid_domain_ip()`
414 - Added `x509.Certificate.sha1` and `x509.Certificate.sha256`
415 - Exposed `util.inet_ntop()` and `util.inet_pton()` for IP address encoding
416 - Improved exception messages for improper types to include type's module name
420 - Fixed bug in `core.Sequence` affecting Python 2.7 and pypy
424 - Added PEM encoding/decoding functionality
425 - `core.BitString` now uses item access instead of attributes for named bit
426 access
427 - `core.BitString.native` now uses a `set` of unicode strings when `_map` is
429 - Removed `core.Asn1Value.pprint()` method
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`
437 - `x509.Name` and `x509.GeneralName` are now compared according to rules in
439 - Added convenience attributes to:
440 - `algos.SignedDigestAlgorithm`
441 - `crl.CertificateList`
442 - `crl.RevokedCertificate`
443 - `keys.PublicKeyInfo`
444 - `ocsp.OCSPRequest`
445 - `ocsp.Request`
446 - `ocsp.OCSPResponse`
447 - `ocsp.SingleResponse`
448 - `x509.Certificate`
449 - `x509.Name`
450 - Added `asn1crypto.util` module with the following items:
451 - `int_to_bytes()`
452 - `int_from_bytes()`
453 - `timezone.utc`
454 - Added `setup.py clean` command
458 - Initial release