This repository has been archived by the owner on Apr 13, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
36 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
#Changelog | ||
|
||
##[Unreleased](https://github.com/erayd/libec/tree/dev) | ||
|
||
###New Interfaces | ||
* ec_cert_copy() | ||
* ec_cert_strip() | ||
* ec_ctx_validator() | ||
|
||
|
||
###Changed Interfaces | ||
* ec_import() | ||
* ec_import_64() | ||
|
||
###Enhancements | ||
* Add interface for copying certificates | ||
* Require ending block for base64 import | ||
* Track number of bytes consumed on import | ||
* Add validation for required records | ||
* Improve use of talloc destructors | ||
* Add interface for stripping unwanted data from certificates | ||
* Require any section beginning with '$' to be signed | ||
|
||
###Bugfixes | ||
* Lock sensitive key material in memory | ||
* Records added to a NOSIGN section must also have NOSIGN set | ||
* First record in a certificate must be a section header | ||
* Roles & grants must be signed | ||
* Pointer arithmetic bug in base64 decode when encountering an invalid char | ||
* Remove potential for NULL pointer dereference in skiplists | ||
|
||
|
||
##[v0.2.0-dev](https://github.com/erayd/libec/releases/tag/v0.2.0-dev) | ||
|
||
Initial development release. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters