Skip to content

Releases: forgoer/openssl

v1.6.0

11 May 05:44
Compare
Choose a tag to compare

1.6.0 (2023-05-11)

Features

  • auto pad the length of the key (c543ef5)

v1.5.0

07 Jan 04:56
Compare
Choose a tag to compare

1.5.0 (2023-01-07)

Features

v1.4.0

20 Oct 02:27
1af64c4
Compare
Choose a tag to compare

1.4.0 (2022-10-20)

Features

  • parameterize rsa sign/verify hash algorithm (#23) (1af64c4)

v1.3.0

29 Sep 09:32
Compare
Choose a tag to compare

1.3.0 (2022-09-29)

Features

v1.2.1

24 Mar 06:41
3f7d73c
Compare
Choose a tag to compare

1.2.1

Features

  • fix:rsa invalid key result in panic nil pointer

v1.2.0

11 Feb 07:27
e5bd081
Compare
Choose a tag to compare

1.2.0 (2022-02-11)

Features

v1.1.1

19 Nov 09:58
7edc4dd
Compare
Choose a tag to compare

1.1.1 (2021-11-19)

Bug Fixes

  • remove badges for travis-ci (d3280f2)
  • remove travis-ci, instead of git actions (ed856f6)
  • udpate GITHUB_TOKEN (d0c02c8)

V1.1.0

04 Nov 09:15
13dbd52
Compare
Choose a tag to compare
Merge pull request #9 from woorui/master

fix: UnPadding return error instead of panic

Openssl encryption v1.0

05 May 08:28
Compare
Choose a tag to compare

A functions wrapping of OpenSSL library for symmetric and asymmetric encryption and decryption.