Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-10 | Use proper name space for form field flag constants. | Tor Andersson | |
2018-08-10 | Use stubs instead of conditional compile with HAVE_LIBCRYPTO. | Tor Andersson | |
The macro is only set when building the pkcs7-helper library, so cannot be used by client code. Build stub functions when compiling the pkcs7-openssl helper library without libcrypto. | |||
2018-07-09 | Silence gcc warnings about non-const arguments. | Sebastian Rasmussen | |
2018-07-06 | Only do signing if HAVE_LIBCRYPTO is defined. | Robin Watts | |
2018-07-06 | gl: Add signing UI for Digital Signatures. | Tor Andersson | |
All the "Sign" button does for now is recreate the appearance stream. |