index
:
paraslash
master
next
pu
releases
v0.2
v0.3
paraslash - network audio streaming tools
Andre Noll
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
openssl.c
(
follow
)
Commit message (
Expand
)
Author
Age
*
Switch to SPDX identifiers.
Andre Noll
2026-03-17
*
Merge topic branch t/rm_pem into master
Andre Noll
2026-02-25
|
\
|
*
Remove support for PEM private keys.
Andre Noll
2026-01-28
*
|
Remove support for openssl-1.0.
Andre Noll
2026-01-29
|
/
*
build: Rename two openssl related #defines.
Andre Noll
2025-10-27
*
Merge topic branch t/rm_sha1 into master
Andre Noll
2025-09-22
|
\
|
*
Rename hash2 -> hash.
Andre Noll
2025-05-22
|
*
Remove sha1.
Andre Noll
2025-05-22
*
|
openssl: Fix a memory leak.
Andre Noll
2025-08-07
|
/
*
Include regex.h from para.h.
Andre Noll
2025-05-19
*
Merge topic branch t/openssl-3 into master
Andre Noll
2024-09-17
|
\
|
*
openssl: Use the EVP library for RSA private decryption.
Andre Noll
2024-05-17
|
*
openssl: Use the EVP library for RSA public encryption.
Andre Noll
2024-05-17
|
*
apc_priv_decrypt: Let the callee allocate the buffer.
Andre Noll
2024-05-17
|
*
apc_pub_encrypt: Let the callee allocate the buffer.
Andre Noll
2024-05-17
|
*
openssl: Assume that openssl allocation functions functions succeed.
Andre Noll
2024-05-17
|
*
openssl: Introduce openssl_perror().
Andre Noll
2024-05-17
|
*
openssl: Don't pass pointers to RSA structures around.
Andre Noll
2024-05-17
|
*
openssl: Kill rsa coefficient computations.
Andre Noll
2024-05-17
*
|
build: No longer check for CRYPTO_cleanup_all_ex_data().
Andre Noll
2024-03-17
|
/
*
openssl: Assign bignums in canonical order.
Andre Noll
2023-05-15
*
openssl: Unify naming of public key structures.
Andre Noll
2023-05-15
*
openssl: Rename read_private_rsa_params() -> read_openssh_private_key().
Andre Noll
2023-05-15
*
openssl: Rename read_rsa_bignums() -> read_public_key().
Andre Noll
2023-05-15
*
openssl: Dedox crypt_init().
Andre Noll
2023-05-15
*
openssl: Switch to evp API for sha1 and sha256.
Andre Noll
2022-10-29
*
string: Rename para_malloc() -> alloc().
Andre Noll
2022-07-29
*
Introduce hash2 (sha256).
Andre Noll
2021-10-21
*
openssl: Fix (harmless) memory leaks at exit.
Andre Noll
2020-02-29
*
Merge branch 'refs/heads/t/ssh'
Andre Noll
2019-11-23
|
\
|
*
openssl: Add support for RFC4716 keys
Andre Noll
2018-12-25
|
*
openssl: Move get_private_key() down.
Andre Noll
2018-12-25
|
*
crypt: Rename decoding functions.
Andre Noll
2018-12-25
*
|
build: Check also for CRYPTO_cleanup_all_ex_data.
Andre Noll
2019-02-16
|
/
*
openssl: Fix memory leak in read_rsa_bignums().
Andre Noll
2018-08-29
*
crypt: Introduce crypt_shutdown().
Andre Noll
2018-02-26
*
crypt: Rename RSA functions.
Andre Noll
2018-02-26
*
crypt: Deduplicate get_public_key().
Andre Noll
2018-02-26
*
Rename crypt.c -> openssl.c.
Andre Noll
2018-02-26