Skip to content
This repository has been archived by the owner on Apr 13, 2019. It is now read-only.

Commit

Permalink
Add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
erayd committed May 21, 2015
1 parent 5942ad1 commit e7c835a
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 1 deletion.
35 changes: 35 additions & 0 deletions CHANGELOG.md
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.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@

ACLOCAL_AMFLAGS = -I m4
SUBDIRS = src
EXTRA_DIST = README.md LICENSE.md
EXTRA_DIST = README.md LICENSE.md CHANGELOG.md

0 comments on commit e7c835a

Please sign in to comment.