Tue, 30 Apr 2024 06:50:39 UTC | login

Information for build ocaml-cryptokit-1.11-13.fc29

ID52234
Package Nameocaml-cryptokit
Version1.11
Release13.fc29
Epoch
SummaryOCaml library of cryptographic and hash functions
DescriptionThe Cryptokit library for Objective Caml provides a variety of cryptographic primitives that can be used to implement cryptographic protocols in security-sensitive applications. The primitives provided include: * Symmetric-key cryptography: AES, DES, Triple-DES, ARCfour, in ECB, CBC, CFB and OFB modes. * Public-key cryptography: RSA encryption and signature; Diffie-Hellman key agreement. * Hash functions and MACs: SHA-1, SHA-256, RIPEMD-160, MD5, and MACs based on AES and DES. * Random number generation. * Encodings and compression: base 64, hexadecimal, Zlib compression. Additional ciphers and hashes can easily be used in conjunction with the library. In particular, basic mechanisms such as chaining modes, output buffering, and padding are provided by generic classes that can easily be composed with user-provided ciphers. More generally, the library promotes a "Lego"-like style of constructing and composing transformations over character streams.
Built bydavidlt
State complete
Volume DEFAULT
StartedFri, 24 Aug 2018 21:50:59 UTC
CompletedFri, 24 Aug 2018 22:49:13 UTC
Taskbuild (f29-candidate, ocaml-cryptokit-1.11-13.fc29.src.rpm)
Tags
f29
f30
f31
RPMs
src
ocaml-cryptokit-1.11-13.fc29.src.rpm (info) (download)
riscv64
ocaml-cryptokit-1.11-13.fc29.riscv64.rpm (info) (download)
ocaml-cryptokit-devel-1.11-13.fc29.riscv64.rpm (info) (download)
ocaml-cryptokit-debuginfo-1.11-13.fc29.riscv64.rpm (info) (download)
ocaml-cryptokit-debugsource-1.11-13.fc29.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.11-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Wed Jul 11 2018 Richard W.M. Jones <rjones@redhat.com> - 1.11-12 - OCaml 4.07.0 (final) rebuild. * Wed Jun 20 2018 Richard W.M. Jones <rjones@redhat.com> - 1.11-11 - OCaml 4.07.0-rc1 rebuild. * Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.11-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Fri Nov 17 2017 Richard W.M. Jones <rjones@redhat.com> - 1.11-9 - OCaml 4.06.0 rebuild. * Tue Aug 08 2017 Richard W.M. Jones <rjones@redhat.com> - 1.11-8 - OCaml 4.05.0 rebuild. * Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.11-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.11-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Tue Jun 27 2017 Richard W.M. Jones <rjones@redhat.com> - 1.11-5 - OCaml 4.04.2 rebuild. * Sat May 13 2017 Richard W.M. Jones <rjones@redhat.com> - 1.11-4 - OCaml 4.04.1 rebuild. * Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.11-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Wed Nov 09 2016 Dan HorĂ¡k <dan@danny.cz> - 1.11-2 - rebuild for s390x codegen bug * Mon Nov 07 2016 Richard W.M. Jones <rjones@redhat.com> - 1.11-1 - New upstream version 1.11. - New BR ocaml-zarith.