summaryrefslogtreecommitdiff
path: root/openssl.c (follow)
Commit message (Expand)AuthorAge
* Switch to SPDX identifiers.Andre Noll2026-03-17
* Merge topic branch t/rm_pem into masterAndre Noll2026-02-25
|\
| * Remove support for PEM private keys.Andre Noll2026-01-28
* | Remove support for openssl-1.0.Andre Noll2026-01-29
|/
* build: Rename two openssl related #defines.Andre Noll2025-10-27
* Merge topic branch t/rm_sha1 into masterAndre Noll2025-09-22
|\
| * Rename hash2 -> hash.Andre Noll2025-05-22
| * Remove sha1.Andre Noll2025-05-22
* | openssl: Fix a memory leak.Andre Noll2025-08-07
|/
* Include regex.h from para.h.Andre Noll2025-05-19
* Merge topic branch t/openssl-3 into masterAndre Noll2024-09-17
|\
| * openssl: Use the EVP library for RSA private decryption.Andre Noll2024-05-17
| * openssl: Use the EVP library for RSA public encryption.Andre Noll2024-05-17
| * apc_priv_decrypt: Let the callee allocate the buffer.Andre Noll2024-05-17
| * apc_pub_encrypt: Let the callee allocate the buffer.Andre Noll2024-05-17
| * openssl: Assume that openssl allocation functions functions succeed.Andre Noll2024-05-17
| * openssl: Introduce openssl_perror().Andre Noll2024-05-17
| * openssl: Don't pass pointers to RSA structures around.Andre Noll2024-05-17
| * openssl: Kill rsa coefficient computations.Andre Noll2024-05-17
* | build: No longer check for CRYPTO_cleanup_all_ex_data().Andre Noll2024-03-17
|/
* openssl: Assign bignums in canonical order.Andre Noll2023-05-15
* openssl: Unify naming of public key structures.Andre Noll2023-05-15
* openssl: Rename read_private_rsa_params() -> read_openssh_private_key().Andre Noll2023-05-15
* openssl: Rename read_rsa_bignums() -> read_public_key().Andre Noll2023-05-15
* openssl: Dedox crypt_init().Andre Noll2023-05-15
* openssl: Switch to evp API for sha1 and sha256.Andre Noll2022-10-29
* string: Rename para_malloc() -> alloc().Andre Noll2022-07-29
* Introduce hash2 (sha256).Andre Noll2021-10-21
* openssl: Fix (harmless) memory leaks at exit.Andre Noll2020-02-29
* Merge branch 'refs/heads/t/ssh'Andre Noll2019-11-23
|\
| * openssl: Add support for RFC4716 keysAndre Noll2018-12-25
| * openssl: Move get_private_key() down.Andre Noll2018-12-25
| * crypt: Rename decoding functions.Andre Noll2018-12-25
* | build: Check also for CRYPTO_cleanup_all_ex_data.Andre Noll2019-02-16
|/
* openssl: Fix memory leak in read_rsa_bignums().Andre Noll2018-08-29
* crypt: Introduce crypt_shutdown().Andre Noll2018-02-26
* crypt: Rename RSA functions.Andre Noll2018-02-26
* crypt: Deduplicate get_public_key().Andre Noll2018-02-26
* Rename crypt.c -> openssl.c.Andre Noll2018-02-26