| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
|
|
|
|
| |
Otherwise parsing gets aborted if unknown critical extensions are handled as
error.
|
| |
|
|
|
|
| |
algorithms
|
| |
|
| |
|
|
|
|
| |
For our purposes with RNG_WEAK this is fine, so accept a zero return value.
|
|
|
|
|
| |
Multiple additional search paths can be added with the add_path()
method.
|
| |
|
|
|
|
|
|
|
|
|
| |
Still log an error message if critical features fail, as loaded
plugins/features are not logged in that case.
This way loaded plugins are printed before failed features and
the relation is easier to make for users. It also allows programs
to log this message on a different level.
|
| |
|
|
|
|
|
|
|
| |
features failed to load
There is no need to explicitly search for failed features in critical
plugins as this is now detected while loading the features.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
With the new implementation the plugins don't have to be listed in any
special order, dependencies are properly resolved. The order only
matters if two plugins provide the same feature.
|
| |
|
|
|
|
| |
en-/decoding
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
It is not actually able to handle PEM encoded PKCS#12 files produced
by OpenSSL.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|