]> git.ipfire.org Git - thirdparty/openvpn.git/history - src/openvpn/crypto.h
Update Copyright statements to 2024
[thirdparty/openvpn.git] / src / openvpn / crypto.h
2024-03-18  Frank LichtenheldUpdate Copyright statements to 2024
2024-01-04  Arne SchwabeCheck PRF availability on initialisation and add -...
2023-11-21  Arne SchwabeRemove unused function prototype crypto_adjust_frame_pa...
2023-09-22  Frank LichtenheldRemove --no-replay option
2023-06-03  Arne SchwabeRemove key_type argument from generate_key_random
2023-03-07  Arne SchwabeDynamic tls-crypt for secure soft_reset/session renegot...
2023-01-10  Frank LichtenheldUpdate copyright year to 2023
2022-09-18  Arne SchwabeImplement exit notification via control channel
2022-05-06  Arne SchwabeImplement HMAC based session id for tls-crypt v2
2022-02-20  Antonio Quartullicrypto: unify key_type creation code
2022-02-02  Arne SchwabeFix mssfix and frame calculation in CBC mode
2022-01-26  Antonio Quartulliupdate copyright year to 2022
2021-12-30  Arne SchwabeAdd helper functions to calculate header/payload sizes
2021-12-13  Arne SchwabeRemove md_kt_t and change crypto API to use const char*
2021-12-13  Arne SchwabeRemove cipher_kt_t and change type to const char* in API
2021-12-06  Arne SchwabeRemove key_type->hmac_length
2021-12-06  Arne SchwabeRemove key_type->cipher_length field
2021-11-07  Arne SchwabeRemove custom PRNG function
2021-10-22  Arne SchwabeRemove DES key fixup code
2021-07-02  Max FillingerUpdate Fox e-mail address in copyright notices
2021-06-15  David SommersethUpdate copyrights
2021-04-03  Arne SchwabeRemove deprecated option '--keysize'
2020-10-09  Arne SchwabeImplement generating data channel keys via EKM/RFC...
2020-05-07  Antonio Quartulliconvert *_inline attributes to bool
2020-05-07  Arne SchwabeUse crypto library functions for const time memcmp...
2019-07-05  Arne SchwabeAdd generate_ephemeral_key that allows a random epherma...
2019-02-06  Jonathan TookerFix various spelling mistakes
2019-01-22  Arne SchwabeRename tls_crypt_v2_read_keyfile into generic pem_read_...
2019-01-16  Arne SchwabeRefactor tls_crypt_v2_write_server_key_file into crypto.c
2018-12-12  Gert Doeringuncrustify openvpn/ sources
2018-10-11  Lev Stipakovoptions.c: fix broken unary minus usage
2018-10-10  Steffan KargerList ChaCha20-Poly1305 as stream cipher
2018-10-08  Lev Stipakovcrypto.h: remove unused function declaration
2018-10-06  Antonio Quartulliensure function declarations are compiled with their...
2018-08-08  Steffan KargerIntroduce buffer_write_file()
2018-02-20  Arne Schwabeshow the right string for key-direction
2018-02-01  David SommersethUpdate copyright to include 2018 plus company name...
2017-12-04  Antonio QuartulliRemove ENABLE_CRYPTO
2017-08-17  Steffan Kargercrypto: create function to initialize encrypt and decry...
2017-08-11  Antonio Quartullimake function declarations C99 compliant
2017-06-27  Steffan Kargerinit_key_ctx: key and iv arguments can (now) be const
2017-06-16  David Sommersethcopyright: Update GPLv2 license texts
2017-01-23  Steffan KargerUse SHA256 for the internal digest, instead of MD5
2017-01-18  Steffan KargerMore broadly enforce Allman style and braces-around...
2017-01-09  Steffan KargerRemove deprecated --no-iv option
2016-12-21  David SommersethUpdate copyrights
2016-12-15  David SommersethMerge 'reformatting' branch into master
2016-12-14  David SommersethThe Great Reformatting - first phase reformatting 111/head
2016-11-16  Steffan KargerAdd control channel encryption (--tls-crypt)
2016-11-14  Steffan KargerRefactor static/tls-auth key loading
2016-10-14  David SommersethMove memcmp_constant_time() to crypto.h
2016-07-26  Steffan KargerFix '--cipher none --cipher' crash
2016-07-11  Steffan KargerAdd client-side support for cipher negotiation
2016-04-17  Steffan Kargerfixup: change init_key_type() param name in declaration too
2016-02-21  Steffan KargerMinor AEAD patch cleanup
2016-02-15  Steffan KargerAdd AEAD cipher support (GCM)
2016-02-09  Steffan KargerMove packet_id into crypto_options
2016-02-09  Steffan KargerMove key_ctx_bi into crypto_options
2015-07-27  Steffan Kargerreintroduce md5_digest wrapper struct to fix gcc warnings
2015-05-23  Steffan Kargercleanup: remove md5 helper functions
2014-12-31  Steffan KargerRemove ENABLE_SSL define (and --disable-ssl configure...
2014-12-07  Steffan KargerUpdate doxygen (a bit)
2014-07-07  Steffan KargerAdd proper check for crypto modes (CBC or OFB/CFB)
2014-07-07  Steffan KargerRename ALLOW_NON_CBC_CIPHERS to ENABLE_OFB_CFB_MODE...
2012-03-22  Alon Bar-Levbuild: proper crypto detection and usage
2012-03-22  Alon Bar-Levbuild: standard directory layout