Commit Graph

19 Commits

Author SHA1 Message Date
christos b3ddc61d04 Handle OpenSSL-3.x 2023-05-09 20:55:39 +00:00
christos 3b53ecd493 Handle OpenSSL-3.x 2023-05-09 15:02:59 +00:00
he 3d8209518f Add what must be an overlooked newline in the normal output. 2021-10-06 09:06:21 +00:00
christos 510cde3480 merge conflicts between 1.0.8 and 1.2.0 2021-09-24 13:11:38 +00:00
christos ddc42e1b38 Merge conflicts, avoid ssp issues 2021-09-24 13:08:16 +00:00
christos 3ff1169c71 Import version 1.2.0
* Version 1.2.0 (released 2021-09-22)
** Added support for EdDSA keys.
** Added support for SSH ed25519-sk keys.
** Added authenticator filtering based on user verification options.
** Fixed an issue with privilege restoration on MacOS.
** Fixed an issue where credentials created with pamu2fcfg 1.0.8 or earlier
were not handled correctly if their origin and appid differed.
** Miscellaneous improvements to the documentation.
** Miscellaneous minor bug fixes found by fuzzing.

* Version 1.1.1 (released 2021-05-19)
** Fix an issue where PIN authentication could be bypassed (CVE-2021-31924).
** Fix an issue with nodetect and non-resident credentials.
** Fix build issues with musl libc.
** Add support for self-attestation in pamu2fcfg.
** Fix minor bugs found by fuzzing.

* Version 1.1.0 (released 2020-09-17)
 ** Add support to FIDO2 (move from libu2f-host+libu2f-server to libfido2).
 ** Add support to User Verification
 ** Add support to PIN Verification
 ** Add support to Resident Credentials
 ** Add support to SSH credential format
2021-09-24 12:51:20 +00:00
khorben b1a049293e PR/55747: Tobias Nygren: Install manpages for pam-u2f
I have added a Makefile rule, indicating how to generate the manual
pages again. It has no dependency on the original file, in order to
avoid issues when building: the generation depends in asciidoc and
libxslt, which are not in tools or in the base tree anyway. It should
therefore never trigger, but should be used by the maintainer when
updating pam-u2f.

With this, I believe this PR can be closed.

Tested with "build.sh release" on amd64.
2020-11-04 13:46:46 +00:00
khorben 4e356941bc PR/55747: Tobias Nygren: Install manpages for pam-u2f
I have generated the manual pages and referenced them into the sets.
It would probably help to add a Makefile rule, indicating how to
generate the manual pages again.

Tested with "build.sh release" on amd64.

Reviewed by Tobias Nygren before the commit.
2020-11-02 06:40:11 +00:00
christos 4e227ea6d1 Add a libm dependency. 2020-03-04 17:32:27 +00:00
christos 224869c7f9 Add build glue 2020-03-03 03:10:32 +00:00
christos 0b9e32024c Disable debugging 2020-03-03 00:44:12 +00:00
christos 0dd853b540 Add build glue 2020-03-03 00:28:50 +00:00
christos eaea677c03 Add cast 2020-03-03 00:27:31 +00:00
christos 4379517986 add casts, change to multiline. 2020-03-03 00:27:08 +00:00
christos 9f5cccf32d - fix order initialization: debug_file was not getting properly initialized
- fix free casts
- add pam module entry for OpenPAM
2020-03-03 00:22:29 +00:00
christos bf007de0f4 back to LOG_DEBUG 2020-03-03 00:21:20 +00:00
christos ee4f39b036 define as empty when not debugging. 2020-03-03 00:20:45 +00:00
christos 9b07d16d3c define as empty when not debugging 2020-03-03 00:20:20 +00:00
christos 46988a0ecd Import Yubico's pam-u2f from https://github.com/Yubico/pam-u2f.git 2020-03-03 00:18:44 +00:00