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
/
crypt_common.c
(
follow
)
Commit message (
Expand
)
Author
Age
*
Switch to SPDX identifiers.
Andre Noll
2026-03-17
*
Remove support for PEM private keys.
Andre Noll
2026-01-28
*
crypt_common.c: Remove pointless check in decode_public_key().
Andre Noll
2025-12-18
*
crypt_common.c: Simplify base64_decode().
Andre Noll
2025-10-11
*
Move base64.c into crypt_common.c.
Andre Noll
2025-10-11
*
Rename hash2 -> hash.
Andre Noll
2025-05-22
*
Remove sha1.
Andre Noll
2025-05-22
*
Include regex.h from para.h.
Andre Noll
2025-05-19
*
crypt: Deprecate PEM keys.
Andre Noll
2023-05-14
*
string: Rename para_malloc() -> alloc().
Andre Noll
2022-07-29
*
Introduce hash2 (sha256).
Andre Noll
2021-10-21
*
crypt_common: Constify hash pointers.
Andre Noll
2020-07-11
*
openssl: Add support for RFC4716 keys
Andre Noll
2018-12-25
*
gcrypt: Add support for RFC4716 private keys.
Andre Noll
2018-12-25
*
crypt: Rename decoding functions.
Andre Noll
2018-12-25
*
crypt: Deduplicate get_public_key().
Andre Noll
2018-02-26
*
Shorten copyright notice.
Andre Noll
2017-09-22
*
crypt: Remove read_ssh_u32().
Andre Noll
2017-07-23
*
crypto: Rename check_key_file() -> check_private_key_file().
Andre Noll
2017-01-06
*
Merge branch 'refs/heads/t/format-signedness'
Andre Noll
2016-12-28
|
\
|
*
Fix signedness issues in format strings.
Andre Noll
2016-12-04
*
|
Move base64 implementation to own file.
Andre Noll
2016-08-23
|
/
*
Update year in copyright headers.
Andre Noll
2015-01-12
*
doc: Change email address to maan@tuebingen.mpg.de
Andre Noll
2014-08-18
*
crypt: Simplify base64_decode().
Andre Noll
2014-06-10
*
Change copyright year to 2014.
Andre Noll
2014-02-22
*
Remove old stream cipher API.
Andre Noll
2013-04-03
*
Change copyright year to 2013.
Andre Noll
2013-03-25
*
Add sideband implementation.
Andre Noll
2012-05-05
*
Replace PARA_VSNPRINTF by xvasprintf().
Andre Noll
2012-01-20
*
sc_send_buffer(): Return an error on short writes.
Andre Noll
2012-01-20
*
Change year in copyright message to 2012.
Andre Noll
2012-01-07
*
Always include stdbool.h.
Andre Noll
2011-12-18
*
crypt: Don't use plain integer as NULL pointer.
Andre Noll
2011-08-09
*
crypt_common.c: Add missing doxygen documentation.
Andre Noll
2011-07-06
*
crypt: Move documentation to crypt.h.
Andre Noll
2011-07-06
*
stream cipher: Allow in-place encryption.
Andre Noll
2011-07-06
*
crypt: Make base64_decode public.
Andre Noll
2011-07-06
*
crypt: Move implementation-independent code to separate file.
Andre Noll
2011-07-06