summaryrefslogtreecommitdiff
path: root/plugin/auth_ed25519
Commit message (Collapse)AuthorAgeFilesLines
* switch to CC 3.1Oleksandr Byelkin2019-07-201-2/+2
|
* Fix linking error, for GNU linker.Vladislav Vaintroub2019-06-031-1/+1
|
* Only link mysys_ssl when required.Vladislav Vaintroub2019-06-031-1/+1
| | | | | Do not use TARGET_LINK_LIBRARIES(mysys mysys_ssl), this means that mysys_ssl is linked to practically everything.
* Merge 10.1 into 10.2Marko Mäkelä2019-05-134-4/+4
|\
| * Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-113-3/+3
| |
| * Update FSF addressVicențiu Ciorbaru2019-05-111-1/+1
| |
* | MDEV-14267: correct FSF addressDaniel Black2018-10-301-1/+1
| |
* | Merge 10.1 into 10.2Marko Mäkelä2018-08-311-1/+1
|\ \ | |/
| * MDEV-16665 ed25519 describes itself as 1.0-alpha even though it's not alpha.Alexey Botchkov2018-08-301-1/+1
| | | | | | | | Plugin version name fixed.
* | Merge branch '10.1' into 10.2Sergei Golubchik2018-06-281-1/+1
|\ \ | |/
| * mark ed25519 stableSergei Golubchik2018-06-281-1/+1
| |
* | MDEV-13384 - misc Windows warnings fixedVladislav Vaintroub2017-09-281-3/+2
| |
* | Merge branch '10.1' into 10.2Sergei Golubchik2017-03-301-2/+2
|/
* restore the correct linking of ed25519 pluginSergei Golubchik2017-03-291-2/+5
| | | | | * add a clarifying comment * apply /wd4244 /wd4146 to ref10 source files, not to the library
* Fix some warnings on Windows compilationVladislav Vaintroub2017-03-241-1/+5
| | | | | - silence warnings in ed25519 reference implementation - fix signed/unsigned warning in popular header item_func.h
* Correct FSF addressiangilfillan2017-03-103-3/+3
|
* ed25519 plugin: simplify the apiSergei Golubchik2017-03-1012-80/+62
| | | | various ed25519/ref10 api simplifications for our specific use case
* MDEV-12160 Modern alternative to the SHA1 authentication pluginSergei Golubchik2017-03-1072-0/+5030
ED25519 authentication plugin