Specification of Cryptography for Adaptive Platform AUTOSAR AP R20-11

Total Page:16

File Type:pdf, Size:1020Kb

Specification of Cryptography for Adaptive Platform AUTOSAR AP R20-11 Specification of Cryptography for Adaptive Platform AUTOSAR AP R20-11 Specification of Cryptography for Document Title Adaptive Platform Document Owner AUTOSAR Document Responsibility AUTOSAR Document Identification No 883 Document Status published Part of AUTOSAR Standard Adaptive Platform Part of Standard Release R20-11 Document Change History Date Release Changed by Description AUTOSAR • Rewrote the document to align with 2020-11-30 R20-11 Release AUTOSAR standard Management • Update of Crypto API according to WG-SEC feedback • "Direct" prefix of Crypto API is removed, because now it is single • All bugs found after R18-03 are fixed AUTOSAR • Crypto API is converted for usage of 2019-03-29 19-03 Release basic ara::core types Management • Crypto API is converted for support of the "Exception-less" approach • Detalization of Crypto API specification is extended AUTOSAR 2018-08-20 18-10 Release • Removed crypto API introduced in Management release 17-10 • Crypto API introduced at previous AUTOSAR release is renamed to Modeled API, 2018-03-29 18-03 Release chapter 7 is updated Management • Added specification of additional Direct Crypto API (chapter 9) AUTOSAR 2017-10-27 17-10 Release • Initial release Management 1 of 331 Document ID 883: AUTOSAR_SWS_Cryptography Specification of Cryptography for Adaptive Platform AUTOSAR AP R20-11 Disclaimer This work (specification and/or software implementation) and the material contained in it, as released by AUTOSAR, is for the purpose of information only. AUTOSAR and the companies that have contributed to it shall not be liable for any use of the work. The material contained in this work is protected by copyright and other types of intel- lectual property rights. The commercial exploitation of the material contained in this work requires a license to such intellectual property rights. This work may be utilized or reproduced without any modification, in any form or by any means, for informational purposes only. For any other purpose, no part of the work may be utilized or reproduced, in any form or by any means, without permission in writing from the publisher. The work has been developed for automotive applications only. It has neither been developed, nor tested for non-automotive applications. The word AUTOSAR and the AUTOSAR logo are registered trademarks. 2 of 331 Document ID 883: AUTOSAR_SWS_Cryptography Specification of Cryptography for Adaptive Platform AUTOSAR AP R20-11 Table of Contents 1 Introduction and functional overview5 2 Acronyms and Abbreviations6 3 Related documentation 10 3.1 Input documents & related standards and norms............ 10 3.2 Further applicable specification...................... 13 4 Constraints and assumptions 14 4.1 Constraints................................. 14 4.2 Assumptions................................ 14 4.3 Known limitations.............................. 14 4.4 Applicability to car domains........................ 15 5 Dependencies to other functional clusters 16 5.1 Protocol layer dependencies........................ 16 6 Requirements Tracing 17 7 Functional specification 39 7.1 Functional Cluster Lifecycle........................ 39 7.1.1 Startup.............................. 39 7.1.2 Shutdown............................. 39 7.2 Architectural concepts........................... 40 7.2.1 Integration with Identity and Access Management...... 42 7.2.2 Integration into AUTOSAR................... 43 7.2.3 Application level......................... 45 7.2.4 System service level....................... 46 7.2.5 Bridging domains: the IOInterface............... 46 7.3 Crypto API structure............................ 47 7.4 Crypto API elements............................ 48 7.4.1 Crypto Provider......................... 48 7.4.1.1 Random Number Generator (RNG).......... 49 7.4.1.2 Key Derivation Function (KDF)............ 50 7.4.1.3 Hashing......................... 52 7.4.1.4 Message Authentication Code (MAC)......... 54 7.4.1.5 Symmetric encryption................. 57 7.4.1.6 Authenticated Encryption............... 60 7.4.1.7 Key Wrapping...................... 61 7.4.1.8 Digital signatures.................... 62 7.4.1.9 Asymmetric encryption................. 66 7.4.1.10 Key Encapsulation Mechanism (KEM)........ 68 7.4.1.11 Key Exchange Protocol, Key Exchange Mechanism, and Key Exchange Scheme.............. 69 7.4.1.12 Identification of cryptographic primitives and using one 72 3 of 331 Document ID 883: AUTOSAR_SWS_Cryptography Specification of Cryptography for Adaptive Platform AUTOSAR AP R20-11 7.4.1.13 Support on internal elements (Loading, Update, Im- port, and Export).................... 73 7.4.2 Key Storage Provider...................... 74 7.4.2.1 Serializable interface.................. 76 7.4.2.2 Key Generation..................... 77 7.4.2.3 Exporting and Importing of Key Material....... 78 7.4.3 Certificate handling (X.509 Provider).............. 78 7.4.3.1 Certificate Signing Request.............. 82 7.4.3.2 Using Certificates.................... 82 7.4.3.3 Revocation of certificates............... 86 7.5 Cryptographic Primitives Naming Convention.............. 87 8 API specification 91 8.1 C++ language binding Crypto Provider.................. 91 8.2 C++ language binding Key Storage Provider............... 224 8.3 C++ language binding X509 Certificate Management Provider..... 243 8.4 API Common Data Types......................... 283 8.5 API Reference............................... 291 9 Service Interfaces 322 9.1 Type definitions............................... 322 9.2 Provided Service Interfaces........................ 322 9.3 Required Service Interfaces........................ 322 9.4 Application Errors.............................. 322 A Mentioned Manifest Elements 323 B Interfaces to other Functional Clusters (informative) 330 B.1 Overview................................... 330 B.2 Interface Tables............................... 330 C History of Constraints and Specification Items 331 C.1 Constraint and Specification Item History of this document according to AUTOSAR Release yy-mm....................... 331 4 of 331 Document ID 883: AUTOSAR_SWS_Cryptography Specification of Cryptography for Adaptive Platform AUTOSAR AP R20-11 1 Introduction and functional overview This specification describes the functionality and the configuration for the Adaptive AUTOSAR Functional Cluster Cryptography (FC Crypto) and its API (CryptoAPI, which is part of the AUTOSAR Adaptive Platform Foundation. The FC Crypto offers applications and other Adaptive AUTOSAR Functional Clus- ter a standardized interface, which provides operations for cryptographic and related calculations. These operations include cryptographic operations, key management, and certificate handling. FC Crypto manages the actual implementations of all op- erations, the configuration, and the brokering of operations from applications to imple- mentations. The standardized interface is exposed by the CryptoAPI. The FC Crypto and its CryptoAPI supports both public-key and symmetric-key cryp- tography. It allows applications to use mechanisms such as authentication, encryption, and decryption for automotive services. 5 of 331 Document ID 883: AUTOSAR_SWS_Cryptography Specification of Cryptography for Adaptive Platform AUTOSAR AP R20-11 2 Acronyms and Abbreviations The glossary below includes acronyms and abbreviations relevant to the FC Crypto module that are not included in the [1, AUTOSAR glossary]. Abbreviation / Acronym: Description: ACL Access Control List AE Authenticated Encryption AEAD Authenticated Encryption with Associated Data – Encryption scheme which simultaneously provides confidentiality and au- thenticity of data as well as additional authenticated but not en- crypted data. AES Advanced Encryption Standard – A block cipher for the symmet- ric encryption of electronic data. API Abstract Programming Interface ARA Autosar Runtime Environment for Adaptive Applications ASN.1 Abstract Syntax Notation One, as defined in the ASN.1 standards BER Basic Encoding Rules BLOB Binary Large Object – A Binary Large OBject (BLOB) is a collec- tion of binary data stored as a single entity. CA Certificate Authority or Certification Authority is an entity that is- sues digital certificates. CBC Cipher Block Chaining Mode – A mode of operation for symmetric ciphers (e.g. AES) that supports encryption. CBC-MAC Cipher Block Chaining Message Authentication Mode – A mode of operation for symmetric ciphers (e.g. AES) that supports au- thentication. CCM Counter Mode with CBC-MAC – An AEAD operation mode (en- cryption and authentication) for AES. CMAC Cipher-based Message Authentication Code – A mode of opera- tion for symmetric ciphers (e.g. AES) that supports authentication and is similar but advanced to CBC-MAC. CMP X.509 Certificate Management Provider. CO Cryptographic Object COUID Cryptographic Object Unique Identifier CRL Certificate Revocation Lists is a list of digital certificates that have been revoked before their expiration date was reached. This list contains all the serial numbers of the revoked certificates and the revoked data. CSR Certificate Signing Request CTL Certificate Trust List is a list of digital certificates that are explic- itly trusted in this environment. This list contains all the serial numbers of the explicitly trusted certificates. DER Distinguished Encoding Rules as defined in [2] DH Diffie-Hellman (key exchange method) ECC Elliptic Curve Cryptography – Public-key cryptography based on the structure of elliptic curves. ECDH Elliptic Curve Diffie-Hellman – An ECC
Recommended publications
  • Kalyna Country Tourism Development Strategy
    KALYNA COUNTRY TOURISM DEVELOPMENT STRATEGY Table of Contents EXECUTIVE SUMMARY ..............................................................................................................5 INTRODUCTION ........................................................................................................................10 Background..........................................................................................................................10 Project Objectives................................................................................................................11 Process Overview................................................................................................................11 SITUATION ASSESSMENT: Where are we now? ....................................................................16 Study Area...............................................................................................................................17 Themes ...................................................................................................................................18 Lures and Clusters: Kalyna’s Tourism Resource ....................................................................19 Key Attractions and Clusters ...............................................................................................19 Market Analysis .......................................................................................................................27 Trends in Alberta Tourism ...................................................................................................27
    [Show full text]
  • The Sword, November 2020
    NOVEMBER 2020 VOLUME 59 | ISSUE 3 2 Marginalized Students at Concordia Share Grievances: Recent Sit-In BY MARYKATE FENSTERMAKER 6 Milestone in Catholic History with First African American Cardinal BY ERIKA SOUKUP 8 How to Enjoy Thanksgiving Without Killing Grandma BY RYAN SKILLE 11 CSP Baseball Team Sends Uniforms to Nicaragua BY DAVINA BELLINGER 20 Criminal Justice & Sociology Club holds Open Conversation BY REBECCA BEASLEY Photo Credit: Rene Elias *THIS IS NOT AN OFFICIAL CSP PUBLICATION AND DOES NOT NECESSARILY REFLECT THE VIEWS OF THE ADMINISTRATION, FACULTY, OR STAFF. SPECIAL THANKS TO THE CONTRIBUTING SPONSORS. 1 THE SWORD NEWSPAPER NOVEMBER 2020 VOLUME 59 | ISSUE 3 NEWS CONCORDIA ST. PAUL’S OFFICIAL STUDENT NEWSPAPER SINCE 1966 EDITOR IN CHIEF Anna Fritze Letter from the Editor Marginalized Students at Concordia ART DIRECTOR BY ANNA FRITZE Share Grievances: Recent Sit-In Carli Bruckmueller alloween has come and gone, the u.s. NEWS EDITOR is in its second wave of the coronavirus, and our Organized by Black Students Harry Lien H nation will have a new president in January. What a roller coaster this month has been. So, it’s pretty Challenges Administration SPORTS EDITOR much been like every other month since March! Crazy Jaid Perry BY MARYKATE FENSTERMAKER what America can throw at you. ARTS & VARIETY EDITOR Before I released last month’s issue, I was most expectant group of around 30 students staged a sit-on in the Tunnel on Friday Oct. Davina Bellinger of receiving negative feedback due to the majority of the 30th to express their dissatisfaction with Concordia’s response to Black students paper taking the liberal side of the election.
    [Show full text]
  • International Journal of Computer Engineering and Applications, Volume XII, Special Issue, May 18, ISSN 2321-3469
    International Journal of Computer Engineering and Applications, Volume XII, Special Issue, May 18, www.ijcea.com ISSN 2321-3469 PROVIDING RESTRICTIONS AGAINST ATTACK AND CONGESTION CONTROL IN PUBLICINFRASTRUCTURE CLOUD Nousheen R1, Shanmugapriya M2, Sujatha P3,Dhinakaran D4 Student, Computer Science and Engineering, Peri Institute of Technology, Chennai, India 1,2,3 Assistant professor, Computer Science and Engineering, Peri Institute of Technology, Chennai, India 4 ABSTRACT: Cloud computing is current trend in market .It reduce the cost and complexity of service providers by the means of capital and operational cost.It allows users to access application remotely. This construct directs cloud service provider to handle cost of servers, software updates,etc. If the session tokens are not properly protected, an attacker can hijack an active session and assume the identity of a user. To focusing on session hijacking and broken authenticationOTP is generated it will send user mail.Once the user is authenticatedthey will be split into virtual machine it is initiate to the upload process into the cloud.Thecloud user files are uploaded and stored in domain based .Also in our proposed system encryption keys are maintained outside of the IaaS domain.For encryption, we proposed RSA algorithm .For data owner file encryption, we use camellia algorithm. Finally the files are stored in the public cloud named CloudMe. Keywords: Cloud computing, session hijacking, OTP, Virtual machine, Iaas, CloudMe [1] INTRODUCTION Cloud computing is an information technology(IT) standard that enables universal access to share group of configurable system resource and higher-level services that can be quickly provisioned with minimal management effort, often over the internet.
    [Show full text]
  • Ethical Hacking
    Official Certified Ethical Hacker Review Guide Steven DeFino Intense School, Senior Security Instructor and Consultant Contributing Authors Barry Kaufman, Director of Intense School Nick Valenteen, Intense School, Senior Security Instructor Larry Greenblatt, Intense School, Senior Security Instructor Australia • Brazil • Japan • Korea • Mexico • Singapore • Spain • United Kingdom • United States Official Certified Ethical Hacker © 2010 Course Technology, Cengage Learning Review Guide ALL RIGHTS RESERVED. No part of this work covered by the copyright herein Steven DeFino may be reproduced, transmitted, stored or used in any form or by any means Barry Kaufman graphic, electronic, or mechanical, including but not limited to photocopying, Nick Valenteen recording, scanning, digitizing, taping, Web distribution, information networks, Larry Greenblatt or information storage and retrieval systems, except as permitted under Section 107 or 108 of the 1976 United States Copyright Act, without the prior Vice President, Career and written permission of the publisher. Professional Editorial: Dave Garza Executive Editor: Stephen Helba For product information and technology assistance, contact us at Managing Editor: Marah Bellegarde Cengage Learning Customer & Sales Support, 1-800-354-9706 For permission to use material from this text or product, Senior Product Manager: submit all requests online at www.cengage.com/permissions Michelle Ruelos Cannistraci Further permissions questions can be e-mailed to Editorial Assistant: Meghan Orvis [email protected]
    [Show full text]
  • The Kalyna Block Cipher
    A New Encryption Standard of Ukraine: The Kalyna Block Cipher Roman Oliynykov1, Ivan Gorbenko1, Oleksandr Kazymyrov4, Victor Ruzhentsev4, Oleksandr Kuznetsov3, Yurii Gorbenko1, Oleksandr Dyrda2, Viktor Dolgov3, Andrii Pushkaryov2, Ruslan Mordvinov4, Dmytro Kaidalov4 1 JSC Institute of Information Technologies, 2 State Service of Special Communication and Information Protection of Ukraine, 3 V.N.Karazin Kharkiv National University 4 Kharkiv National University of Radio Electronics Ukraine [email protected], [email protected], [email protected] Abstract. The Kalyna block cipher was selected during Ukrainian Na- tional Public Cryptographic Competition (2007-2010) and its slight mod- ification was approved as the new encryption standard of Ukraine in 2015. Main requirements for Kalyna were both high security level and high per- formance of software implementation on general-purpose 64-bit CPUs. The cipher has SPN-based (Rijndael-like) structure with increased MDS matrix size, a new set of four different S-boxes, pre- and postwhitening using modulo 264 addition and a new construction of the key schedule. Kalyna supports block size and key length of 128, 256 and 512 bits (key length can be either equal or double of the block size). On the time of this paper publishing, no more effective cryptanalytic attacks than ex- haustive search are known. In this paper we present the adapted English translated specification of Kalyna as it is given in the national standard of Ukraine. 1 Introducton Block ciphers are the most widely used symmetric cryptographic primitives. Besides providing confidentiality, they are also used as main components in hashing functions, message authentication codes, pseudorandom number generators, etc.
    [Show full text]
  • Cryptographic Analysis of Rijndael-Like Cipher
    Scientific and Practical Cyber Security Journal (SPCSJ) 2(3): 42-46 ISSN 2587-4667 Scientific Cyber Security Association (SCSA) CRYPTOGRAPHIC ANALYSIS OF RIJNDAEL-LIKE CIPHER Kovalov S., Maslova N., Psel V. Donetsk National Technical University, Pokrovsk, Ukraine ABSTRACT. The algorithm of linear-algebraic cryptanalysis of Rijndael-like cipher is proposed. The approach connected with the allocation of round differentials is considered. The description and justification of the algorithm are fulfilled, the requirements are formulated, the general model is described. The parameters for increasing the speed algorithm are specified. KEYWORDS: Linear Cryptanalysis; Algebraic Cryptanalysis; Differentials; Cipher; Algorithm INTRODUCTON The task of analyzing the reliability of cryptographic algorithms is one of the topical problems of information security. In connection with continuously improving technologies, this issue is under the constant supervision of specialists. In 2015 Ukraine introduced a new national cryptographic standard for the block symmetric conversion of DSTU 7624: 2014 [1]. The standard defines the structure of the Kalyna cipher and the modes of its operation and supports the block size and the length of the encryption key 128, 256 and 512 bits. The model has a Square-like SPN-structure. Analogues of this structure are used in algorithms AES / Rijndael, Whirlpool, Stribog, Kuznyechik “Grasshopper” block cipher and a number of others. In addition to the block cipher, DSTU 7624: 2014 defines the modes of operation corresponding to ISO 10116: 2006, includes additional features that are oriented to modern cryptographic protection systems, provides for the possibility of effective implementation on most modern software or hardware and software platforms. At the heart of the standard is a cyclic transformation, built on the basis of tables of substitution (S-blocks) and multiplication by an MDS-matrix over a finite field.
    [Show full text]
  • Durham Research Online
    Durham Research Online Deposited in DRO: 08 November 2018 Version of attached le: Published Version Peer-review status of attached le: Peer-reviewed Citation for published item: Calixto, Cristiane P.G. and Guo, Wenbin and James, Allan B. and Tzioutziou, Nikoleta A. and Entizne, Juan Carlos and Panter, Paige E. and Knight, Heather and Nimmo, Hugh G. and Zhang, Runxuan and Brown, John W.S. (2018) 'Rapid and dynamic alternative splicing impacts the Arabidopsis cold response transcriptome.', Plant cell., 30 . pp. 1424-1444. Further information on publisher's website: https://doi.org/10.1105/tpc.18.00177 Publisher's copyright statement: Article available via a Creative Commons CC-BY 4.0 license. Additional information: Use policy The full-text may be used and/or reproduced, and given to third parties in any format or medium, without prior permission or charge, for personal research or study, educational, or not-for-prot purposes provided that: • a full bibliographic reference is made to the original source • a link is made to the metadata record in DRO • the full-text is not changed in any way The full-text must not be sold in any format or medium without the formal permission of the copyright holders. Please consult the full DRO policy for further details. Durham University Library, Stockton Road, Durham DH1 3LY, United Kingdom Tel : +44 (0)191 334 3042 | Fax : +44 (0)191 334 2971 https://dro.dur.ac.uk CM The Plant Cell, Vol. 30: 1424–1444, July 2018, www.plantcell.org © 2018 The author(s). LARGE-SCALE BIOLOGY ARTICLE Rapid and Dynamic Alternative Splicing Impacts the Arabidopsis Cold Response Transcriptome[CC-BY] Cristiane P.G.
    [Show full text]
  • High-Speed and Secure Hash Function for Blockchain Security Mechanisms
    Scientific and Practical Cyber Security Journal (SPCSJ) 4(1): 65 – 70 ISSN 2587-4667 Scientific Cyber Security Association (SCSA) HIGH-SPEED AND SECURE HASH FUNCTION FOR BLOCKCHAIN SECURITY MECHANISMS Anatoliy Hrytsak1, Vasyl Kinzeryavyy2, Dmytro Prysiazhnyi1, Yuliia Burmak3, Yevhen Samoylik2 1Vinnytsia National Technical University, Vinnytsia, Ukraine 2National Aviation University, Kyiv, Ukraine 2Kyiv College of Communication, Kyiv, Ukraine ABSTRACT: Information communication technologies development and the emergence of new attack types leads to increasing the amount of existing hash functions vulnerabilities and other disadvantages. In every blockchain security mechanisms each block contains a cryptographic hash of the previous block, a timestamp, and transaction data. New hash function development is very actual and value research task. Thus, in this paper a new hash function was proposed, which was based on well-known hash function. Improvements involved a number of changes: increased the size of words and an increase in the message digest; at the pre-processing stage, the incoming message is supplemented by a pseudo-random sequence; the numbers of nonlinear functions are increased. The proposed changes allow reducing the number of rounds in the compression function, which will guarantee at least similar security indicators with simultaneous increase in data processing speed. KEYWORDS: Information Communication Technologies, Cybersecurity, Blockchain Security, High-Speed, Hash Function, Data Processing, Confidentiality and Integrity. I. Introduction Every year the level of information security is increasing in organizations of different forms ownership. First of all, this is due to an increase in the flow of information that is provided in real time with the help of Internet resources. Through the web-portals of the organization highlight results of its activities, provide online services and financial services, conduct financial transactions and etc.
    [Show full text]
  • Boomerang Uniformity of Popular S-Box Constructions
    Boomerang Uniformity of Popular S-box Constructions Shizhu Tian1;3;4, Christina Boura1;2, and Leo´ Perrin1 1 Inria, Paris, France. [email protected] 2 Universite´ de Versailles, Versailles, France [email protected] 3 State Key Laboratory of Information Security, Institute of Information Engineering, Chinese Academy of Sciences, Beijing, China 4 School of Cyber Security, University of Chinese Academy of Sciences, Beijing, China [email protected] Abstract. In order to study the resistance of a block cipher against boomerang attacks, a tool called the Boomerang Connectivity Table (BCT) for S-boxes was recently introduced. Very little is known today about the properties of this table especially for bijective S-boxes defined for n variables with n 0 mod 4. In this work we study the boomerang uniformity of some popular constructions used≡ for building large S-boxes, e.g. for 8 variables, from smaller ones. We show that the BCTs of all the studied constructions have abnormally high values in some positions. This remark permits us in some cases to link the boomerang properties of an S-box with other well-known cryptanalytic techniques on such constructions while in other cases it leads to the discovery of new ones. A surprising outcome concerns notably the Feistel and MISTY networks. While these two structures are very similar, their boomerang uniformity can be very different. In a second time, we investigate the boomerang uniformity under EA-equivalence for Gold and the inverse function (as used respectively in MPC-friendly ciphers and the AES) and we prove that the boomerang uniformity is EA-invariant in these cases.
    [Show full text]
  • Efficient Large-State Tweakable Block Ciphers from the AES Round Function
    Pholkos – Efficient Large-state Tweakable Block Ciphers from the AES Round Function Jannis Bossert, Eik List, Stefan Lucks and Sebastian Schmitz Bauhaus-Universität Weimar, Weimar Germany <firstname>.<lastname>(at)uni-weimar.de Abstract. With the dawn of quantum computers, higher security than 128 bits has become desirable for primitives and modes. During the past decade, highly secure hash functions, MACs, and encryption schemes have been built primarily on top of keyless permutations, which simplified their analyses and implementation due to the absence of a key schedule. However, the security of these modes is most often limited to the birthday bound of the state size, and their analysis may require a different security model than the easier-to-handle secret-permutation setting. Yet, larger state and key sizes are desirable not only for permutations but also for other primitives such as block ciphers. Using the additional public input of tweakable block ciphers for domain separation allows for exceptionally high security or performance as recently proposed modes have shown. Therefore, it appears natural to ask for such designs. While security is fundamental for cryptographic primitives, performance is of similar relevance. Since 2009, processor-integrated instructions have allowed high throughput for the AES round function, which already motivated various constructions based on it. Moreover, the four-fold vectorization of the AES instruction sets in Intel’s Ice Lake architecture is yet another leap in terms of performance and gives rise to exploit the AES round function for even more efficient designs. This work tries to combine all aspects above into a primitive and to build upon years of existing analysis on its components.
    [Show full text]
  • Seed Dormancy in Arabidopsis Requires Self-Binding Ability Of
    RESEARCH ARTICLE Seed Dormancy in Arabidopsis Requires Self- Binding Ability of DOG1 Protein and the Presence of Multiple Isoforms Generated by Alternative Splicing Kazumi Nakabayashi¤a☯, Melanie Bartsch¤b☯, Jia Ding, Wim J. J. Soppe* Department of Plant Breeding and Genetics, Max Planck Institute for Plant Breeding Research, Cologne, Germany a11111 ☯ These authors contributed equally to this work. ¤a Current address: School of Biological Sciences, Royal Holloway University of London, Egham, Surrey, United Kingdom ¤b Current address: Institute of Horticultural Production Systems, Section Woody Plant and Propagation Physiology, Leibniz Universität Hannover, Germany * [email protected] OPEN ACCESS Abstract Citation: Nakabayashi K, Bartsch M, Ding J, Soppe WJJ (2015) Seed Dormancy in Arabidopsis Requires The Arabidopsis protein DELAY OF GERMINATION 1 (DOG1) is a key regulator of seed Self-Binding Ability of DOG1 Protein and the dormancy, which is a life history trait that determines the timing of seedling emergence. The Presence of Multiple Isoforms Generated by Alternative Splicing. PLoS Genet 11(12): e1005737. amount of DOG1 protein in freshly harvested seeds determines their dormancy level. doi:10.1371/journal.pgen.1005737 DOG1 has been identified as a major dormancy QTL and variation in DOG1 transcript levels Editor: Steven Penfield, University of York, UNITED between accessions contributes to natural variation for seed dormancy. The DOG1 gene is KINGDOM alternatively spliced. Alternative splicing increases the transcriptome and proteome diver- Received: August 21, 2015 sity in higher eukaryotes by producing transcripts that encode for proteins with altered or lost function. It can also generate tissue specific transcripts or affect mRNA stability. Here Accepted: November 23, 2015 we suggest a different role for alternative splicing of the DOG1 gene.
    [Show full text]
  • The Ukrainian Weekly 2001, No.21
    www.ukrweekly.com INSIDE:• Follow-up on Taras Shevchenko Place controversy — page 3. • Latvia’s president on defending our languages — page 8. • Literary awards and celebrations in the news — page 13. Published by the Ukrainian National Association Inc., a fraternal non-profit association Vol. LXIX No. 21 THE UKRAINIAN WEEKLY SUNDAY, MAY 27, 2001 $1/$2 in Ukraine HE KRAINIANKuchma namesEEKLY Anatolii Kinakh MemorialT to slain journalistsU disappears W by Roman Woronowycz of what would have been Mr. as Ukraine’s 10th prime minister Kyiv Press Bureau Gongadze’s 32 birthday and was one of several actions held on May 21 in memo- KYIV – A damaged memorial to ry of the late journalist, including the by Roman Woronowycz Parliament, however, that a good number Heorhii Gongadze and other slain establishment of a small tent city before Kyiv Press Bureau of leftist lawmakers are ready to support his nomination if he offers to adopt a few Ukrainian journalists disappeared on the Verkhovna Rada building by support- KYIV – After extensive consultations May 23, not fully two days after it was ers of the Patriotic Party of Ukraine. planks of their political agendas. with leaders of most all Verkhovna Rada The Verkhovna Rada’s powerful first erected outside the offices of an inde- Few supporters of the Ukraine factions in order to smooth the confirma- pendent news agency in Kyiv. Without Kuchma oppositionist group, vice-chairman, Viktor Medvedchuk – tion process, President Leonid Kuchma whose endorsement is crucial if Mr. The monument had appeared in honor which commissioned the monument, had nominated Anatolii Kinakh to be Ukraine’s believed the four-foot-high black marble Kinakh is to be confirmed by the lawmak- 10th prime minister on May 21.
    [Show full text]