| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
(ie, a single function). This will, unfortunately, break GCC 2.95.x
support. Most of the operating systems that had shipped with 2.95.x,
like OpenBSD and QNX, have since upgraded. Anyone needing 2.95.x support
will have to continue using 1.4.x
|
| |
|
| |
|
|
|
|
|
|
|
| |
know why I thought it would work (that function is only called
through the interface presented to the BER/DER codecs).
Instead, pass a bool to the constructor.
|
|
|
|
| |
Fix a string constant in an exception throw (missing a space)
|
|
|
|
| |
exception if it finds an unknown critical extension.
|
|
|
|
|
|
|
|
|
|
|
|
| |
and issuer forms are derived.
Add Extensions::contents_to, which iterates over the set and
adds each extension's contents.
Add a new explicit info field for is_ca
Implement Authority_Key_Id::decode_inner (incomplete, only handles
the keyid form).
|
|
|
|
|
|
|
| |
Add a copy() function to Certificate_Policies
Turn make_extension from an anonymous namespace function to
a static private function of Extensions
|
| |
|
|
|
|
|
| |
for consistency with code that uses STL iterators, as these were mostly
integer operations, though with one exception).
|
|
|
|
|
| |
that uses them. These changes are not backwards compatible, this commit
updates all uses of the APIs within the library.
|
|
|