Made Base64 decoding constant-time (with regards to actual data byte contents).
authorThomas Pornin <pornin@bolet.org>
Sun, 5 Aug 2018 22:16:09 +0000 (00:16 +0200)
committerThomas Pornin <pornin@bolet.org>
Sun, 5 Aug 2018 22:16:09 +0000 (00:16 +0200)
commitffe3c9166b35cdb220cc0ecc1614afb8451ae420
tree7c24d57180608174904514f9c602f04d18c7a252
parentd8fa415fcabecb7d7c8461d8edbe2f265911e72c
Made Base64 decoding constant-time (with regards to actual data byte contents).
src/codec/pemdec.c
src/codec/pemdec.t0