Skip to content

Releases: rhboot/pesign

116

31 Jan 15:02
116
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 115...116

115

08 Mar 17:49
115
Compare
Choose a tag to compare
115

What's Changed

Full Changelog: 114...115

114

01 Feb 19:20
114
Compare
Choose a tag to compare
114

What's Changed

New Contributors

Full Changelog: 113...114

pesign 113

10 May 19:04
113
Compare
Choose a tag to compare
  • Get rid of the 0.Y versioning
  • Make --padding the default
  • Various build bugfixes
  • Add kmod signing (drake)
  • efisiglist format fixes
  • enforce the use of --kernel or --module in efikeygen
  • RPM macro updates
  • Move the license to GPLv3+
  • Use sql-type NSS database by default
  • Various documentation improvements.
  • Improve /etc/pki/pesign authorization scripts
  • Various pesigcheck improvements
    • Make --certfile work
    • Try even harder to make pesigcheck ignore validation windows
      • I still don't think it works right.
  • Add coverity and clang-verifier support.
  • Lots of minor bug fixes due to making clang-verifier work.

pesign 0.112

20 Apr 16:15
0.112
Compare
Choose a tag to compare
  • Fix some -Wsign-cmopare problems
  • Work around nss DBs telling us the format is wrong when we get -EPERM
    or -ENOENT
  • Do a better job of setfacl on our sockets and databases
  • Get rid of some unused stuff
  • Fix some wrong install paths
  • better makefiles
  • Lots of cleanups for new gcc -Wextra things.
  • Even more "ignore the time" checks in pesigcheck (still needs work.)

pesign 0.111

28 Oct 20:09
0.111
Compare
Choose a tag to compare

This is mostly just a bunch of patches that have built up over time.

pesign-0.110

24 Oct 20:18
0.110
Compare
Choose a tag to compare
  • RPM signing macros for RHEL and related distros
  • new pesigcheck tool (formerly the mostly unimplemented peverify)
  • new efisiglist tool to manipulate EFI_SIGNATURE_LIST structures in files
  • More examples in the man page
  • No longer emit the deprecated L"<<<Obsolete>>>" SpcLink data in signatures
  • Don't set SO_PASSCRED in pesign-daemon - on newer kernels it interferes with SCM_RIGHTS
  • Use uuid_generate_random by default in efikeygen when generating serial numbers for certificates
  • Add the ability to ask the daemon if a named key is locked or unlocked.
  • new authvar tool for managing authenticated variables
  • Clarify behaviour regarding signature padding rules
  • Work around a Linux VFS bug where file data gets filled wrong with our pattern of mremap/ftruncate/fault/close on 1024-byte block filesystems (i.e. /boot)