crypt: Rename decoding functions.
[paraslash.git] / gcrypt.c
2018-12-25 Andre Nollcrypt: Rename decoding functions.
2018-12-25 Andre Nollgcrypt: Introduce read_openssh_bignum().
2018-12-25 Andre Nollgcrypt: Factor out read_pem_rsa_params().
2018-12-25 Andre Nollgcrypt: Let read_bignum() return bits, not bytes.
2018-12-25 Andre Nollgcrypt: Let decode_key() return blob size through addit...
2018-12-25 Andre Nollgcrypt: Drop unnecessary arguments of decode_key().
2018-08-29 Andre Nollgcrypt: Fix gcrypt error log message in read_bignum().
2018-06-25 Andre NollMerge branch 'refs/heads/t/aft_fixes'
2018-06-10 Andre NollMerge branch 'refs/heads/t/long-help'
2018-05-28 Andre NollMerge branch 'refs/heads/t/listen-address'
2018-05-20 Andre NollMerge branch 'refs/heads/t/clean_server_exit'
2018-05-13 Andre NollMerge branch 'refs/heads/t/crypt'
2018-05-06 Andre NollMerge branch 'maint'
2018-05-01 Andre NollMerge branch 'refs/heads/t/gui-sigwinch'
2018-02-25 Andre Nollgcrypt: Allocate a secmem pool at startup.
2018-02-25 Andre Nollcrypt: Introduce crypt_shutdown().
2018-02-25 Andre Nollcrypt: Rename init_random_seed_or_die() -> crypt_init().
2018-02-25 Andre Nollgcrypt: Use ROUND_DOWN() macro.
2018-02-25 Andre Nollcrypt: Rename RSA functions.
2018-02-25 Andre Nollcrypt: Deduplicate get_public_key().
2017-12-31 Andre NollMerge branch 'maint'
2017-12-28 Andre Nollgcrypt: Seed PRNG in init_random_seed_or_die().
2017-09-23 Andre NollMerge branch 'maint'
2017-09-22 Andre NollShorten copyright notice.
2017-08-11 Andre NollMerge branch 'maint'
2017-08-06 Andre NollMerge branch 'maint'
2017-07-31 Andre NollMerge branch 'maint'
2017-07-28 Andre NollMerge branch 'maint'
2017-07-13 Andre NollMerge branch 'maint'
2017-04-28 Andre NollMerge branch 'refs/heads/t/logo-0.6'
2017-04-27 Andre NollMerge branch 'refs/heads/t/lopsub'
2017-04-25 Andre NollMerge branch 'maint'
2017-04-24 Andre NollMerge branch 'refs/heads/t/xz'
2017-04-23 Andre NollMerge branch 'refs/heads/t/dynamic_chunks'
2017-04-21 Andre NollMerge branch 'refs/heads/t/wma_improvements'
2017-04-19 Andre NollMerge branch 'refs/heads/t/makefile_conventions'
2017-04-18 Andre NollMerge branch 'refs/heads/t/rm_as_compat'
2017-04-16 Andre NollMerge branch 'refs/heads/t/rm_rc4'
2017-04-15 Andre NollMerge branch 'refs/heads/t/rm_oaep'
2017-04-09 Andre NollMerge branch 'refs/heads/t/rm_asn'
2017-01-08 Andre Nollcrypt: Remove RC4 support.
2017-01-07 Andre Nollgcrypt: Simplify init_random_seed_or_die().
2017-01-07 Andre Nollgcrypt: Rename E_OEAP to E_RSA_DECODE.
2017-01-07 Andre Nollgcrypt: Remove open-coded OAEP padding.
2017-01-06 Andre Nollcrypto: Remove support for ASN public keys.
2017-01-06 Andre Nollcrypto: Simplify asymetric key handling.
2017-01-06 Andre Nollcrypto: Rename check_key_file() -> check_private_key_fi...
2017-01-06 Andre Nollgcrypt.c: Always initialize result pointer in get_priva...
2016-12-31 Andre NollMerge branch 'maint'
2016-12-31 Andre NollMerge branch 'refs/heads/t/simple_error_codes'
2016-12-30 Andre NollMerge branch 'refs/heads/t/invalid-ids'
2016-12-28 Andre NollMerge branch 'refs/heads/t/format-signedness'
2016-12-28 Andre NollMerge branch 'refs/heads/t/wma_fixes'
2016-12-27 Andre NollMerge branch 'refs/heads/t/openssl-1.1'
2016-12-26 Andre NollMerge branch 'refs/heads/t/ls-p_deprecation'
2016-12-24 Andre NollMerge branch 'refs/heads/t/daemonize-fix'
2016-12-20 Andre NollMerge branch 'refs/heads/t/base64'
2016-12-19 Andre NollMerge branch 'refs/heads/t/rm_source_browser'
2016-12-11 Andre Nollgcrypt: Fix a few format-signedness issues.
2016-12-04 Andre NollMerge branch 'refs/heads/t/sideband-cleanup'
2016-08-23 Andre Nollbase64: Saner semantics for base64_decode() and uudecode().
2016-08-23 Andre NollMove base64 implementation to own file.
2016-08-22 Andre Nollgcrypt: Check file permissions of private keys.
2016-08-22 Andre Nollgcrypt: Always initialize result pointer.
2016-04-01 Andre NollMerge branch 'maint'
2016-02-21 Andre NollMerge branch 'maint'
2015-09-06 Andre NollMerge branch 'maint'
2015-08-30 Andre NollMerge branch 'maint'
2015-08-29 Andre NollMerge branch 'maint'
2015-05-30 Andre NollMerge branch 'maint'
2015-05-03 Andre NollMerge branch 'refs/heads/t/audiod_acl'
2015-04-26 Andre NollMerge branch 'refs/heads/t/immediate-si-update'
2015-04-19 Andre NollMerge branch 't/lib_arg_with'
2015-04-19 Andre NollMerge branch 'maint'
2015-04-06 Andre Nollgcrypt: Initialize key size of public ASN keys.
2015-04-05 Andre Nollgcrypt: Some trivial fixes.
2015-01-22 Andre NollMerge branch 'maint'
2015-01-12 Andre NollUpdate year in copyright headers.
2015-01-11 Andre Nollgcrypt: Fix format string in debug output.
2014-11-16 Andre NollMerge branch 'maint'
2014-10-26 Andre NollMerge branch 't/audiod_exit_cleanup'
2014-10-09 Andre NollMerge branch 'refs/heads/t/server_cmds'
2014-09-14 Andre NollMerge branch 't/mvblob_improvement'
2014-08-18 Andre Nolldoc: Change email address to maan@tuebingen.mpg.de
2014-07-31 Andre NollMerge branch 't/recv_fix'
2014-05-11 Andre NollMerge branch 't/test_man'
2014-05-03 Andre NollMerge branch 't/alsa_improvements'
2014-04-22 Andre NollMerge branch 't/rl_free_keymap'
2014-04-09 Andre NollMerge branch 't/oggdec_latency_improvements'
2014-04-08 Andre NollMerge branch 't/opusdec_busy_loop_fix'
2014-04-06 Andre NollMerge branch 'maint'
2014-03-30 Andre NollMerge branch 't/misc'
2014-03-23 Andre NollMerge branch 't/fade_improvements'
2014-03-16 Andre NollMerge branch 't/aes'
2014-02-22 Andre Nollgcrypt: Fix gcc warning on Ubuntu Lucid.
2014-02-22 Andre NollChange copyright year to 2014.
2014-01-09 Andre NollImplement aes_ctr128 and prefer it over RC4.
2013-12-01 Andre NollMerge branch 'maint'
2013-11-17 Andre NollMerge branch 'maint'
2013-11-03 Andre NollMerge branch 'maint'
next