summaryrefslogtreecommitdiff
path: root/crypt_common.c (follow)
Commit message (Expand)AuthorAge
* Switch to SPDX identifiers.Andre Noll2026-03-17
* Remove support for PEM private keys.Andre Noll2026-01-28
* crypt_common.c: Remove pointless check in decode_public_key().Andre Noll2025-12-18
* crypt_common.c: Simplify base64_decode().Andre Noll2025-10-11
* Move base64.c into crypt_common.c.Andre Noll2025-10-11
* Rename hash2 -> hash.Andre Noll2025-05-22
* Remove sha1.Andre Noll2025-05-22
* Include regex.h from para.h.Andre Noll2025-05-19
* crypt: Deprecate PEM keys.Andre Noll2023-05-14
* string: Rename para_malloc() -> alloc().Andre Noll2022-07-29
* Introduce hash2 (sha256).Andre Noll2021-10-21
* crypt_common: Constify hash pointers.Andre Noll2020-07-11
* openssl: Add support for RFC4716 keysAndre Noll2018-12-25
* gcrypt: Add support for RFC4716 private keys.Andre Noll2018-12-25
* crypt: Rename decoding functions.Andre Noll2018-12-25
* crypt: Deduplicate get_public_key().Andre Noll2018-02-26
* Shorten copyright notice.Andre Noll2017-09-22
* crypt: Remove read_ssh_u32().Andre Noll2017-07-23
* crypto: Rename check_key_file() -> check_private_key_file().Andre Noll2017-01-06
* Merge branch 'refs/heads/t/format-signedness'Andre Noll2016-12-28
|\
| * Fix signedness issues in format strings.Andre Noll2016-12-04
* | Move base64 implementation to own file.Andre Noll2016-08-23
|/
* Update year in copyright headers.Andre Noll2015-01-12
* doc: Change email address to maan@tuebingen.mpg.deAndre Noll2014-08-18
* crypt: Simplify base64_decode().Andre Noll2014-06-10
* Change copyright year to 2014.Andre Noll2014-02-22
* Remove old stream cipher API.Andre Noll2013-04-03
* Change copyright year to 2013.Andre Noll2013-03-25
* Add sideband implementation.Andre Noll2012-05-05
* Replace PARA_VSNPRINTF by xvasprintf().Andre Noll2012-01-20
* sc_send_buffer(): Return an error on short writes.Andre Noll2012-01-20
* Change year in copyright message to 2012.Andre Noll2012-01-07
* Always include stdbool.h.Andre Noll2011-12-18
* crypt: Don't use plain integer as NULL pointer.Andre Noll2011-08-09
* crypt_common.c: Add missing doxygen documentation.Andre Noll2011-07-06
* crypt: Move documentation to crypt.h.Andre Noll2011-07-06
* stream cipher: Allow in-place encryption.Andre Noll2011-07-06
* crypt: Make base64_decode public.Andre Noll2011-07-06
* crypt: Move implementation-independent code to separate file.Andre Noll2011-07-06