cl-plus-ssl 20220328.git8b91648-3 source package in Ubuntu
Changelog
cl-plus-ssl (20220328.git8b91648-3) unstable; urgency=medium * Team upload. * d/p/openssl3.patch: Improve support for OpenSSL 3. -- Athos Ribeiro <email address hidden> Fri, 01 Apr 2022 15:14:25 -0300
Upload details
- Uploaded by:
- Debian Common Lisp Team
- Uploaded to:
- Sid
- Original maintainer:
- Debian Common Lisp Team
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Jammy | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
cl-plus-ssl_20220328.git8b91648-3.dsc | 2.1 KiB | e722496681702e4c44ef6c02bd8784d49a4feed3a8eaae99c1d2d1c1815eeec2 |
cl-plus-ssl_20220328.git8b91648.orig.tar.xz | 57.8 KiB | d79b42c5c5526d93b4735b933a240da7a89cb57f28eed09cdc13d1603211906d |
cl-plus-ssl_20220328.git8b91648-3.debian.tar.xz | 5.4 KiB | b2cbbff119781d33b1fbbefd6f6a99dd11c9c302bd7d2933afe053ade8041999 |
Available diffs
No changes file available.
Binary packages built by this source
- cl-plus-ssl: Common Lisp interface to OpenSSL
CL+SSL is portable code based on CFFI and gray streams. It defines its own
libssl BIO method, so that SSL I/O can be written over portable Lisp
streams instead of bypassing the streams and sending data over Unix file
descriptors directly. (But the traditional approach is still used if
possible.)