]> git.ipfire.org Git - thirdparty/strongswan.git/history - src/libpttls
unit-tests: Use function pointers to test generic return_* helper functions
[thirdparty/strongswan.git] / src / libpttls /
2022-06-28  Tobias BrunnerUpdate copyright headers after acquisition by secunet
2021-02-18  Andreas SteffenMerge branch 'tls-fixes' 5.9.2rc1
2021-02-18  Tobias Brunnerpt-tls-server: Make TLS client authentication optional...
2021-02-18  Tobias Brunnerlibtls: Add control flags and replace GENERIC_NULLOK...
2021-02-18  Tobias Brunnerpt-tls-server: Explicitly request client authentication...
2021-02-12  Tobias BrunnerMerge branch 'tls13'
2021-02-12  Tobias Brunnerlibtls: Make min/max TLS version configurable
2021-02-12  Tobias Brunnertls-socket: Allow configuring both minimum and maximum...
2020-02-11  Josh SorefSpelling fixes
2019-04-29  Tobias BrunnerFixed some typos, courtesy of codespell
2018-11-12  Tobias BrunnerRemove useless break statements
2018-09-17  Tobias BrunnerFixed some typos, courtesy of codespell
2018-06-28  Tobias BrunnerMerge branch 'ike-proposal-switch'
2018-06-28  Tobias BrunnerReplace 'inacceptable' with the more common 'unacceptable'
2018-02-13  Tobias BrunnerFixed some typos, courtesy of codespell
2017-05-26  Tobias BrunnerMerge branch 'variadic-enumerators'
2017-05-26  Tobias BrunnerMigrate all enumerators to venumerate() interface change
2016-06-26  Andreas SteffenMerge branch 'tpm2'
2016-06-26  Andreas Steffenlibtpmtss: Added to integrity checks
2016-03-24  Andreas SteffenUse standard unsigned integer types
2015-08-15  Andreas SteffenFixed AR identities in mutual TNC measurements case
2015-04-14  Martin WilliMerge branch 'const-memeq'
2015-04-14  Martin Williutils: Use chunk_equals_const() for all cryptographic...
2014-06-04  Martin WilliMerge branch 'win'
2014-06-04  Martin Willilibpttls: Link against ws_w32 on Windows
2014-05-31  Andreas SteffenIncreased maximum PT-TLS message size to 2MB
2014-04-01  Martin WilliMerge branch 'tls-unit-tests'
2014-04-01  Martin Willitls: Support a maximum TLS version to negotiate using...
2014-04-01  Martin Willitls: Support a null encryption flag on TLS socket abstr...
2013-10-15  Tobias BrunnerDoxygen fixes
2013-09-11  Tobias BrunnerBuild all shared libraries with -no-undefined and link...
2013-08-19  Andreas SteffenProcess PB-TNC batches received via PT-TLS asynchronously
2013-08-15  Andreas SteffenOptimized PT-TLS data transfer
2013-08-15  Andreas SteffenSet client identity with TLS certificate authentication
2013-08-15  Andreas SteffenFixed memory leak in SASL PLAIN
2013-08-15  Andreas SteffenUse client identities from successful authentications...
2013-08-15  Andreas SteffenExtract client identity and authentication type from...
2013-08-15  Andreas SteffenAdded some debug statements
2013-08-15  Andreas SteffenMoved tnc-tnccs, tnc-imc, tnccs-11, tnccs-20 and tnccs...
2013-08-15  Andreas Steffenrapid PT-TLS AR/PDP prototype
2013-07-18  Tobias BrunnerFix various API doc issues and typos
2013-07-18  Martin Williautomake: replace INCLUDES by AM_CPPFLAGS
2013-04-05  Tobias BrunnerAdded missing sasl Doxygen group
2013-03-25  Tobias Brunnerlibpttls: Destroy reader when handling errors during...
2013-03-18  Martin WilliMerge branch 'stroke-counters'
2013-03-18  Martin WilliMerge branch 'stroke-timeout'
2013-03-07  Martin WilliMerge branch 'pt-tls'
2013-03-02  Tobias BrunnerFixed Doxygen comments after scanning complete src...
2013-03-01  Martin WilliMerge branch 'multi-cert'
2013-03-01  Martin WilliMerge branch 'systime'
2013-03-01  Martin WilliMerge branch 'opaque-ports'
2013-03-01  Martin WilliMerge branch 'tfc-notify'
2013-02-28  Martin WilliSupport different authentication schemes for PT-TLS
2013-02-28  Martin WilliImplement a SASL PLAIN mechanism using shared secrets
2013-02-28  Martin WilliImplement SASL authentication in PT-TLS client
2013-02-28  Martin WilliImplement SASL authentication in PT-TLS server
2013-02-28  Martin WilliDefine PT-TLS SASL result codes
2013-02-28  Martin WilliDefine an interface for SASL mechanisms and provide...
2013-02-28  Martin WilliPass a client identity to pt_tls_client, usable for...
2013-02-28  Martin WilliDon't close underlying file descriptor before destroyin...
2013-02-14  Andreas Steffenresolve dependency on libtls
2013-02-14  Martin WilliMerge branch 'ike-dscp'
2013-02-14  Martin WilliPT-TLS dispatcher TNCCS constructor takes peer identiti...
2013-02-14  Martin WilliMerge branch 'pt-tls'
2013-01-17  Martin WilliPass a constructor callback to create TNCCS server...
2013-01-16  Martin WilliCreate pt_tls_client with separate server address and...
2013-01-16  Martin WilliCreate pt_tls_dispatcher with separate server address...
2013-01-16  Martin WilliAdd a libpttls providing NEA PT-TLS / TNC IF-T for...