Show / Hide Table of Contents

Maximum certificate sizes

It is possible to store up to 24 private key/certificate pairs in the PIV slots. However, there are space limitations.

In the real world, certificates are generally less than 1,000 bytes. Some large certs are over 1,000 bytes, but rarely over 2,000. It is unlikely that you will run into limitations on the YubiKey.

Nonetheless, these are the space limitations for certs in the PIV application on the YubiKey.

Maximum size for a single certificate

YubiKey Version Maximum Size in Bytes
before 4.0 (e.g. NEO) 2025
4.x 3052
4.x FIPS 3052
5.x 3052
5.x FIPS 3052

Total space available for certificates

Although a YubiKey 5.x will allow a 3052-byte cert in one of the slots, it will not be able to store 24 certs that big.

A NEO (pre-4.0), only has four slots, and will be able to hold four certs of the maximum length.

YubiKey Version Maximum Total Cert
Space Available
Number of Certs
at Size
Number of Certs
at Maximum Size
before 4.0 (e.g. NEO) 8100 4 certs at 2025 bytes 4 certs at 2025 bytes
4.x about 49,800 24 certs at 2075 bytes 16 certs at 3052 bytes
4.x FIPS about 49,800 24 certs at 2075 bytes 16 certs at 3052 bytes
5.x about 50,000 24 certs at 2084 bytes 16 certs at 3052 bytes
5.x FIPS about 49,890 24 certs at 2079 bytes 16 certs at 3052 bytes

Note that that total amount of storage on a YubiKey (for certs, for PUT DATA objects, etc.) is about 51,000 bytes. Hence, if a YubiKey is loaded with 49,000 bytes of certs, then there will be very little space left for anything else.

Summary

On a 5.x YubiKey, it is possible to store a 3,052-byte cert in a slot. If a cert is bigger than 3,052 bytes, the YubiKey will reject it and the SDK will throw an exception.

It is certainly possible to store several 3,052-byte certs on a 5.x YubiKey, but once the total size limit is reached, the YubiKey won't be able to store any more, even if some of the slots are empty.

However, because a real world application will probably not use certs bigger than 2,000 bytes, it is not likely it will ever run into a total space limitation and will be able to store up to 24 certs.

  • Improve this Doc
In this article
Back to top Generated by DocFX