| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
A few older APIs use as_string where everywhere else uses to_string.
Add to_string's where missing, and deprecate X::as_string.
|
|
|
|
| |
Making them usable for private key encryption
|
| |
|
|
|
|
| |
Reduces size of oid_maps object file by a ~16K
|
|
|
|
|
|
| |
This was removed in 62e55f484a7a03e2532875696eb2479a577878e9 in favor of
a faster and smaller lookup. The ability is however required if we want
to use custom curves at runtime.
|
|
|
|
|
| |
Avoids another public header, and it just makes sense that it be
declared there.
|
| |
|
|
|
|
| |
Signed-off-by: Fabian Weissberg <[email protected]>
|
|
|
|
| |
[ci skip]
|
| |
|
|
OID map is now generated from an input file on an as needed basis.
Just uses a sequence of ifs - simple, fast, and small code size.
Merges oid_lookup sub-module which was already required by asn1 anyway,
so completely non-optional.
Removes @neusdan's nice OID tests since without any runtime adds the
tests are moot.
|