| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Fixes #1442.
|
| |
|
| |
|
|
|
|
|
| |
In contrast to add_cert_ref(), get_cert_ref() does not add the certificate to
the set, but only finds a reference to the same certificate, if found.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
As the lookup is also from front to back, certificates added later are
now found first, which is useful in case of e.g. "reread cacerts".
|
| |
|
| |
|
|
|
|
| |
If the certificate is already cached, the cached version is returned.
|
| |
|
|
|
|
| |
conflict
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|