| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
If a DN starts with a slash (or whitespace and a slash) slashes will
be used, otherwise commas.
|
|
|
|
|
| |
Include some more basic system headers in utils.h, so we can use that common
header on the different platforms.
|
|
|
|
| |
On FreeBSD (null) is printed for NULL even if the precision is 0.
|
|
|
|
| |
Fixes CVE-2013-6075.
|
|
|
|
| |
Original patch by Gerald Richter.
|
|
|
|
|
| |
This is the case if the last OID is not followed by a = or if the string
starts with a =.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
We always have a non-empty string in those cases as "" is now handled
as ID_ANY.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
certificates
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Because of the range of u_char the comparison was always TRUE before.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|