commit | 18d49d0c6cd117e82934f65e641c1d830edd20df | [log] [tgz] |
---|---|---|
author | Paul Kehrer <paul.l.kehrer@gmail.com> | Tue Sep 04 15:29:34 2018 -0500 |
committer | Alex Gaynor <alex.gaynor@gmail.com> | Tue Sep 04 16:29:34 2018 -0400 |
tree | c3e2359961749a613d1b949a95b72b035682125b | |
parent | 636ad6052ef0d51dc55ae4dc2b38af15d06ea220 [diff] |
don't sort the serial numbers in a parsed CRL (#4457) * don't sort the serial numbers in a parsed CRL OpenSSL sorts them in place and this breaks the signature and more. fixes #4456 * cache the sorted CRL (but create it lazily) * use the cache decorator