aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-02-01remove dead codeMichael Elkins
2012-02-01fix typoh in filenameMichael Elkins
2012-02-01AKI checks still weren't quite right.Rob Austein
2012-01-31Refactor CMS checks, which have gotten complex enough to be worthRob Austein
2012-01-31AKI extension is optional for self-signed RPKI certificates.Rob Austein
2012-01-31Rewrite to avoid running out of memory. Painfully slow with threeRob Austein
2012-01-30merge with tk100Michael Elkins
2012-01-30remove dead code that is deprecated by the changes in tk100.Michael Elkins
2012-01-26Back out over-zealous change introduced as part of [4267] --Rob Austein
2012-01-26Conformance: Check SKI value.Rob Austein
2012-01-26Conformance: Check CMS SID against EE SKI in ROAs.Rob Austein
2012-01-26Manifest EE certificates were not including the SIA signedObject URI,Rob Austein
2012-01-26Conformance tests: tighter checking of AIA and SIA extension values.Rob Austein
2012-01-25Conformance testing: negative serial numbers, wrong date encoding.Rob Austein
2012-01-25Conformance testing: Better checking of RSA keys.Rob Austein
2012-01-25Move a few tests out of the not-TA conditional.Rob Austein
2012-01-25Conformance: Rework checking of X509v3 extensions, add KeyUsageRob Austein
2012-01-24Fix manifest digest length check. Move parse_cert() call etc intoRob Austein
2012-01-24Conformance tests: duplicate extensions.Rob Austein
2012-01-24Conformance tests: digest lengths.Rob Austein
2012-01-23Conformance tests: pedantic checks of key and signature algorithms.Rob Austein
2012-01-23Conformance tests: pedantic checks of CRL timestamps.Rob Austein
2012-01-23Conformance tests: pedantic checks on CRL issuer name, add optionRob Austein
2012-01-21require double confirmation for roa creationMichael Elkins
2012-01-21add form for creating ROA requestsMichael Elkins
2012-01-20create custom template tag for fetching the verbose_name or verbose_name_plur...Michael Elkins
2012-01-20add deletion confirmation to general object detail templateMichael Elkins
2012-01-20add generic template for viewing a list of objects as a tableMichael Elkins
2012-01-20add styled warning message when there are no items in a generic list viewMichael Elkins
2012-01-20wrap long linesMichael Elkins
2012-01-20fix issues reported by pyflakes and pep8 toolsMichael Elkins
2012-01-20fix roa request list template to reflect the irdb RoaRequestPrefix modelMichael Elkins
2012-01-20store the uri field from <list_received_resources/> pdu in order to allow for...Michael Elkins
2012-01-20branch merge with tk100Michael Elkins
2012-01-20add v6 to route viewMichael Elkins
2012-01-20fix route view to work with new gui model for resource certsMichael Elkins
2012-01-20merge with ^/branches/tk100Michael Elkins
2012-01-20add generic object_detail base template for boilerplate detail views with an ...Michael Elkins
2012-01-19initial support for managing repositories and pubclientsMichael Elkins
2012-01-19fixed ghostbuster suppport. app.models.GhostbusterRequest now does multi-tab...Michael Elkins
2012-01-19fixed views to lookup parent/child by pk rather than handleMichael Elkins
2012-01-19fix parent detail view to work with new modelsMichael Elkins
2012-01-19change rpkigui/ to app/ in template path for bootstrap_form.htmlMichael Elkins
2012-01-19merge with ^/branches/tk100Michael Elkins
2012-01-19add as_resource_range method to rpki.gui.models.ASNMichael Elkins
2012-01-19dashboard template filename does not need to be configurableMichael Elkins
2012-01-19unused asn list is composed of resource_range_as, so calling obj.as_resource_...Michael Elkins
2012-01-19use create() instead of add() when constructing a new object rather than addi...Michael Elkins
2012-01-19add new module range_list with implementation of a resource_set type object t...Michael Elkins
2012-01-18IP version in ChildNet is stored as a string; update filterMichael Elkins