yabadabaduca / javaemvreader

Automatically exported from code.google.com/p/javaemvreader
Apache License 2.0
0 stars 0 forks source link

NullPointerException while validating ICCPublicKeyCertificate #7

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
During the validation of the ICC Public Key Certificate, the reference to the 
Issuer Certifiate may be null. This happens when the ICCPublicKeyCertificate 
object was created before the IssuerCertificate object.

To reproduce the issue, read a card that contains the ICC Certificate in a 
record placed before the Issuer Certificate (this happened to my VISA Electron 
card that I tested the program with).

I have attached a patch for this issue.

Original issue reported on code.google.com by doruc...@gmail.com on 9 Nov 2012 at 9:41

Attachments:

GoogleCodeExporter commented 8 years ago

Original comment by sasc...@gmail.com on 9 Nov 2012 at 7:51

GoogleCodeExporter commented 8 years ago

Original comment by sasc...@gmail.com on 9 Nov 2012 at 7:52

GoogleCodeExporter commented 8 years ago
Fixed in the latest version (0.4.0)

Original comment by sasc...@gmail.com on 17 Nov 2012 at 9:28