aboutsummaryrefslogtreecommitdiffstats
path: root/common/rfb/CSecurityRSAAES.cxx
Commit message (Expand)AuthorAgeFilesLines
* Always flush sockets on shutdown()Pierre Ossman5 days1-0/+15
* Change some assertions to exceptionsPierre Ossman2024-11-221-1/+3
* Capitalize some more logging and exceptionsPierre Ossman2024-11-221-13/+13
* Use standard library naming for exceptionsPierre Ossman2024-11-061-8/+8
* Use specific class for protocol problemsPierre Ossman2024-11-061-7/+7
* Use standard exception classesPierre Ossman2024-11-061-6/+6
* Correctly handling rejecting server keyPierre Ossman2024-09-041-1/+1
* Move getUserPasswd()/showMsgBox() to CConnectionKang Lin2024-08-301-4/+3
* Avoid connection failed exceptionPierre Ossman2024-08-131-2/+2
* Don't abuse auth failure exceptionPierre Ossman2024-08-071-12/+12
* Avoid shadowing variablesPierre Ossman2024-06-241-2/+2
* Use nullptr in all C++ codePierre Ossman2024-06-241-9/+10
* Consistently use uint8_t for data buffersPierre Ossman2023-03-181-2/+2
* Remove unused rfb/util.h includesPierre Ossman2023-02-041-0/+1
* Remove "str" prefix from string helpersPierre Ossman2023-02-041-1/+1
* Use std::string instead of CharArrayPierre Ossman2023-02-041-3/+2
* Return std::string instead of dynamic allocationsPierre Ossman2023-02-041-18/+15
* Use stdint typesPierre Ossman2023-02-011-38/+38
* Explicitly mark switch case fall throughPierre Ossman2023-01-051-0/+3
* Fix RSA-AES state machinesPierre Ossman2023-01-051-22/+19
* Add support for RSA-AES security typespdlan2022-09-011-0/+461