|
From: ejbca-support <ejb...@pr...> - 2014-04-09 12:53:25
|
On 2014-04-09 13:57, Lembitu Ling wrote: > > Hi, > > as i was issuing certificate through EJBCA command line and through CRL I noticed > one issue. I do not know if it is by the standard or a bug - if either RSA key or > exponent begins with byte 00 HEX this byte will be truncated from key or exponent > inside issued certificate. Is there any way to prevent EJBCA doing this ? Hi, RSA exponents are positive integers and the EJBCA makes sure they are represented as such in certificates. This means that the most significant bit (not byte) always is zero (assuming I haven't misunderstood ASN.1...). Anders > > Wbr, > Lembitu Ling > ------------------------------------------------------------------------------ > Put Bad Developers to Shame > Dominate Development with Jenkins Continuous Integration > Continuously Automate Build, Test & Deployment > Start a new project now. Try Jenkins in the cloud. > http://p.sf.net/sfu/13600_Cloudbees > _______________________________________________ > Ejbca-develop mailing list > Ejb...@li... > https://lists.sourceforge.net/lists/listinfo/ejbca-develop > |