summaryrefslogtreecommitdiff
path: root/librabbitmq
Commit message (Expand)AuthorAgeFilesLines
* ssl: Limit SSL to only support TLSv1.2 and TLSv1.3HEADmasterAlan Antonuk2023-05-031-50/+39
* ssl: Use OPENSSL_API_COMPAT v1.1.1Alan Antonuk2023-05-032-5/+5
* Correct library versions on Mach-O platformsAlan Antonuk2023-04-301-1/+16
* fix: recursion when decoding arrays.Alan Antonuk2023-03-121-4/+4
* fix: limit recursion in table decodingAlan Antonuk2023-03-101-9/+25
* fix: correct amqp_ssl_socket_set_key_buffer valueAlan Antonuk2023-02-021-0/+1
* Remove obsoleted OpenSSL init codeAlan Antonuk2023-02-021-133/+9
* remove obsolete const workaround in ssl bioAlan Antonuk2023-02-021-12/+9
* add option to install or not the static libraryRemi Collet2023-02-011-3/+5
* Define OPENSSL_API_COMPAT to 1.1.0 version.Alan Antonuk2023-02-012-0/+6
* restore compatibility with old Microsoft compilersFabio Napoli2021-11-121-1/+2
* Fix no rabbitmq target when building static-onlyAlan Antonuk2021-09-291-1/+5
* lib: compatibility with old Borland compilersFábio Machado de Oliveira2021-08-232-5/+13
* Update copyright & license header to use SPDX idAlan Antonuk2021-07-2722-658/+61
* lib: remove unused AMQP_PRIVATE macroAlan Antonuk2021-05-191-6/+0
* cmake: remove unused RMQ_LIBRARY_TARGET varAlan Antonuk2021-04-281-2/+0
* lib: fix clang-tidy finding in simple_rpc_innerAlan Antonuk2021-04-281-1/+1
* lib: remove unused store in amqp_urlAlan Antonuk2021-04-281-1/+1
* lib: update framing regenerator to use python 3Alan Antonuk2021-04-201-96/+94
* lib: regenerate framing with codegen v3.8.14Alan Antonuk2021-04-201-0/+74
* cmake: remove framing generation from cmakeAlan Antonuk2021-04-201-48/+2
* lib: Fix minor issues with codegenAlan Antonuk2021-04-202-0/+2
* cmake: delete unused LIBRABBITMQ_INCLUDE_DIRS and RMQ_LIBRARY_TARGETAlan Antonuk2021-04-191-9/+1
* cmake: use OpenSSL::SSL imported targetAlan Antonuk2021-04-191-4/+3
* cmake: add alias targets for library targetsAlan Antonuk2021-04-181-0/+4
* cmake: modernize lib target specificationAlan Antonuk2021-04-131-98/+126
* cmake: remove unused -DAMQP_BUILD definitionAlan Antonuk2021-04-131-2/+0
* lib remove undefined func amqp_ssl_error_stringAlan Antonuk2021-04-132-5/+0
* lib: use $ORIGIN for installed rpath on non-MacOSAlan Antonuk2021-04-111-0/+4
* cmake: specify COMPONENT on install commandsAlan Antonuk2021-04-111-1/+9
* ssl: remove obsolete amqp_hostcheckAlan Antonuk2021-04-073-245/+0
* Add TLSv1.3 support and set min-version to TLSv1.2Alan Antonuk2021-04-061-8/+13
* ssl: drop support OpenSSL v1.1.0 and olderAlan Antonuk2021-04-066-285/+2
* cmake: use GenerateExportHeader for AMQP_EXPORTAlan Antonuk2021-04-063-33/+43
* Move official includes to rabbitmq-c/ directoryAlan Antonuk2021-04-058-15/+29
* Move public header files to include directoryAlan Antonuk2021-04-055-4058/+11
* win32: remove obsolete msinttypes/stdint.hAlan Antonuk2021-04-052-254/+0
* cmake: use modern version of project() commandAlan Antonuk2021-04-011-2/+0
* Bumping revision for development.Alan Antonuk2021-03-311-2/+2
* Preparation for v0.11.0 releasev0.11.0Alan Antonuk2021-03-311-1/+1
* ssl: correct since version on amqp_set_ssl_engine and amqp_ssl_socket_set_key...Alan Antonuk2021-03-311-2/+2
* ssl: Support password protected keysFake2021-03-302-0/+21
* ssl: remove reference to FIPS_set_modeAlan Antonuk2021-03-041-4/+0
* Format sources using clang-format-10Alan Antonuk2020-12-247-31/+33
* docs: fix simple typo, throughly -> thoroughlyTim Gates2020-10-181-1/+1
* Support openssl engine settingHan Mai2020-06-254-3/+111
* lib: correct amqp_time_from_now behavior at {0, 0}Alan Antonuk2020-06-213-15/+4
* Allow use of pthreads with WindowsZane van Iperen2020-06-211-14/+3
* Add rabbitmq-c-config.cmake generationEric Huff2020-05-311-2/+2
* Updating how openssl is configuredMichael D. Stemle, Jr2020-04-191-3/+1