openhitls 0.3.2-ok1 source package in openKylin

Changelog

openhitls (0.3.2-ok1) huanghe; urgency=medium

  * Initial release.
  * Import 0.3.2.
  * Package openHiTLS shared libraries (libhitls).
  * Package development files (libhitls-dev).
  * Package command line tool (openhitls).
  * Add securec header config.

 -- songjuntao <email address hidden>  Thu, 09 Apr 2026 17:29:06 +0800

Upload details

Uploaded by:
songjuntao
Sponsored by:
Cibot
Uploaded to:
Huanghe V3.0
Original maintainer:
openHiTLS Team
Architectures:
any
Section:
libs
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Huanghe V3.0 proposed main libs

Downloads

File Size SHA-256 Checksum
openhitls_0.3.2.orig.tar.gz 33.3 MiB d08daf0d6485efb2338ecb69bbf9c18cd0352427f579f139ceb95d67642859be
openhitls_0.3.2-ok1.debian.tar.xz 11.0 KiB 58fb6c32f1b39ce26a7f289c2001931dfafb9d2dc570a53adbf57038c2db87a7
openhitls_0.3.2-ok1.dsc 1.8 KiB 04eef5c64c65ffdba1798bcd7bc9b9a21e4ca954c58a95eb306cbf8f71eabdd5

View changes file

Binary packages built by this source

libhitls: openHiTLS cryptographic library - shared libraries

 openHiTLS is a high-performance, agile open-source cryptography
 development kit that provides comprehensive cryptographic capabilities.
 .
 This package contains the shared libraries:
  * libhitls_bsl.so - Base Support Layer
  * libhitls_crypto.so - Cryptographic algorithms
  * libhitls_tls.so - TLS/DTLS/TLCP protocols
  * libhitls_pki.so - PKI (X.509, CMS, PKCS#12)
  * libhitls_auth.so - Authentication protocols
 .
 Supported algorithms include:
  * Post-quantum: ML-DSA, ML-KEM, SLH-DSA, XMSS
  * Symmetric: AES, SM4, ChaCha20
  * Hash: SHA-2, SHA-3, SM3, MD5
  * Asymmetric: RSA, ECDSA, EdDSA, SM2, SM9

libhitls-dev: openHiTLS cryptographic library - development files

 openHiTLS is a high-performance, agile open-source cryptography
 development kit that provides comprehensive cryptographic capabilities.
 .
 This package contains the header files and symbolic links needed
 for developing applications that use openHiTLS libraries.

openhitls: openHiTLS command line tool

 openHiTLS is a high-performance, agile open-source cryptography
 development kit that provides comprehensive cryptographic capabilities.
 .
 This package provides the hitls command line tool for performing
 various cryptographic operations, including:
  * Random number generation (rand)
  * Encryption and decryption (enc)
  * Digest and hash calculation (dgst)
  * MAC computation (mac)
  * Key derivation (kdf)
  * RSA key operations (rsa, genrsa)
  * Certificate operations (x509, req, verify, crl)
  * PKCS#12 operations (pkcs12)
  * TLS client/server testing (s_client, s_server)