Skip to content

Commit

Permalink
Minify test json
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickfav committed Sep 26, 2019
1 parent 02d9d3f commit 93776d5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 50 deletions.
52 changes: 3 additions & 49 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,53 +1,7 @@
# Releases

## Unreleased

* refactor HkdfMacFactory to accept `SecretKey` types instead of byte array - helps to be compatible with some security frameworks #4

### Breaking Change

The interface HkdfMacFactory changed to accept `SecretKey` and two new methods where added for creating
a secret key from a raw byte source and to return the mac length in bytes. See the default implementation
for details on how to implement this if you need a custom impl.

## v1.0.2

* add OSWAP dependency check plugin to Maven POM #3

## v1.0.1

* update maven plugins and test dependencies
* switch to maven wrapper

## v1.0.0

* add checkstyle rules

## v0.4.4

* fix signed jar

## v0.4.3

* remove obsolete maven dependencies

## v0.4.2

* make mac factory public

## v0.4.1

* some small bugfixes

## v0.4.0

* change api from `extract(ikm,salt)` to a more RFC compliant `extract(salt,ikm)` (also `extractAndExpand()`)

## v0.3.0

* refactor 'expand' byte handling to use byte buffer
* rename package to `at.favre.lib.crypto`

## v0.2.1

initial version
* initial version
* allows to export rocket chat groups
* supports Slack CSV format
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ A simple Java CLI tool to export the messages of a [Rocket Chat](https://rocket.

This tool uses the [RocketChat API](https://rocket.chat/docs/developer-guides/rest-api/groups/) and is useful for situations where the user does not have administrative access to the server.

[![GitHub release](https://img.shields.io/github/release/patrickfav/rocketchat-exporter.svg)](https://github.com/patrickfav/rocketchat-exporter/releases/latest)[![Build Status](https://travis-ci.org/patrickfav/rocketchat-exporter.svg?branch=master)](https://travis-ci.org/patrickfav/rocketchat-exporter)[![Coverage Status](https://coveralls.io/repos/github/patrickfav/rocketchat-exporter/badge.svg?branch=master)](https://coveralls.io/github/patrickfav/rocketchat-exporter?branch=master) [![Maintainability](https://api.codeclimate.com/v1/badges/1de38f9649402c750053/maintainability)](https://codeclimate.com/github/patrickfav/rocketchat-exporter/maintainability)
[![GitHub release](https://img.shields.io/github/release/patrickfav/rocketchat-exporter.svg)](https://github.com/patrickfav/rocketchat-exporter/releases/latest) [![Build Status](https://travis-ci.org/patrickfav/rocketchat-exporter.svg?branch=master)](https://travis-ci.org/patrickfav/rocketchat-exporter) [![Coverage Status](https://coveralls.io/repos/github/patrickfav/rocketchat-exporter/badge.svg?branch=master)](https://coveralls.io/github/patrickfav/rocketchat-exporter?branch=master)


## Quickstart
Expand Down

0 comments on commit 93776d5

Please sign in to comment.