aboutsummaryrefslogtreecommitdiffstats
path: root/common/rfb/SSecurityRSAAES.cxx
Commit message (Expand)AuthorAgeFilesLines
* Remove ConnFailedExceptionPierre Ossman2024-09-021-9/+9
* Avoid connection failed exceptionPierre Ossman2024-08-131-6/+6
* Don't abuse auth failure exceptionPierre Ossman2024-08-071-2/+2
* Remove auth exception prefixPierre Ossman2024-08-071-2/+2
* Avoid shadowing variablesPierre Ossman2024-06-241-2/+2
* Use nullptr in all C++ codePierre Ossman2024-06-241-6/+7
* Move the AccessRights type and constants to the rfb namespaceCarlos Santos2024-04-231-3/+3
* Consistently use uint8_t for data buffersPierre Ossman2023-03-181-2/+2
* Use std::string instead of CharArrayPierre Ossman2023-02-041-4/+4
* Use fixed size character bufferPierre Ossman2023-02-041-14/+8
* Use StringParameters directlyPierre Ossman2023-02-041-1/+1
* Use std::vector for basic data arraysPierre Ossman2023-02-011-16/+20
* Use stdint typesPierre Ossman2023-02-011-39/+40
* Fix RSA-AES state machinesPierre Ossman2023-01-051-26/+25
* Add support for RSA-AES security typespdlan2022-09-011-0/+598