| ERR_OK |
0 |
No error. |
| ERR_INVSIZE |
101 |
Invalid key size. |
| ERR_RSAGENERR |
102 |
Error generating RSA key. |
| ERR_UNKNRSAGEN |
103 |
Unknown error while generating pair. |
| ERR_BIOERR |
104 |
BIO error. |
| ERR_PUBENCERR |
105 |
Public encrypt error. |
| ERR_CANTOPENFILE |
106 |
Can not open file. |
| ERR_UNKNLOADKEYERR |
107 |
Unknown error while loading key. |
| ERR_UNKNSAVEKEYERR |
108 |
Unknown error while saving key. |
| ERR_ERRWRITINGTOFILE |
109 |
Error writing to file. |
| ERR_ERRCREATINGFILE |
110 |
Error creating file. |
| ERR_ERRWRITINGPRKEY |
111 |
Error writing private key. |
| ERR_DECRYPTERR |
112 |
Decrypt error. |
| ERR_ERRREADINGFILE |
113 |
Error reading file. |
| ERR_ERRGETFILESIZE |
114 |
Error getting file size. |
| ERR_ERRREADINGKEY |
115 |
Error reading key from file. |
| ERR_UNKNDECRYPTERR |
116 |
Unknown error while decrypting text. |
| ERR_BADPRIVATEKEY |
117 |
Bad private key. |
| ERR_BADPUBLICKEY |
118 |
Bad public key. |
| ERR_BADKEY |
119 |
Bad key. |
| ERR_UNKNGENPUB |
120 |
Unknown error generating public key. |
| ERR_ERRGENPUBKEY |
121 |
Error generating public key. |
| ERR_SWLIMIT |
122 |
Shareware limitation. |
| ERR_UNKNENC |
123 |
Unknown error while encryption. |
| ERR_ERRREADINGKEYSTR |
124 |
Error reading key from string. |
| ERR_SYMMENCERR |
125 |
Symmetric encryption
error. |
| ERR_UNKNMETHOD |
126 |
Unknown method. |
| ERR_BADSRC |
127 |
Malformed input |
| ERR_B64DEC |
128 |
Base64 decode error |
| ERR_B64ENC |
129 |
Base64 encode error |
| ERR_KEYTOOSHORT |
130 |
Key is too short |
| ERR_SIGN |
131 |
Sign creation error |
| ERR_VERIFY |
132 |
Sign verify error |