]> git.tuebingen.mpg.de Git - paraslash.git/history - openssl.c
paraslash 0.7.3
[paraslash.git] / openssl.c
2023-12-24 Andre NollMerge topic branch t/crypt-cleanups into master
2023-06-18 Andre NollMerge branch 'maint'
2023-05-15 Andre Nollopenssl: Assign bignums in canonical order.
2023-05-15 Andre Nollopenssl: Unify naming of public key structures.
2023-05-15 Andre Nollopenssl: Rename read_private_rsa_params() -> read_opens...
2023-05-15 Andre Nollopenssl: Rename read_rsa_bignums() -> read_public_key().
2023-05-15 Andre Nollopenssl: Dedox crypt_init().
2023-05-11 Andre NollMerge branch 'maint'
2023-02-12 Andre NollMerge branch 'maint'
2023-01-17 Andre NollMerge topic branch t/ff-compat into master
2022-12-01 Andre NollMerge topic branch t/openssl-3 into master
2022-11-25 Andre NollMerge branch 'maint'
2022-11-14 Andre NollMerge branch 'maint'
2022-11-14 Andre NollMerge tags 'v0.5.9' and 'v0.6.4' into maint
2022-10-29 Andre Nollopenssl: Switch to evp API for sha1 and sha256.
2022-10-03 Andre NollMerge topic branch t/overflow into master
2022-08-21 Andre NollMerge branch 'maint'
2022-07-29 Andre Nollstring: Rename para_malloc() -> alloc().
2022-05-14 Andre NollMerge branch 'maint'
2022-04-04 Andre NollMerge branch 'maint'
2022-03-24 Andre NollMerge branch 'maint'
2022-03-12 Andre NollMerge branch 'refs/heads/t/logo'
2022-03-12 Andre NollMerge branch 'maint'
2022-02-24 Andre NollMerge tag 'v0.6.4'
2022-02-21 Andre NollMerge branch 'refs/heads/t/sha256'
2021-11-04 Andre NollMerge branch 'maint'
2021-10-21 Andre NollIntroduce hash2 (sha256).
2021-08-30 Andre NollMerge branch 'maint'
2020-05-16 Andre NollMerge branch 'refs/heads/t/para_play'
2020-03-15 Andre NollMerge branch 'refs/heads/t/mixer'
2020-02-29 Andre Nollopenssl: Fix (harmless) memory leaks at exit.
2020-02-28 Andre NollMerge branch 'refs/heads/t/ogg_afh'
2019-11-23 Andre NollMerge branch 'refs/heads/t/ssh'
2019-11-02 Andre NollMerge branch 'refs/heads/t/openssl-header-check'
2019-07-14 Andre NollMerge branch 'refs/heads/t/ff'
2019-03-23 Andre NollMerge branch 'refs/heads/t/mixer-fix'
2019-02-16 Andre Nollbuild: Check also for CRYPTO_cleanup_all_ex_data.
2018-12-25 Andre Nollopenssl: Add support for RFC4716 keys
2018-12-25 Andre Nollopenssl: Move get_private_key() down.
2018-12-25 Andre Nollcrypt: Rename decoding functions.
2018-08-29 Andre Nollopenssl: Fix memory leak in read_rsa_bignums().
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-02-25 Andre Nollcrypt: Introduce crypt_shutdown().
2018-02-25 Andre Nollcrypt: Rename RSA functions.
2018-02-25 Andre Nollcrypt: Deduplicate get_public_key().
2018-02-25 Andre NollRename crypt.c -> openssl.c.