aboutsummaryrefslogtreecommitdiff
path: root/pyasn1_modules/rfc2459.py
AgeCommit message (Collapse)Author
2019-07-31Make SIZE OF constraint operational (#46)Ilya Etingof
Changes `ValueSizeConstraint` erroneously applied to `SequenceOf` and `SetOf` objects via `subtypeConstraint` attribute to be applied via `sizeSpec` attribute. Although `sizeSpec` takes the same constraint objects as `subtypeConstraint`, the former is only verified on de/serialization i.e. when the [constructed] object at hand is fully populated, while the latter is applied to [scalar] types at the moment of instantiation. This change also bumps pyasn1 requirement to 0.4.6.
2018-12-29 Extend copyright notice to the year 2019Ilya Etingof
2018-03-29copyright years updated, SF refs removedIlya Etingof
2017-11-23imports pep8'ed and optimizedIlya Etingof
2017-09-13WIP: open types supportIlya Etingof
2017-09-10WIP: open types supportIlya Etingof
2017-07-04MAX values from the RFC specs should be set to infinite.Frank Zonneveld
Handling of MAX in RFC should be translated to infinity as stated in pyasn1 documentation, see http://pyasn1.sourceforge.net/docs/tutorial.html#integer-type
2017-04-19refactored to keep instances in X.509 maps, as opposed to classesIlya Etingof
2017-04-19X.509 cert attributes map addedIlya Etingof
2017-04-18CRLDistPointsSyntax fixIlya Etingof
2017-04-18fix to CRLDistributionPointsIlya Etingof
2017-04-18X.509 certificate extensions map addedIlya Etingof
2017-01-11email changed, copyright extended to year 2017Ilya Etingof
2016-03-27pep8 reformattedIlya Etingof
2015-12-29copyright added to source fileselie
2015-08-17- Fix to misspelled rfc2459.NameConstraints component tag IDelie
- Fix to misspelled rfc2459.GeneralSubtree component default status
2015-08-16fix to misspelled rfc2459.id_at_sutname variableelie
2015-08-01fix to rfc2459.BasicConstraints syntaxelie
2015-05-20typo fix to id_kp_serverAuth object valueelie
2013-07-04fix to rfc2459.CRLDistPointsSyntax typoelie
2012-04-11complete PKIX1 '88 code implementedelie
2012-04-09DSAPrivateKey moved in hereelie
2011-02-17Initial revisionelie