summaryrefslogtreecommitdiff
path: root/ACE/ace/SSL
Commit message (Expand)AuthorAgeFilesLines
* ACE/ace/SSL/SSL_Asynch_BIO.cpp: fix build with libressl >= 3.5.0Fabrice Fontaine2023-02-211-3/+3
* Cleanup Solaris supportJohnny Willemsen2023-01-171-1/+1
* Removed some OpenVMS codeJohnny Willemsen2023-01-151-2/+2
* Removed OpenVMS supportJohnny Willemsen2023-01-141-1/+1
* Removed Windows CE supportJohnny Willemsen2023-01-134-4/+4
* Fixed path separators.wkbrd2022-10-051-1/+1
* Correct FileDescription and InternalNamewkbrd2022-10-051-2/+2
* Rebasing on newer constant names.wkbrd2022-10-041-2/+2
* Add resource fileswkbrd2022-10-041-0/+30
* Part 2: Remove obsolescent (void) in functions with no parametersKnut Petter Svendsen2022-09-221-1/+1
* Remove obsolescent (void) in functions with no parametersKnut Petter Svendsen2022-09-1310-42/+42
* Fixed Redundant blank line at the end of a code block should be deletedKnut Petter Svendsen2022-09-101-1/+0
* Removed extra newline before closing }Knut Petter Svendsen2022-09-103-4/+0
* Replace 3 blank lines with just 2 blank linesKnut Petter Svendsen2022-09-091-1/+0
* Remove extra newline after public, protected and privateKnut Petter Svendsen2022-09-091-1/+0
* silence warning about non-virtual dtorErik Sohns2022-04-101-1/+1
* support modifying the SSL connection context before ssl_connect() is called w...Erik Sohns2022-04-101-2/+2
* ACE/ace/SSL/SSL_Asynch_BIO.cpp: fix build with libresslFabrice Fontaine2022-04-031-3/+3
* Const changesJohnny Willemsen2021-09-141-7/+7
* Fixed fuzz.pl error SSL_Context.cpp:772: found trailing whitespaceAko Tulu2021-06-031-1/+1
* Implemented ::SSL_CTX_use_certificate_chain_file functionAko Tulu2021-06-032-0/+66
* Removed redundant voidJohnny Willemsen2021-03-174-6/+6
* Documentation, layout, C++11 changesJohnny Willemsen2021-03-091-1/+1
* Various cleanup and use of C++11 featuresJohnny Willemsen2021-03-092-9/+4
* Updated identationJohnny Willemsen2021-01-261-2/+2
* Update ACE/ace/SSL/SSL_Context.cppJohnny Willemsen2021-01-261-2/+2
* Added support for disabling/forcing TLSv1.3Kamil Sokolowski2021-01-261-0/+11
* Use delete instead of ACE_UNIMPLEMENTED_FUNCJohnny Willemsen2021-01-051-2/+2
* Merge branch 'master' into jwi-autoptr2Johnny Willemsen2020-12-171-1/+1
|\
| * Remove redundant voidJohnny Willemsen2020-12-141-1/+1
* | Remove redundant voidJohnny Willemsen2020-12-178-54/+54
|/
* Merge pull request #1100 from esohns/masterJohnny Willemsen2020-10-281-1/+1
|\
| * Merge branch 'master' into masterErik Sohns2020-05-2510-58/+27
| |\
| * | minor changesErik Sohns2020-05-061-1/+1
* | | Avoid crash when SSL not initialized correctly.Xianda Wang2020-08-122-2/+7
* | | Added version check for deprecated function in OpenSSL 3.0Kamil Sokolowski2020-07-301-1/+6
* | | Revert "Replacing use of ::select in favor of ::poll"revert-1044-Replace-select-with-poll-in-SOCK-Connector-and-AcceptorJohnny Willemsen2020-06-302-80/+3
* | | Changed ready flags of ACE::handle_ready from int to boolJohnny Willemsen2020-06-291-1/+1
* | | Merge pull request #1044 from johnjanthony/Replace-select-with-poll-in-SOCK-C...Steve Huston2020-06-292-3/+80
|\ \ \ | |_|/ |/| |
| * | removing trailing spacesJohn Anthony2020-03-252-5/+5
| * | removing tabsJohn Anthony2020-03-242-6/+6
| * | replacing use of select for pollJohn Anthony2020-02-212-4/+81
| |/
* | Merge branch 'master' of https://github.com/DOCGroup/ACE_TAOJohnny Willemsen2020-05-156-36/+15
|\ \
| * | Layout and doxygen changesJohnny Willemsen2020-05-156-36/+15
* | | Layout changesJohnny Willemsen2020-05-152-2/+0
|/ /
* | Doxygen changesJohnny Willemsen2020-05-141-7/+7
* | Layout, const, logging, doxygen changesJohnny Willemsen2020-05-142-13/+5
|/
* Add ipv6_only to ACE_SSL_SOCK_Acceptor.Like Ma2019-02-182-9/+18
* Reduced scope of error variableJohnny Willemsen2019-02-041-1/+1
* Only define BIO_set_flags when it has not been defined yetJohnny Willemsen2018-09-031-1/+3