Page Menu
Home
GnuPG
Search
Configure Global Search
Log In
Files
F20320558
README
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Size
783 B
Subscribers
None
README
View Options
Common Lisp Support for GPGME
-----------------------------
Requirements:
ASDF Packaging Support
CFFI Foreign Function Interface
gpg-error GPG Error Codes
Use with:
> (asdf:operate 'asdf:load-op ':gpgme)
Examples
--------
(with-open-file (stream "/tmp/myout" :direction :output
:if-exists :supersede :element-type '(unsigned-byte 8))
(with-context (ctx)
(setf (armor-p ctx) t)
(op-export ctx "DEADBEEF" out)))
(with-context (ctx)
(with-output-to-string (out)
(setf (armor-p ctx) t)
(op-export ctx "McTester" out)))
(gpgme:with-context (ctx :armor t)
(with-output-to-string (out)
(gpgme:op-export ctx "McTester" out)))
TODO
----
* When GPGME defines macros for include cert values -2, -1, 0 and 1,
define lisp macros for them as well.
*
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Mar 14, 4:05 AM (1 d, 29 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
63/0a/34c914a4ddbdfbc308c4381baa1f
Attached To
rM GPGME
Event Timeline
Log In to Comment