summaryrefslogtreecommitdiff
path: root/crypt.h (follow)
Commit message (Expand)AuthorAge
* Switch to SPDX identifiers.Andre Noll2026-03-17
* Improve crypto documentation.Andre Noll2025-10-08
* Rename hash2 -> hash.Andre Noll2025-05-22
* Remove sha1.Andre Noll2025-05-22
* 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
* Merge branch 'maint'Andre Noll2023-05-11
|\
| * gcrypt: Fix return value of apc_get_pubkey().Andre Noll2023-05-11
* | Introduce hash2 (sha256).Andre Noll2021-10-21
|/
* doc: Add missing \ref in crypt.h.Andre Noll2020-07-11
* crypt_common: Constify hash pointers.Andre Noll2020-07-11
* crypt: Introduce crypt_shutdown().Andre Noll2018-02-26
* crypt: Rename init_random_seed_or_die() -> crypt_init().Andre Noll2018-02-26
* crypt: Rename RSA functions.Andre Noll2018-02-26
* crypt.h: Remove two unused constants.Andre Noll2018-02-26
* Shorten copyright notice.Andre Noll2017-09-22
* Merge branch 'refs/heads/t/rm_rc4'Andre Noll2017-04-16
|\
| * crypt: Remove RC4 support.Andre Noll2017-01-08
* | crypto: Simplify asymetric key handling.Andre Noll2017-01-06
|/
* Update year in copyright headers.Andre Noll2015-01-12
* doc: Change email address to maan@tuebingen.mpg.deAndre Noll2014-08-18
* Merge branch 't/misc'Andre Noll2014-03-30
|\
| * Change copyright year to 2014.Andre Noll2014-02-22
* | Implement aes_ctr128 and prefer it over RC4.Andre Noll2014-01-09
|/
* 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
* Change year in copyright message to 2012.Andre Noll2012-01-07
* doc: Minor doxygen fixes.Andre Noll2011-10-01
* crypt: Move documentation to crypt.h.Andre Noll2011-07-06
* stream cipher: Allow in-place encryption.Andre Noll2011-07-06
* crypt: Move implementation-independent code to separate file.Andre Noll2011-07-06
* Move sha1.[ch] to crypt.[ch] and make crypto API independent of sha1.Andre Noll2011-03-27
* Remove rc4.h.Andre Noll2011-03-27
* Rename struct rc4_context and stream cipher send/receive functions.Andre Noll2011-03-27
* Replace direct use of RC4 by stream cipher abstraction.Andre Noll2011-03-27
* Replace RSA by an abstract asymmetric key structure.Andre Noll2011-03-27
* Replace 2010 in copyright message by 2011.Andre Noll2011-01-17
* Change year in COPYRIGHT to 2010.Andre Noll2010-04-05
* Add documentation to struct rc4_context.Andre Noll2009-07-11
* Stronger crypto for client authentication.Andre Noll2009-06-21
* Make rc4 encryption/decryption more explicit.Andre Noll2009-06-14
* Use openssl's RAND_load_file() and RAND_bytes() to get randomness.Andre Noll2009-06-14
* Change year of copyright from 2008 to 2009.Andre Noll2009-01-10
* Change year in Copyright comment from 2007 to 2008.Andre Noll2008-01-08
* replace standard GPL header by a one-line pointer to COPYINGAndre Noll2007-06-28
* be more carful wrt. signed vs. unsigned argument passingAndre Noll2007-05-26
* fix a memory leak in the RSA key handlingAndre Noll2007-02-11
* move LOAD_PUBLIC_KEY and LOAD_PRIVATE_KEY to crypt.hAndre2006-11-01
* switch to the in-memory user listAndre2006-11-01